Shades of Chestnut #BC4646
Tints of Chestnut #BC4646
RGB
CMYK
RGB Variations
Color information
#BC4646 (or 0xBC4646) is known color: Chestnut. HEX triplet: BC, 46 and 46. RGB value is (188,70,70). Sum of RGB (Red+Green+Blue) = 188+70+70=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4646 is #43B9B9. Grayscale: #696969. Windows color (decimal): -4438458 or 4605628. OLE color: 4605628.
HSL color Cylindrical-coordinate representation of color #BC4646: hue angle of 0º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4646 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 70 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.26 |
| HSL | 0º | 0.47% | 0.51% | - |
| HSV(B) | 0º | 0.63% | 0.74% | - |
| XYZ | 24.03 | 15.51 | 7.52 | - |
| YUV | 105.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 70 | 0 | 0.63 | 0.63 | 0.26 | 0 | 0.47 | 0.51 |
| Hex | BC | 46 | 46 | 0 | 3F | 3F | 1A | 0 | 2F | 33 |
| Octal | 274 | 106 | 106 | 0 | 77 | 77 | 32 | 0 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1000110 | 0 | 111111 | 111111 | 11010 | 0 | 101111 | 110011 |
Color Harmonies of #BC4646
Complementary color
Monochromatic Colors of #BC4646
Black with #BC4646
Text Example
Text Example
White with #BC4646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4646; }
p { color: rgb(188,70,70); }
H1.HeaderClassName
{
color: #BC4646;
}
.AnyTagClassName
{
color: #BC4646;
}
</style>
background-color css
<style>
a { background-color: #BC4646; }
a { background-color: rgb(188,70,70); }
div.DivClassName
{
background-color: #BC4646;
}
.BgClassName
{
background-color: #BC4646;
}
</style>
border-color css
<style>
span { border-color: #BC4646; }
span { border-color: rgb(188,70,70); }
td.TdClassName
{
border-color: #BC4646;
}
.TagClassName
{
border-color: #BC4646;
}
</style>