Shades of Chestnut #B34E47
Tints of Chestnut #B34E47
RGB
CMYK
RGB Variations
Color information
#B34E47 (or 0xB34E47) is known color: Chestnut. HEX triplet: B3, 4E and 47. RGB value is (179,78,71). Sum of RGB (Red+Green+Blue) = 179+78+71=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E47 is #4CB1B8. Grayscale: #6B6B6B. Windows color (decimal): -5026233 or 4673203. OLE color: 4673203.
HSL color Cylindrical-coordinate representation of color #B34E47: hue angle of 3.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34E47 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 78 | 71 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.30 |
| HSL | 3.89º | 0.43% | 0.49% | - |
| HSV(B) | 3.89º | 0.6% | 0.7% | - |
| XYZ | 22.45 | 15.49 | 7.77 | - |
| YUV | 107.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 71 | 0 | 0.56 | 0.60 | 0.30 | 3.89 | 0.43 | 0.49 |
| Hex | B3 | 4E | 47 | 0 | 38 | 3C | 1E | 4 | 2B | 31 |
| Octal | 263 | 116 | 107 | 0 | 70 | 74 | 36 | 4 | 53 | 61 |
| Binary | 10110011 | 1001110 | 1000111 | 0 | 111000 | 111100 | 11110 | 100 | 101011 | 110001 |
Color Harmonies of #B34E47
Complementary color
Monochromatic Colors of #B34E47
Black with #B34E47
Text Example
Text Example
White with #B34E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34E47; }
p { color: rgb(179,78,71); }
H1.HeaderClassName
{
color: #B34E47;
}
.AnyTagClassName
{
color: #B34E47;
}
</style>
background-color css
<style>
a { background-color: #B34E47; }
a { background-color: rgb(179,78,71); }
div.DivClassName
{
background-color: #B34E47;
}
.BgClassName
{
background-color: #B34E47;
}
</style>
border-color css
<style>
span { border-color: #B34E47; }
span { border-color: rgb(179,78,71); }
td.TdClassName
{
border-color: #B34E47;
}
.TagClassName
{
border-color: #B34E47;
}
</style>