Shades of Chestnut #BC4745
Tints of Chestnut #BC4745
RGB
CMYK
RGB Variations
Color information
#BC4745 (or 0xBC4745) is known color: Chestnut. HEX triplet: BC, 47 and 45. RGB value is (188,71,69). Sum of RGB (Red+Green+Blue) = 188+71+69=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4745 is #43B8BA. Grayscale: #696969. Windows color (decimal): -4438203 or 4540348. OLE color: 4540348.
HSL color Cylindrical-coordinate representation of color #BC4745: hue angle of 1.01º 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 #BC4745 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 69 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.26 |
| HSL | 1.01º | 0.47% | 0.5% | - |
| HSV(B) | 1.01º | 0.63% | 0.74% | - |
| XYZ | 24.07 | 15.63 | 7.38 | - |
| YUV | 105.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 69 | 0 | 0.62 | 0.63 | 0.26 | 1.01 | 0.47 | 0.5 |
| Hex | BC | 47 | 45 | 0 | 3E | 3F | 1A | 1 | 2F | 32 |
| Octal | 274 | 107 | 105 | 0 | 76 | 77 | 32 | 1 | 57 | 62 |
| Binary | 10111100 | 1000111 | 1000101 | 0 | 111110 | 111111 | 11010 | 1 | 101111 | 110010 |
Color Harmonies of #BC4745
Complementary color
Monochromatic Colors of #BC4745
Black with #BC4745
Text Example
Text Example
White with #BC4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4745; }
p { color: rgb(188,71,69); }
H1.HeaderClassName
{
color: #BC4745;
}
.AnyTagClassName
{
color: #BC4745;
}
</style>
background-color css
<style>
a { background-color: #BC4745; }
a { background-color: rgb(188,71,69); }
div.DivClassName
{
background-color: #BC4745;
}
.BgClassName
{
background-color: #BC4745;
}
</style>
border-color css
<style>
span { border-color: #BC4745; }
span { border-color: rgb(188,71,69); }
td.TdClassName
{
border-color: #BC4745;
}
.TagClassName
{
border-color: #BC4745;
}
</style>