Shades of Chestnut #B4493E
Tints of Chestnut #B4493E
RGB
CMYK
RGB Variations
Color information
#B4493E (or 0xB4493E) is known color: Chestnut. HEX triplet: B4, 49 and 3E. RGB value is (180,73,62). Sum of RGB (Red+Green+Blue) = 180+73+62=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B4493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4493E is #4BB6C1. Grayscale: #676767. Windows color (decimal): -4961986 or 4082100. OLE color: 4082100.
HSL color Cylindrical-coordinate representation of color #B4493E: hue angle of 5.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4493E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 62 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.29 |
| HSL | 5.59º | 0.49% | 0.47% | - |
| HSV(B) | 5.59º | 0.66% | 0.71% | - |
| XYZ | 22.07 | 14.82 | 6.25 | - |
| YUV | 103.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 62 | 0 | 0.59 | 0.66 | 0.29 | 5.59 | 0.49 | 0.47 |
| Hex | B4 | 49 | 3E | 0 | 3B | 42 | 1D | 6 | 31 | 2F |
| Octal | 264 | 111 | 76 | 0 | 73 | 102 | 35 | 6 | 61 | 57 |
| Binary | 10110100 | 1001001 | 111110 | 0 | 111011 | 1000010 | 11101 | 110 | 110001 | 101111 |
Color Harmonies of #B4493E
Complementary color
Monochromatic Colors of #B4493E
Black with #B4493E
Text Example
Text Example
White with #B4493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4493E; }
p { color: rgb(180,73,62); }
H1.HeaderClassName
{
color: #B4493E;
}
.AnyTagClassName
{
color: #B4493E;
}
</style>
background-color css
<style>
a { background-color: #B4493E; }
a { background-color: rgb(180,73,62); }
div.DivClassName
{
background-color: #B4493E;
}
.BgClassName
{
background-color: #B4493E;
}
</style>
border-color css
<style>
span { border-color: #B4493E; }
span { border-color: rgb(180,73,62); }
td.TdClassName
{
border-color: #B4493E;
}
.TagClassName
{
border-color: #B4493E;
}
</style>