#B65716
A medium, vivid orange closely aligning with Chocolate.
About #B65716
The hex code #B65716 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 182 red, 87 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 52% Magenta, 88% Yellow, and 29% Black. With a hue angle of 24.4 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65716
RGB182, 87, 22
HSL24.4°, 78.4%, 40.0%
CMYK0%, 52%, 88%, 29%
HSV24.4°, 87.9%, 71.4%
LAB48.0, 34.9, 51.4
XYZ22.8, 16.8, 2.8
Decimal11949846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65716;
}
.text-color {
color: #B65716;
}
.border-color {
border: 2px solid #B65716;
}