#bc9185
a balanced, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #bc9185 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 | #bc9185 |
| RGB | rgb(188, 145, 133) |
| HSL | hsl(13, 29%, 63%) |
| CMYK | cmyk(0%, 23%, 29%, 26%) |
| LAB | lab(63.9 14.5 12.6) |
| LCH | lch(63.9 19.2 41.1) |
| OKLCH | oklch(0.694 0.055 36.1) |
| Decimal | 12358021 |
| Display P3 | color(display-p3 0.737 0.569 0.522) |
Copy-ready code
/* CSS */
color: #bc9185;
background-color: #bc9185;
/* Tailwind (arbitrary) */
class="text-[#bc9185] bg-[#bc9185]"
/* SCSS */
$brand: #bc9185;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.522)
/* Android */
Color.parseColor("#bc9185")
/* Flutter */
Color(0xFFBC9185)
/* Python / OpenCV (BGR) */
(133, 145, 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. #bc9185 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: #F9F6F6;
--brand-100: #F3EEEC;
--brand-200: #E6D9D5;
--brand-300: #D7BEB7;
--brand-400: #bc9185;
--brand-500: #AF7C6E;
--brand-600: #9E6657;
--brand-700: #845548;
--brand-800: #69443A;
--brand-900: #4E342D;
--brand-950: #30201C;
--brand: #bc9185;
--brand-ink: #000000;
}Colors that work with #bc9185
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 #bc9185
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 | #85B0BC | Directly opposite — maximum tension | |
| Analogous left | #BC8594 | Neighbour, quieter | |
| Analogous right | #BCAC85 | Neighbour, quieter | |
| Split-complement 1 | #85BCAC | Contrast without the clash | |
| Split-complement 2 | #8594BC | Contrast without the clash | |
| Triadic 1 | #85BC91 | Even thirds — balanced and loud | |
| Triadic 2 | #9185BC | Even thirds — balanced and loud | |
| Tetradic | #94BC85 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9185 text on a black background
contrast 7.53:1
#bc9185 text on a white background
contrast 2.79:1
CSS3 live lab
The quick brown fox
color: #bc9185;
background-color: #bc9185;
Glowing headline
text-shadow: 2px 2px 8px #bc9185;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 133, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 145, 133, 0.45);
border: 3px solid #bc9185; background: linear-gradient(135deg, #bc9185, #BCB685);
Monochromatic scale
Palettes built from #bc9185
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: Terracotta (#e2725b) — ΔE2000 13.3 away, with its history, psychology and brand usage.
#bc9185 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.
#bc9185, answered
What color is #bc9185?
#bc9185 is a balanced soft red, closest to Rosy Brown (ΔE2000 5.3). It sits at 13° on the hue wheel with 29% saturation and 63% lightness, which reads as warm.
What is the RGB value of #bc9185?
rgb(188, 145, 133) — 188 red, 145 green and 133 blue out of 255, or 73.7% / 56.9% / 52.2% by channel.
Is #bc9185 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3264 and perceived brightness is 62%, so black text on it reaches 7.53:1.
Should I use black or white text on #bc9185?
Black. It scores 7.53:1 against #bc9185, versus 2.79:1 for white — AAA at any size.
What is the complementary color of #bc9185?
#85B0BC sits directly opposite on the wheel. Softer options are the split-complements #85BCAC and #8594BC, which give the same contrast with far less vibration.
What colors go well with #bc9185?
For interface work: #FAF6F5 as the surface, #E2D0CA for borders, #946051 for secondary text, #448886 as an accent and #52352D for hover and pressed states. For a palette, the analogous pair #BC8594 and #BCAC85 stays calm, while #85B0BC is the loudest partner.
What is #bc9185 in CMYK for printing?
cmyk(0%, 23%, 29%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9185 warm or cool?
Warm — it scores 16 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC9A85; nudged cooler, #BE838C.