#B69950
A medium, moderate orange closely aligning with Darkkhaki.
About #B69950
At its core, #B69950 is a medium and moderate hue. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(182, 153, 80).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 16% magenta inks. The HSL representation is 42.9° hue, 41.1% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B69950
RGB182, 153, 80
HSL42.9°, 41.1%, 51.4%
CMYK0%, 16%, 56%, 29%
HSV42.9°, 56.0%, 71.4%
LAB64.4, 1.7, 41.9
XYZ32.1, 33.3, 12.3
Decimal11966800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.66:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B69950;
}
.text-color {
color: #B69950;
}
.border-color {
border: 2px solid #B69950;
}