#BD8A2C
A medium, moderate orange closely aligning with Darkgoldenrod.
About #BD8A2C
At its core, #BD8A2C is a medium and moderate hue. It is closely associated with the named CSS color Darkgoldenrod. This translates to an RGB value of rgb(189, 138, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 27% magenta, 77% yellow, and 26% black. The HSL representation is 38.9° hue, 62.2% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD8A2C
RGB189, 138, 44
HSL38.9°, 62.2%, 45.7%
CMYK0%, 27%, 77%, 26%
HSV38.9°, 76.7%, 74.1%
LAB60.9, 10.8, 54.9
XYZ30.5, 29.2, 6.4
Decimal12421676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.84:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8A2C;
}
.text-color {
color: #BD8A2C;
}
.border-color {
border: 2px solid #BD8A2C;
}