The 180 ohm resistor color code is Brown-Gray-Black-Gold for standard 5% tolerance (4-band) and Brown-Gray-Black-Black-Brown for 1% tolerance (5-band). Unlike wire color codes which vary wildly between NEC, IEC, and old UK standards, through-hole resistor bands are universally governed by the IEC 60062 standard. Whether you are biasing a transistor or current-limiting an LED, reading this value correctly on the bench is the first step to a stable circuit.
180 Ohm Resistor Color Code Reference Table
The table below breaks down the exact band colors for 180Ω across the three most common through-hole formats. Use this as your primary bench reference.
| Band Format | Band 1 (Digit) | Band 2 (Digit) | Band 3 (Digit/Mult) | Band 4 (Mult/Tol) | Band 5 (Tol/TCR) | Band 6 (TCR) |
|---|---|---|---|---|---|---|
| 4-Band (5%) | Brown (1) | Gray (8) | Black (x1) | Gold (±5%) | - | - |
| 5-Band (1%) | Brown (1) | Gray (8) | Black (0) | Black (x1) | Brown (±1%) | - |
| 6-Band (1%) | Brown (1) | Gray (8) | Black (0) | Black (x1) | Brown (±1%) | Black (250ppm) or Red (50ppm) |
Standard Variants: IEC vs. MIL vs. SMD
While IEC 60062 is the global baseline for commercial through-hole resistors, you will encounter variants in specific sectors:
- MIL-PRF-39008 (Military): Older military-spec resistors used a 5-band system where the 5th band indicated reliability/failure rate (e.g., a Yellow 5th band meant 0.001% failure rate per 1000 hours) rather than tolerance. Modern mil-spec parts have largely aligned with IEC color coding but may include additional printed lot codes.
- EIA-96 SMD Code: If you are replacing a through-hole 180Ω with a surface-mount equivalent, the EIA-96 marking system uses a 3-character code. For 180Ω, the SMD code is 24X (24 = 178 base value, X = 0.1 multiplier, yielding ~17.8Ω wait, let's correct that: EIA-96 code for 180Ω is actually 24B where 24 = 174 and B = 10, no. Let's use the standard 3-digit E24 SMD code instead to avoid EIA-96 confusion). For standard 1% SMD resistors, the marking is simply 181 (18 x 10^1 = 180). For 5% SMD, it is 181 as well.
Decoding the Bands and Common Misreads
The math behind the 180 ohm value is straightforward once you isolate the multiplier. In a 4-band resistor, Brown (1) and Gray (8) form the base number 18. The third band, Black, represents a multiplier of 10^0, which equals 1. Therefore, 18 × 1 = 180Ω. In a 5-band resistor, the third band adds a significant digit: Brown (1), Gray (8), Black (0) forms 180, and the fourth band (Black) is the 10^0 multiplier.
Rows People Get Wrong
When reading the reference table above, hobbyists and students consistently trip over three specific interpretations:
- The Black Multiplier (10^0): Many beginners see a Black multiplier band and assume the value is 18 × 0 = 0Ω. Black as a digit means zero, but Black as a multiplier means 10^0, which is mathematically 1. The value remains 18.
- Reading Backwards: A 180Ω 5-band resistor (Brown-Gray-Black-Black-Brown) can easily be read backwards as Brown-Black-Black-Gray-Brown (100 × 10^8 = 10GΩ). Always use the tolerance band as your anchor. Gold, Silver, and Brown (±1%) tolerance bands are physically spaced slightly further apart from the main body of the resistor. Start reading from the opposite end.
- Confusing the 5-Band 1% Multiplier: In the 5-band 180Ω 1% variant, the fourth band is Black (x1). People often expect a Gold or Silver band for the multiplier and get confused when the multiplier is Black and the tolerance is Brown. Remember: in 5-band codes, the 4th band is always the multiplier, never the tolerance.
Field Verification: Faded Marks and Circuit Context
Carbon composition and older carbon film resistors are notorious for fading, chipping, or accumulating flux residue that obscures the gray and black bands. When visual identification fails, you must verify the component electrically.
Safe Interpretation When Markings are Faded
Never attempt to measure a resistor's value while it is soldered into a live or powered-down PCB. A 180Ω resistor in parallel with a 1kΩ pull-down path will read approximately 152Ω on your digital multimeter (DMM) due to parallel resistance math: (180 × 1000) / (180 + 1000) = 152.5Ω.
The correct field procedure:
- De-energize the circuit and discharge any bulk capacitors.
- Use a soldering iron to desolder and lift one leg of the resistor from the PCB pad.
- Connect your DMM probes directly to the isolated component leads.
- Compare the reading to the nominal 180Ω, factoring in the tolerance (a 5% part can legally read anywhere from 171Ω to 189Ω).
Circuit Context: Why 180 Ohms?
The 180Ω value is a standard E24 series resistor, meaning it is widely manufactured and stocked. You will most frequently encounter it in two specific applications:
- LED Current Limiting (5V Logic): If you are driving a standard red LED (forward voltage ~2.0V, target current 20mA) from a 5V Arduino or ESP32 GPIO, Ohm's law dictates R = (5V - 2.0V) / 0.02A = 150Ω. Since 150Ω is available, why use 180Ω? Engineers often step up to the next standard E24 value (180Ω) to derate the current to ~16.6mA, extending the LED lifespan and reducing GPIO stress while maintaining adequate brightness.
- I2C Pull-Up Resistors: While 4.7kΩ is the default for 100kHz I2C buses, high-speed I2C (400kHz or 1MHz) running on short traces with low capacitance often requires stronger pull-ups. 180Ω to 330Ω pull-ups are sometimes used in aggressive, heavily loaded industrial I2C backplanes to sharpen rise times, though this pushes the open-drain sink current close to the 20mA limits of many microcontrollers.
Power Dissipation Limits
Color codes tell you the resistance, but the physical package dictates the power limit. A standard 1/4W (0.25W) through-hole resistor is the most common. Using the power formula P = I²R, the maximum continuous current you can safely push through a 1/4W 180Ω resistor is I = √(0.25 / 180) = 37.2 mA. The maximum voltage drop across it before it overheats is V = √(0.25 × 180) = 6.7 V. If your circuit exceeds these thresholds, you must step up to a 1/2W or 1W physical package, which will retain the exact same Brown-Gray-Black color code but feature a noticeably larger epoxy body.
For deeper reference on standard E24/E96 values and tolerance stacking, consult the Vishay Standard Resistance Values datasheet or the SparkFun Resistor Tutorial. Always verify your specific component's datasheet for temperature coefficient (TCR) derating if operating in environments exceeding 70°C ambient.






