Shades of Chestnut #BC5143
Tints of Chestnut #BC5143
RGB
CMYK
RGB Variations
Color information
#BC5143 (or 0xBC5143) is known color: Chestnut. HEX triplet: BC, 51 and 43. RGB value is (188,81,67). Sum of RGB (Red+Green+Blue) = 188+81+67=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5143 is #43AEBC. Grayscale: #6F6F6F. Windows color (decimal): -4435645 or 4411836. OLE color: 4411836.
HSL color Cylindrical-coordinate representation of color #BC5143: hue angle of 6.94º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5143 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 67 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.26 |
| HSL | 6.94º | 0.47% | 0.5% | - |
| HSV(B) | 6.94º | 0.64% | 0.74% | - |
| XYZ | 24.69 | 16.98 | 7.29 | - |
| YUV | 111.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 67 | 0 | 0.57 | 0.64 | 0.26 | 6.94 | 0.47 | 0.5 |
| Hex | BC | 51 | 43 | 0 | 39 | 40 | 1A | 7 | 2F | 32 |
| Octal | 274 | 121 | 103 | 0 | 71 | 100 | 32 | 7 | 57 | 62 |
| Binary | 10111100 | 1010001 | 1000011 | 0 | 111001 | 1000000 | 11010 | 111 | 101111 | 110010 |
Color Harmonies of #BC5143
Complementary color
Monochromatic Colors of #BC5143
Black with #BC5143
Text Example
Text Example
White with #BC5143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5143; }
p { color: rgb(188,81,67); }
H1.HeaderClassName
{
color: #BC5143;
}
.AnyTagClassName
{
color: #BC5143;
}
</style>
background-color css
<style>
a { background-color: #BC5143; }
a { background-color: rgb(188,81,67); }
div.DivClassName
{
background-color: #BC5143;
}
.BgClassName
{
background-color: #BC5143;
}
</style>
border-color css
<style>
span { border-color: #BC5143; }
span { border-color: rgb(188,81,67); }
td.TdClassName
{
border-color: #BC5143;
}
.TagClassName
{
border-color: #BC5143;
}
</style>