The 4-band color code for a 180 Ω resistor is Brown, Grey, Brown, followed by a tolerance band (usually Gold for ±5%). For a 5-band precision resistor (±1% or better), the code is Brown, Grey, Black, Black, followed by the tolerance band. In surface-mount (SMD) format, a 180 Ω resistor is marked as 181 (for 5% tolerance) or 1800 (for 1% tolerance).

The 180 Ω Resistor Color Code Reference Table

Before reading the table, it is critical to clarify a common point of confusion regarding regional standards. Unlike mains wiring—where you must navigate NEC (US), IEC 60446 (EU), and old UK color codes—resistor color codes do not have regional variants. They are strictly governed by a single global standard: IEC 60062. You will never encounter a 'regional variant' of a resistor color code. If a component claims a different standard, it is either mislabeled, or you are looking at a wire, not a resistor.

IEC 60062 Standard Values for 180 Ω Resistors
Format Band 1 (Digit) Band 2 (Digit) Band 3 (Digit/Mult) Band 4 (Mult/Tol) Band 5 (Tolerance) Calculated Value
4-Band (5%) Brown (1) Grey (8) Brown (×10) Gold (±5%) N/A 18 × 10 = 180 Ω
4-Band (1%) Brown (1) Grey (8) Brown (×10) Brown (±1%) N/A 18 × 10 = 180 Ω
5-Band (1%) Brown (1) Grey (8) Black (0) Black (×1) Brown (±1%) 180 × 1 = 180 Ω
5-Band (0.1%) Brown (1) Grey (8) Black (0) Black (×1) Violet (±0.1%) 180 × 1 = 180 Ω
SMD (0805/0603) Marked '181' (5%) or '1800' (1%) 18 × 10^1 = 180 Ω

Because 180 Ω is part of the standard E12 and E24 preferred number series, it is widely manufactured. When sourcing these for a bill of materials (BOM), you will typically find them in 1/4W (0.25W) or 1/8W (0.125) through-hole packages from manufacturers like Vishay (e.g., the CCF55 series) or Yageo.

Rows People Get Wrong & Faded Marking Protocols

Even experienced bench technicians misread color bands under poor lighting or when dealing with aged components. Here are the specific failure modes for the 180 Ω code and how to resolve them.

Common Visual Misinterpretations

  • Grey (8) vs. Violet (7): Under warm, yellow-toned bench lighting, the violet band on a 5-band resistor can easily be mistaken for grey. If you read a 5-band resistor as Brown-Grey-Violet-Black, you are looking at a 187 Ω resistor, not 180 Ω. Always verify the third digit under cool white (5000K) light.
  • Brown (1) vs. Red (2): On older carbon composition resistors, the red band fades to a rusty brown over decades. A faded 280 Ω resistor (Red-Grey-Brown) can look identical to a 180 Ω resistor (Brown-Grey-Brown).
  • The 5-Band Multiplier Trap: In the 5-band 180 Ω code (Brown-Grey-Black-Black), the fourth band is black (×1 multiplier). Beginners often see the first black band (the '0' digit), assume the bands are done, and try to read the second black band as a multiplier for a 4-band code. Always count the physical bands on the body before assigning digit vs. multiplier roles.

Safe Interpretation for Faded or Missing Markings

When the lacquer is scorched or the paint has flaked off, do not guess. Use a digital multimeter (DMM), but follow this strict protocol to avoid parasitic parallel path errors:

Warning: In-Circuit Measurement Hazard
Never trust a resistance reading taken while the resistor is fully soldered into a powered-down board. Parallel traces, semiconductor junctions, and bypass capacitors will create alternative current paths, almost always resulting in a reading lower than the actual 180 Ω value. Furthermore, measuring resistance on a live circuit can destroy your DMM's internal fuse or shunt.
  1. De-energize and Discharge: Remove all power and short any large capacitors in the local circuit with a bleeder resistor.
  2. Lift a Leg: Use a soldering iron and desoldering wick to lift one leg of the 180 Ω resistor out of its plated through-hole (PTH) or desolder one pad if it is an SMD part. This isolates the component from the circuit's parallel paths.
  3. Zero Your Leads: Touch your DMM probes together. Standard test leads introduce 0.2 Ω to 0.5 Ω of resistance. If your meter has a relative (REL/NULL) function, press it to zero out the lead resistance. For a 180 Ω resistor, a 0.4 Ω lead error is a 0.22% skew—acceptable for 5% parts, but unacceptable if you are verifying a 0.1% precision metal foil resistor.
  4. Measure and Compare: A healthy 180 Ω ±5% resistor will read between 171.0 Ω and 189.0 Ω. If it reads significantly higher (e.g., 250 Ω or open/OL), the internal carbon or metal film track has fractured due to thermal overstress.

Practical Bench Application: Why 180 Ohms?

The 180 Ω value is not arbitrary; it solves specific current-limiting and biasing problems in standard 5V and 3.3V logic circuits. Understanding why you are using it helps confirm you have grabbed the right component from your drawer.

Standard LED Current Limiting (5V Logic)

When driving a standard red indicator LED from a 5V microcontroller GPIO (like an ATmega328P or ESP32), you must limit the current to prevent burning out the LED or exceeding the MCU's absolute maximum pin current (usually 20mA to 40mA).

Using Ohm's Law (R = V / I):

  • Supply Voltage (Vs) = 5.0V
  • LED Forward Voltage (Vf) = 2.0V (typical for standard red)
  • Target Current (If) = 16mA (0.016A) to ensure long LED lifespan and safe MCU loading.

R = (5.0V - 2.0V) / 0.016A = 187.5 Ω

Since 187.5 Ω is not a standard E12 value, we drop to the nearest standard value: 180 Ω. Using a 180 Ω resistor yields an actual current of 16.6mA, which is perfectly safe for both the LED and the microcontroller. If you mistakenly grab a 180 resistor (Brown-Grey-Yellow), the LED will be entirely invisible in a lit room, drawing only 16 microamps.

Bipolar Junction Transistor (BJT) Base Drive

A 180 Ω resistor is frequently used as a base resistor for small-signal NPN transistors like the 2N2222 or BC547 when switching a 12V relay from a 5V Arduino pin. Assuming a transistor Beta (hFE) of 100 and a relay coil requiring 30mA, the base needs roughly 0.3mA to 1mA to saturate. A 180 Ω base resistor from a 5V pin (minus the 0.7V Vbe drop) provides roughly 23mA of base drive capability, heavily saturating the transistor and ensuring the relay pulls in reliably without the transistor dissipating excess heat in its linear region.

For deeper verification of preferred number series and standard values, refer to the All About Circuits Resistor Color Code Calculator or review standard metal film specifications in the SparkFun Resistor Tutorial. Always verify your physical component with a DMM before soldering it into a high-density or high-reliability assembly.