Shades of Chestnut #B64E4E
Tints of Chestnut #B64E4E
RGB
CMYK
RGB Variations
Color information
#B64E4E (or 0xB64E4E) is known color: Chestnut. HEX triplet: B6, 4E and 4E. RGB value is (182,78,78). Sum of RGB (Red+Green+Blue) = 182+78+78=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E4E is #49B1B1. Grayscale: #6D6D6D. Windows color (decimal): -4829618 or 5131958. OLE color: 5131958.
HSL color Cylindrical-coordinate representation of color #B64E4E: hue angle of 0º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E4E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 78 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.29 |
| HSL | 0º | 0.42% | 0.51% | - |
| HSV(B) | 0º | 0.57% | 0.71% | - |
| XYZ | 23.39 | 15.94 | 9.05 | - |
| YUV | 109.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 78 | 0 | 0.57 | 0.57 | 0.29 | 0 | 0.42 | 0.51 |
| Hex | B6 | 4E | 4E | 0 | 39 | 39 | 1D | 0 | 2A | 33 |
| Octal | 266 | 116 | 116 | 0 | 71 | 71 | 35 | 0 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1001110 | 0 | 111001 | 111001 | 11101 | 0 | 101010 | 110011 |
Color Harmonies of #B64E4E
Complementary color
Monochromatic Colors of #B64E4E
Black with #B64E4E
Text Example
Text Example
White with #B64E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E4E; }
p { color: rgb(182,78,78); }
H1.HeaderClassName
{
color: #B64E4E;
}
.AnyTagClassName
{
color: #B64E4E;
}
</style>
background-color css
<style>
a { background-color: #B64E4E; }
a { background-color: rgb(182,78,78); }
div.DivClassName
{
background-color: #B64E4E;
}
.BgClassName
{
background-color: #B64E4E;
}
</style>
border-color css
<style>
span { border-color: #B64E4E; }
span { border-color: rgb(182,78,78); }
td.TdClassName
{
border-color: #B64E4E;
}
.TagClassName
{
border-color: #B64E4E;
}
</style>