#B6830F
A dark, vivid orange closely aligning with Darkgoldenrod.
About #B6830F
The hex code #B6830F represents a beautifully specific shade of orange. Its closest recognized web color is Darkgoldenrod. Its digital footprint relies on 182 parts red, 131 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 28% Magenta, 92% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6830F
RGB182, 131, 15
HSL41.7°, 84.8%, 38.6%
CMYK0%, 28%, 92%, 29%
HSV41.7°, 91.8%, 71.4%
LAB58.2, 10.7, 61.2
XYZ27.5, 26.2, 4.1
Decimal11961103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6830F;
}
.text-color {
color: #B6830F;
}
.border-color {
border: 2px solid #B6830F;
}