Shades of Chestnut #BC4542
Tints of Chestnut #BC4542
RGB
CMYK
RGB Variations
Color information
#BC4542 (or 0xBC4542) is known color: Chestnut. HEX triplet: BC, 45 and 42. RGB value is (188,69,66). Sum of RGB (Red+Green+Blue) = 188+69+66=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4542 is #43BABD. Grayscale: #686868. Windows color (decimal): -4438718 or 4343228. OLE color: 4343228.
HSL color Cylindrical-coordinate representation of color #BC4542: hue angle of 1.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4542 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 66 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.26 |
| HSL | 1.48º | 0.48% | 0.5% | - |
| HSV(B) | 1.48º | 0.65% | 0.74% | - |
| XYZ | 23.85 | 15.34 | 6.86 | - |
| YUV | 104.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 66 | 0 | 0.63 | 0.65 | 0.26 | 1.48 | 0.48 | 0.5 |
| Hex | BC | 45 | 42 | 0 | 3F | 41 | 1A | 1 | 30 | 32 |
| Octal | 274 | 105 | 102 | 0 | 77 | 101 | 32 | 1 | 60 | 62 |
| Binary | 10111100 | 1000101 | 1000010 | 0 | 111111 | 1000001 | 11010 | 1 | 110000 | 110010 |
Color Harmonies of #BC4542
Complementary color
Monochromatic Colors of #BC4542
Black with #BC4542
Text Example
Text Example
White with #BC4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4542; }
p { color: rgb(188,69,66); }
H1.HeaderClassName
{
color: #BC4542;
}
.AnyTagClassName
{
color: #BC4542;
}
</style>
background-color css
<style>
a { background-color: #BC4542; }
a { background-color: rgb(188,69,66); }
div.DivClassName
{
background-color: #BC4542;
}
.BgClassName
{
background-color: #BC4542;
}
</style>
border-color css
<style>
span { border-color: #BC4542; }
span { border-color: rgb(188,69,66); }
td.TdClassName
{
border-color: #BC4542;
}
.TagClassName
{
border-color: #BC4542;
}
</style>