Shades of Chestnut #B34640
Tints of Chestnut #B34640
RGB
CMYK
RGB Variations
Color information
#B34640 (or 0xB34640) is known color: Chestnut. HEX triplet: B3, 46 and 40. RGB value is (179,70,64). Sum of RGB (Red+Green+Blue) = 179+70+64=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B34640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34640 is #4CB9BF. Grayscale: #666666. Windows color (decimal): -5028288 or 4212403. OLE color: 4212403.
HSL color Cylindrical-coordinate representation of color #B34640: hue angle of 3.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34640 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 64 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.30 |
| HSL | 3.13º | 0.47% | 0.48% | - |
| HSV(B) | 3.13º | 0.64% | 0.7% | - |
| XYZ | 21.71 | 14.33 | 6.47 | - |
| YUV | 101.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 64 | 0 | 0.61 | 0.64 | 0.30 | 3.13 | 0.47 | 0.48 |
| Hex | B3 | 46 | 40 | 0 | 3D | 40 | 1E | 3 | 2F | 30 |
| Octal | 263 | 106 | 100 | 0 | 75 | 100 | 36 | 3 | 57 | 60 |
| Binary | 10110011 | 1000110 | 1000000 | 0 | 111101 | 1000000 | 11110 | 11 | 101111 | 110000 |
Color Harmonies of #B34640
Complementary color
Monochromatic Colors of #B34640
Black with #B34640
Text Example
Text Example
White with #B34640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34640; }
p { color: rgb(179,70,64); }
H1.HeaderClassName
{
color: #B34640;
}
.AnyTagClassName
{
color: #B34640;
}
</style>
background-color css
<style>
a { background-color: #B34640; }
a { background-color: rgb(179,70,64); }
div.DivClassName
{
background-color: #B34640;
}
.BgClassName
{
background-color: #B34640;
}
</style>
border-color css
<style>
span { border-color: #B34640; }
span { border-color: rgb(179,70,64); }
td.TdClassName
{
border-color: #B34640;
}
.TagClassName
{
border-color: #B34640;
}
</style>