Hex Color #B4700C - Custom Color
Color Codes
HEX
#B4700C
RGB
rgb(180, 112, 12)
HSL
hsl(36, 88%, 38%)
CMYK
cmyk(0%, 38%, 93%, 29%)
HSV
hsv(36, 93%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.99:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.26:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #B4700C;
color: #B4700C;
border-color: #B4700C;
}
Tailwind CSS (with arbitrary values)
bg-[#B4700C]
text-[#B4700C]
border-[#B4700C]
// Example usage:
<div className="bg-[#B4700C]">