Shades of Chestnut #BC4845
Tints of Chestnut #BC4845
RGB
CMYK
RGB Variations
Color information
#BC4845 (or 0xBC4845) is known color: Chestnut. HEX triplet: BC, 48 and 45. RGB value is (188,72,69). Sum of RGB (Red+Green+Blue) = 188+72+69=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4845 is #43B7BA. Grayscale: #6A6A6A. Windows color (decimal): -4437947 or 4540604. OLE color: 4540604.
HSL color Cylindrical-coordinate representation of color #BC4845: hue angle of 1.51º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4845 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 69 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.26 |
| HSL | 1.51º | 0.47% | 0.5% | - |
| HSV(B) | 1.51º | 0.63% | 0.74% | - |
| XYZ | 24.13 | 15.76 | 7.4 | - |
| YUV | 106.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 69 | 0 | 0.62 | 0.63 | 0.26 | 1.51 | 0.47 | 0.5 |
| Hex | BC | 48 | 45 | 0 | 3E | 3F | 1A | 2 | 2F | 32 |
| Octal | 274 | 110 | 105 | 0 | 76 | 77 | 32 | 2 | 57 | 62 |
| Binary | 10111100 | 1001000 | 1000101 | 0 | 111110 | 111111 | 11010 | 10 | 101111 | 110010 |
Color Harmonies of #BC4845
Complementary color
Monochromatic Colors of #BC4845
Black with #BC4845
Text Example
Text Example
White with #BC4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4845; }
p { color: rgb(188,72,69); }
H1.HeaderClassName
{
color: #BC4845;
}
.AnyTagClassName
{
color: #BC4845;
}
</style>
background-color css
<style>
a { background-color: #BC4845; }
a { background-color: rgb(188,72,69); }
div.DivClassName
{
background-color: #BC4845;
}
.BgClassName
{
background-color: #BC4845;
}
</style>
border-color css
<style>
span { border-color: #BC4845; }
span { border-color: rgb(188,72,69); }
td.TdClassName
{
border-color: #BC4845;
}
.TagClassName
{
border-color: #BC4845;
}
</style>