Shades of Chestnut #B34E4D
Tints of Chestnut #B34E4D
RGB
CMYK
RGB Variations
Color information
#B34E4D (or 0xB34E4D) is known color: Chestnut. HEX triplet: B3, 4E and 4D. RGB value is (179,78,77). Sum of RGB (Red+Green+Blue) = 179+78+77=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E4D is #4CB1B2. Grayscale: #6C6C6C. Windows color (decimal): -5026227 or 5066419. OLE color: 5066419.
HSL color Cylindrical-coordinate representation of color #B34E4D: hue angle of 0.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34E4D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 78 | 77 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.30 |
| HSL | 0.59º | 0.4% | 0.5% | - |
| HSV(B) | 0.59º | 0.57% | 0.7% | - |
| XYZ | 22.65 | 15.57 | 8.83 | - |
| YUV | 108.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 77 | 0 | 0.56 | 0.57 | 0.30 | 0.59 | 0.4 | 0.5 |
| Hex | B3 | 4E | 4D | 0 | 38 | 39 | 1E | 1 | 28 | 32 |
| Octal | 263 | 116 | 115 | 0 | 70 | 71 | 36 | 1 | 50 | 62 |
| Binary | 10110011 | 1001110 | 1001101 | 0 | 111000 | 111001 | 11110 | 1 | 101000 | 110010 |
Color Harmonies of #B34E4D
Complementary color
Monochromatic Colors of #B34E4D
Black with #B34E4D
Text Example
Text Example
White with #B34E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34E4D; }
p { color: rgb(179,78,77); }
H1.HeaderClassName
{
color: #B34E4D;
}
.AnyTagClassName
{
color: #B34E4D;
}
</style>
background-color css
<style>
a { background-color: #B34E4D; }
a { background-color: rgb(179,78,77); }
div.DivClassName
{
background-color: #B34E4D;
}
.BgClassName
{
background-color: #B34E4D;
}
</style>
border-color css
<style>
span { border-color: #B34E4D; }
span { border-color: rgb(179,78,77); }
td.TdClassName
{
border-color: #B34E4D;
}
.TagClassName
{
border-color: #B34E4D;
}
</style>