#bc9a8b
a balanced, soft orange · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #bc9a8b is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bc9a8b |
| RGB | rgb(188, 154, 139) |
| HSL | hsl(18, 27%, 64%) |
| CMYK | cmyk(0%, 18%, 26%, 26%) |
| LAB | lab(66.3 10.3 12.6) |
| LCH | lch(66.3 16.3 50.7) |
| OKLCH | oklch(0.713 0.046 45.1) |
| Decimal | 12360331 |
| Display P3 | color(display-p3 0.737 0.604 0.545) |
Copy-ready code
/* CSS */
color: #bc9a8b;
background-color: #bc9a8b;
/* Tailwind (arbitrary) */
class="text-[#bc9a8b] bg-[#bc9a8b]"
/* SCSS */
$brand: #bc9a8b;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.545)
/* Android */
Color.parseColor("#bc9a8b")
/* Flutter */
Color(0xFFBC9A8B)
/* Python / OpenCV (BGR) */
(139, 154, 188)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bc9a8b is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F7F6;
--brand-100: #F3EEED;
--brand-200: #E6DBD6;
--brand-300: #D6C1B8;
--brand-400: #bc9a8b;
--brand-500: #AD8371;
--brand-600: #9B6E5A;
--brand-700: #815B4B;
--brand-800: #67493C;
--brand-900: #4C372E;
--brand-950: #30231D;
--brand: #bc9a8b;
--brand-ink: #000000;
}Colors that work with #bc9a8b
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bc9a8b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #8BADBC | Directly opposite — maximum tension | |
| Analogous left | #BC8B94 | Neighbour, quieter | |
| Analogous right | #BCB38B | Neighbour, quieter | |
| Split-complement 1 | #8BBCB3 | Contrast without the clash | |
| Split-complement 2 | #8B94BC | Contrast without the clash | |
| Triadic 1 | #8BBC9A | Even thirds — balanced and loud | |
| Triadic 2 | #9A8BBC | Even thirds — balanced and loud | |
| Tetradic | #94BC8B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9a8b text on a black background
contrast 8.13:1
#bc9a8b text on a white background
contrast 2.58:1
CSS3 live lab
The quick brown fox
color: #bc9a8b;
background-color: #bc9a8b;
Glowing headline
text-shadow: 2px 2px 8px #bc9a8b;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 139, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 154, 139, 0.45);
border: 3px solid #bc9a8b; background: linear-gradient(135deg, #bc9a8b, #BCBB8B);
Monochromatic scale
Palettes built from #bc9a8b
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Khaki (#c3b091) — ΔE2000 12 away, with its history, psychology and brand usage.
#bc9a8b in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bc9a8b, answered
What color is #bc9a8b?
#bc9a8b is a balanced soft orange, closest to Rosy Brown (ΔE2000 8.3). It sits at 18° on the hue wheel with 27% saturation and 64% lightness, which reads as warm.
What is the RGB value of #bc9a8b?
rgb(188, 154, 139) — 188 red, 154 green and 139 blue out of 255, or 73.7% / 60.4% / 54.5% by channel.
Is #bc9a8b a light or a dark color?
It is a mid-tone. Relative luminance is 0.3567 and perceived brightness is 64%, so black text on it reaches 8.13:1.
Should I use black or white text on #bc9a8b?
Black. It scores 8.13:1 against #bc9a8b, versus 2.58:1 for white — AAA at any size.
What is the complementary color of #bc9a8b?
#8BADBC sits directly opposite on the wheel. Softer options are the split-complements #8BBCB3 and #8B94BC, which give the same contrast with far less vibration.
What colors go well with #bc9a8b?
For interface work: #F9F7F5 as the surface, #E1D2CB for borders, #926754 for secondary text, #468186 as an accent and #51392F for hover and pressed states. For a palette, the analogous pair #BC8B94 and #BCB38B stays calm, while #8BADBC is the loudest partner.
What is #bc9a8b in CMYK for printing?
cmyk(0%, 18%, 26%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9a8b warm or cool?
Warm — it scores 17 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C5AC9B; nudged cooler, #BE898C.