#B65007
A dark, vivid orange closely aligning with Chocolate.
About #B65007
At its core, #B65007 is a dark and vivid hue. Designers often compare it to the standard color Chocolate. This translates to an RGB value of rgb(182, 80, 7).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 56% Magenta, 96% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65007
RGB182, 80, 7
HSL25.0°, 92.6%, 37.1%
CMYK0%, 56%, 96%, 29%
HSV25.0°, 96.2%, 71.4%
LAB46.6, 38.2, 54.6
XYZ22.2, 15.7, 2.1
Decimal11948039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65007;
}
.text-color {
color: #B65007;
}
.border-color {
border: 2px solid #B65007;
}