Shades of Chestnut #BC4644
Tints of Chestnut #BC4644
RGB
CMYK
RGB Variations
Color information
#BC4644 (or 0xBC4644) is known color: Chestnut. HEX triplet: BC, 46 and 44. RGB value is (188,70,68). Sum of RGB (Red+Green+Blue) = 188+70+68=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4644 is #43B9BB. Grayscale: #696969. Windows color (decimal): -4438460 or 4474556. OLE color: 4474556.
HSL color Cylindrical-coordinate representation of color #BC4644: hue angle of 1º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4644 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 68 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.26 |
| HSL | 1º | 0.47% | 0.5% | - |
| HSV(B) | 1º | 0.64% | 0.74% | - |
| XYZ | 23.97 | 15.49 | 7.2 | - |
| YUV | 105.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 68 | 0 | 0.63 | 0.64 | 0.26 | 1 | 0.47 | 0.5 |
| Hex | BC | 46 | 44 | 0 | 3F | 40 | 1A | 1 | 2F | 32 |
| Octal | 274 | 106 | 104 | 0 | 77 | 100 | 32 | 1 | 57 | 62 |
| Binary | 10111100 | 1000110 | 1000100 | 0 | 111111 | 1000000 | 11010 | 1 | 101111 | 110010 |
Color Harmonies of #BC4644
Complementary color
Monochromatic Colors of #BC4644
Black with #BC4644
Text Example
Text Example
White with #BC4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4644; }
p { color: rgb(188,70,68); }
H1.HeaderClassName
{
color: #BC4644;
}
.AnyTagClassName
{
color: #BC4644;
}
</style>
background-color css
<style>
a { background-color: #BC4644; }
a { background-color: rgb(188,70,68); }
div.DivClassName
{
background-color: #BC4644;
}
.BgClassName
{
background-color: #BC4644;
}
</style>
border-color css
<style>
span { border-color: #BC4644; }
span { border-color: rgb(188,70,68); }
td.TdClassName
{
border-color: #BC4644;
}
.TagClassName
{
border-color: #BC4644;
}
</style>