Shades of Chestnut #B64C43
Tints of Chestnut #B64C43
RGB
CMYK
RGB Variations
Color information
#B64C43 (or 0xB64C43) is known color: Chestnut. HEX triplet: B6, 4C and 43. RGB value is (182,76,67). Sum of RGB (Red+Green+Blue) = 182+76+67=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C43 is #49B3BC. Grayscale: #6A6A6A. Windows color (decimal): -4830141 or 4410550. OLE color: 4410550.
HSL color Cylindrical-coordinate representation of color #B64C43: hue angle of 4.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64C43 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 67 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.29 |
| HSL | 4.7º | 0.46% | 0.49% | - |
| HSV(B) | 4.7º | 0.63% | 0.71% | - |
| XYZ | 22.89 | 15.52 | 7.1 | - |
| YUV | 106.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 67 | 0 | 0.58 | 0.63 | 0.29 | 4.7 | 0.46 | 0.49 |
| Hex | B6 | 4C | 43 | 0 | 3A | 3F | 1D | 5 | 2E | 31 |
| Octal | 266 | 114 | 103 | 0 | 72 | 77 | 35 | 5 | 56 | 61 |
| Binary | 10110110 | 1001100 | 1000011 | 0 | 111010 | 111111 | 11101 | 101 | 101110 | 110001 |
Color Harmonies of #B64C43
Complementary color
Monochromatic Colors of #B64C43
Black with #B64C43
Text Example
Text Example
White with #B64C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C43; }
p { color: rgb(182,76,67); }
H1.HeaderClassName
{
color: #B64C43;
}
.AnyTagClassName
{
color: #B64C43;
}
</style>
background-color css
<style>
a { background-color: #B64C43; }
a { background-color: rgb(182,76,67); }
div.DivClassName
{
background-color: #B64C43;
}
.BgClassName
{
background-color: #B64C43;
}
</style>
border-color css
<style>
span { border-color: #B64C43; }
span { border-color: rgb(182,76,67); }
td.TdClassName
{
border-color: #B64C43;
}
.TagClassName
{
border-color: #B64C43;
}
</style>