Shades of Chestnut #BC5044
Tints of Chestnut #BC5044
RGB
CMYK
RGB Variations
Color information
#BC5044 (or 0xBC5044) is known color: Chestnut. HEX triplet: BC, 50 and 44. RGB value is (188,80,68). Sum of RGB (Red+Green+Blue) = 188+80+68=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5044 is #43AFBB. Grayscale: #6F6F6F. Windows color (decimal): -4435900 or 4477116. OLE color: 4477116.
HSL color Cylindrical-coordinate representation of color #BC5044: hue angle of 6º 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 #BC5044 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 68 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.26 |
| HSL | 6º | 0.47% | 0.5% | - |
| HSV(B) | 6º | 0.64% | 0.74% | - |
| XYZ | 24.65 | 16.85 | 7.42 | - |
| YUV | 110.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 68 | 0 | 0.57 | 0.64 | 0.26 | 6 | 0.47 | 0.5 |
| Hex | BC | 50 | 44 | 0 | 39 | 40 | 1A | 6 | 2F | 32 |
| Octal | 274 | 120 | 104 | 0 | 71 | 100 | 32 | 6 | 57 | 62 |
| Binary | 10111100 | 1010000 | 1000100 | 0 | 111001 | 1000000 | 11010 | 110 | 101111 | 110010 |
Color Harmonies of #BC5044
Complementary color
Monochromatic Colors of #BC5044
Black with #BC5044
Text Example
Text Example
White with #BC5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5044; }
p { color: rgb(188,80,68); }
H1.HeaderClassName
{
color: #BC5044;
}
.AnyTagClassName
{
color: #BC5044;
}
</style>
background-color css
<style>
a { background-color: #BC5044; }
a { background-color: rgb(188,80,68); }
div.DivClassName
{
background-color: #BC5044;
}
.BgClassName
{
background-color: #BC5044;
}
</style>
border-color css
<style>
span { border-color: #BC5044; }
span { border-color: rgb(188,80,68); }
td.TdClassName
{
border-color: #BC5044;
}
.TagClassName
{
border-color: #BC5044;
}
</style>