Hex Color #B1552F - Custom Color

Color Codes

HEX
#B1552F
RGB
rgb(177, 85, 47)
HSL
hsl(18, 58%, 44%)
CMYK
cmyk(0%, 52%, 73%, 31%)
HSV
hsv(18, 73%, 69%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.21:1
Fail - 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: #B1552F;
color: #B1552F;
border-color: #B1552F;
}

Tailwind CSS (with arbitrary values)

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