Shades of Chestnut #BC5140
Tints of Chestnut #BC5140
RGB
CMYK
RGB Variations
Color information
#BC5140 (or 0xBC5140) is known color: Chestnut. HEX triplet: BC, 51 and 40. RGB value is (188,81,64). Sum of RGB (Red+Green+Blue) = 188+81+64=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5140 is #43AEBF. Grayscale: #6F6F6F. Windows color (decimal): -4435648 or 4215228. OLE color: 4215228.
HSL color Cylindrical-coordinate representation of color #BC5140: hue angle of 8.23º 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 #BC5140 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 64 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.26 |
| HSL | 8.23º | 0.49% | 0.49% | - |
| HSV(B) | 8.23º | 0.66% | 0.74% | - |
| XYZ | 24.61 | 16.95 | 6.82 | - |
| YUV | 111.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 64 | 0 | 0.57 | 0.66 | 0.26 | 8.23 | 0.49 | 0.49 |
| Hex | BC | 51 | 40 | 0 | 39 | 42 | 1A | 8 | 31 | 31 |
| Octal | 274 | 121 | 100 | 0 | 71 | 102 | 32 | 10 | 61 | 61 |
| Binary | 10111100 | 1010001 | 1000000 | 0 | 111001 | 1000010 | 11010 | 1000 | 110001 | 110001 |
Color Harmonies of #BC5140
Complementary color
Monochromatic Colors of #BC5140
Black with #BC5140
Text Example
Text Example
White with #BC5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5140; }
p { color: rgb(188,81,64); }
H1.HeaderClassName
{
color: #BC5140;
}
.AnyTagClassName
{
color: #BC5140;
}
</style>
background-color css
<style>
a { background-color: #BC5140; }
a { background-color: rgb(188,81,64); }
div.DivClassName
{
background-color: #BC5140;
}
.BgClassName
{
background-color: #BC5140;
}
</style>
border-color css
<style>
span { border-color: #BC5140; }
span { border-color: rgb(188,81,64); }
td.TdClassName
{
border-color: #BC5140;
}
.TagClassName
{
border-color: #BC5140;
}
</style>