Copper (Brown)
#B56C46
RGB: 181, 108, 70
Color OverviewHEX #B56C46

#B56C46 Color Code Information

In the RGB color space, #B56C46 is composed of 71% red, 42% green, and 27% blue. In the HSL color space, it has a hue of 21°, saturation of 44%, and lightness of 49%.

HEX
#B56C46
RGB
181, 108, 70
HSL
21°, 44%, 49%
HSV
21°, 61%, 71%
CMYK
0%, 40%, 61%, 29%
Name Match
Copper
Closest Standard

Shades of #B56C46 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #B56C46 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #B56C46 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #B56C46

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #B56C46 Background
Contrast Ratio against Pure White (#FFFFFF):4.04 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B56C46 Background
Contrast Ratio against Pure Black (#000000):5.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #B56C46;
}

.element {
  color: #B56C46;
  background-color: #B56C46;
  border-color: #B56C46;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#B56C46] text-[#B56C46] border-[#B56C46]">
  Content styled with #B56C46
</div>