Shades of Chestnut #BC5040
Tints of Chestnut #BC5040
RGB
CMYK
RGB Variations
Color information
#BC5040 (or 0xBC5040) is known color: Chestnut. HEX triplet: BC, 50 and 40. RGB value is (188,80,64). Sum of RGB (Red+Green+Blue) = 188+80+64=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5040 is #43AFBF. Grayscale: #6E6E6E. Windows color (decimal): -4435904 or 4214972. OLE color: 4214972.
HSL color Cylindrical-coordinate representation of color #BC5040: hue angle of 7.74º 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 #BC5040 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 64 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.26 |
| HSL | 7.74º | 0.49% | 0.49% | - |
| HSV(B) | 7.74º | 0.66% | 0.74% | - |
| XYZ | 24.53 | 16.8 | 6.8 | - |
| YUV | 110.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 64 | 0 | 0.57 | 0.66 | 0.26 | 7.74 | 0.49 | 0.49 |
| Hex | BC | 50 | 40 | 0 | 39 | 42 | 1A | 8 | 31 | 31 |
| Octal | 274 | 120 | 100 | 0 | 71 | 102 | 32 | 10 | 61 | 61 |
| Binary | 10111100 | 1010000 | 1000000 | 0 | 111001 | 1000010 | 11010 | 1000 | 110001 | 110001 |
Color Harmonies of #BC5040
Complementary color
Monochromatic Colors of #BC5040
Black with #BC5040
Text Example
Text Example
White with #BC5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5040; }
p { color: rgb(188,80,64); }
H1.HeaderClassName
{
color: #BC5040;
}
.AnyTagClassName
{
color: #BC5040;
}
</style>
background-color css
<style>
a { background-color: #BC5040; }
a { background-color: rgb(188,80,64); }
div.DivClassName
{
background-color: #BC5040;
}
.BgClassName
{
background-color: #BC5040;
}
</style>
border-color css
<style>
span { border-color: #BC5040; }
span { border-color: rgb(188,80,64); }
td.TdClassName
{
border-color: #BC5040;
}
.TagClassName
{
border-color: #BC5040;
}
</style>