Shades of Chestnut #BC4C40
Tints of Chestnut #BC4C40
RGB
CMYK
RGB Variations
Color information
#BC4C40 (or 0xBC4C40) is known color: Chestnut. HEX triplet: BC, 4C and 40. RGB value is (188,76,64). Sum of RGB (Red+Green+Blue) = 188+76+64=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C40 is #43B3BF. Grayscale: #6C6C6C. Windows color (decimal): -4436928 or 4213948. OLE color: 4213948.
HSL color Cylindrical-coordinate representation of color #BC4C40: hue angle of 5.81º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4C40 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 64 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.26 |
| HSL | 5.81º | 0.49% | 0.49% | - |
| HSV(B) | 5.81º | 0.66% | 0.74% | - |
| XYZ | 24.25 | 16.23 | 6.71 | - |
| YUV | 108.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 64 | 0 | 0.60 | 0.66 | 0.26 | 5.81 | 0.49 | 0.49 |
| Hex | BC | 4C | 40 | 0 | 3C | 42 | 1A | 6 | 31 | 31 |
| Octal | 274 | 114 | 100 | 0 | 74 | 102 | 32 | 6 | 61 | 61 |
| Binary | 10111100 | 1001100 | 1000000 | 0 | 111100 | 1000010 | 11010 | 110 | 110001 | 110001 |
Color Harmonies of #BC4C40
Complementary color
Monochromatic Colors of #BC4C40
Black with #BC4C40
Text Example
Text Example
White with #BC4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C40; }
p { color: rgb(188,76,64); }
H1.HeaderClassName
{
color: #BC4C40;
}
.AnyTagClassName
{
color: #BC4C40;
}
</style>
background-color css
<style>
a { background-color: #BC4C40; }
a { background-color: rgb(188,76,64); }
div.DivClassName
{
background-color: #BC4C40;
}
.BgClassName
{
background-color: #BC4C40;
}
</style>
border-color css
<style>
span { border-color: #BC4C40; }
span { border-color: rgb(188,76,64); }
td.TdClassName
{
border-color: #BC4C40;
}
.TagClassName
{
border-color: #BC4C40;
}
</style>