#B6831D
A medium, vivid orange closely aligning with Darkgoldenrod.
About #B6831D
At its core, #B6831D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkgoldenrod. This translates to an RGB value of rgb(182, 131, 29).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 28% M, 84% Y, and 29% K. 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. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6831D
RGB182, 131, 29
HSL40.0°, 72.5%, 41.4%
CMYK0%, 28%, 84%, 29%
HSV40.0°, 84.1%, 71.4%
LAB58.3, 11.0, 57.6
XYZ27.6, 26.3, 4.8
Decimal11961117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6831D;
}
.text-color {
color: #B6831D;
}
.border-color {
border: 2px solid #B6831D;
}