#B65700
A dark, vivid orange closely aligning with Chocolate.
About #B65700
The precise color #B65700 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(182, 87, 0).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 52% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B65700
RGB182, 87, 0
HSL28.7°, 100.0%, 35.7%
CMYK0%, 52%, 100%, 29%
HSV28.7°, 100.0%, 71.4%
LAB48.0, 34.5, 57.2
XYZ22.7, 16.8, 2.0
Decimal11949824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65700;
}
.text-color {
color: #B65700;
}
.border-color {
border: 2px solid #B65700;
}