Copper (Brown)
#B26A4C
RGB: 178, 106, 76
Color OverviewHEX #B26A4C
#B26A4C Color Code Information
In the RGB color space, #B26A4C is composed of 70% red, 42% green, and 30% blue. In the HSL color space, it has a hue of 18°, saturation of 40%, and lightness of 50%.
HEX
#B26A4C
RGB
178, 106, 76
HSL
18°, 40%, 50%
HSV
18°, 57%, 70%
CMYK
0%, 40%, 57%, 30%
Name Match
Copper
Closest StandardShades of #B26A4C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B26A4C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B26A4C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B26A4C
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 #B26A4C Background
Contrast Ratio against Pure White (#FFFFFF):4.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B26A4C Background
Contrast Ratio against Pure Black (#000000):5.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B26A4C;
}
.element {
color: #B26A4C;
background-color: #B26A4C;
border-color: #B26A4C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B26A4C] text-[#B26A4C] border-[#B26A4C]"> Content styled with #B26A4C </div>