Copper (Brown)
#B96744
RGB: 185, 103, 68
Color OverviewHEX #B96744
#B96744 Color Code Information
In the RGB color space, #B96744 is composed of 73% red, 40% green, and 27% blue. In the HSL color space, it has a hue of 18°, saturation of 46%, and lightness of 50%.
HEX
#B96744
RGB
185, 103, 68
HSL
18°, 46%, 50%
HSV
18°, 63%, 73%
CMYK
0%, 44%, 63%, 27%
Name Match
Copper
Closest StandardShades of #B96744 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B96744 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B96744 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B96744
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #B96744 Background
Contrast Ratio against Pure White (#FFFFFF):4.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B96744 Background
Contrast Ratio against Pure Black (#000000):5.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B96744;
}
.element {
color: #B96744;
background-color: #B96744;
border-color: #B96744;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B96744] text-[#B96744] border-[#B96744]"> Content styled with #B96744 </div>