Hex Color #B9893C - Custom Color

Color Codes

HEX
#B9893C
RGB
rgb(185, 137, 60)
HSL
hsl(37, 51%, 48%)
CMYK
cmyk(0%, 26%, 68%, 27%)
HSV
hsv(37, 68%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.13:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 6.71: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: #B9893C;
color: #B9893C;
border-color: #B9893C;
}

Tailwind CSS (with arbitrary values)

bg-[#B9893C]
text-[#B9893C]
border-[#B9893C]
// Example usage:
<div className="bg-[#B9893C]">