Shades of Chestnut #B64D49
Tints of Chestnut #B64D49
RGB
CMYK
RGB Variations
Color information
#B64D49 (or 0xB64D49) is known color: Chestnut. HEX triplet: B6, 4D and 49. RGB value is (182,77,73). Sum of RGB (Red+Green+Blue) = 182+77+73=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D49 is #49B2B6. Grayscale: #6C6C6C. Windows color (decimal): -4829879 or 4804022. OLE color: 4804022.
HSL color Cylindrical-coordinate representation of color #B64D49: hue angle of 2.2º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64D49 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 73 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.29 |
| HSL | 2.2º | 0.43% | 0.5% | - |
| HSV(B) | 2.2º | 0.6% | 0.71% | - |
| XYZ | 23.15 | 15.73 | 8.12 | - |
| YUV | 107.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 73 | 0 | 0.58 | 0.60 | 0.29 | 2.2 | 0.43 | 0.5 |
| Hex | B6 | 4D | 49 | 0 | 3A | 3C | 1D | 2 | 2B | 32 |
| Octal | 266 | 115 | 111 | 0 | 72 | 74 | 35 | 2 | 53 | 62 |
| Binary | 10110110 | 1001101 | 1001001 | 0 | 111010 | 111100 | 11101 | 10 | 101011 | 110010 |
Color Harmonies of #B64D49
Complementary color
Monochromatic Colors of #B64D49
Black with #B64D49
Text Example
Text Example
White with #B64D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D49; }
p { color: rgb(182,77,73); }
H1.HeaderClassName
{
color: #B64D49;
}
.AnyTagClassName
{
color: #B64D49;
}
</style>
background-color css
<style>
a { background-color: #B64D49; }
a { background-color: rgb(182,77,73); }
div.DivClassName
{
background-color: #B64D49;
}
.BgClassName
{
background-color: #B64D49;
}
</style>
border-color css
<style>
span { border-color: #B64D49; }
span { border-color: rgb(182,77,73); }
td.TdClassName
{
border-color: #B64D49;
}
.TagClassName
{
border-color: #B64D49;
}
</style>