#B67C1D
A medium, vivid orange closely aligning with Darkgoldenrod.
About #B67C1D
Visually, #B67C1D is defined as a vivid orange. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(182, 124, 29).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 32% Magenta, 84% Yellow, and 29% Black. With a hue angle of 37.3 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B67C1D
RGB182, 124, 29
HSL37.3°, 72.5%, 41.4%
CMYK0%, 32%, 84%, 29%
HSV37.3°, 84.1%, 71.4%
LAB56.5, 14.9, 56.0
XYZ26.7, 24.4, 4.5
Decimal11959325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67C1D;
}
.text-color {
color: #B67C1D;
}
.border-color {
border: 2px solid #B67C1D;
}