#B6A092
A light, muted orange closely aligning with Darkgray.
About #B6A092
When working with digital screens, the color #B6A092 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgray. In the RGB color space, it consists of 182 red, 160 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 12% M, 20% Y, and 29% K. The HSL representation is 23.3° hue, 19.8% saturation, and 64.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6A092
RGB182, 160, 146
HSL23.3°, 19.8%, 64.3%
CMYK0%, 12%, 20%, 29%
HSV23.3°, 19.8%, 71.4%
LAB67.4, 5.8, 10.2
XYZ37.1, 37.2, 32.4
Decimal11968658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.43:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A092;
}
.text-color {
color: #B6A092;
}
.border-color {
border: 2px solid #B6A092;
}