Shades of Chestnut #BC5041
Tints of Chestnut #BC5041
RGB
CMYK
RGB Variations
Color information
#BC5041 (or 0xBC5041) is known color: Chestnut. HEX triplet: BC, 50 and 41. RGB value is (188,80,65). Sum of RGB (Red+Green+Blue) = 188+80+65=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5041 is #43AFBE. Grayscale: #6E6E6E. Windows color (decimal): -4435903 or 4280508. OLE color: 4280508.
HSL color Cylindrical-coordinate representation of color #BC5041: hue angle of 7.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC5041 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 65 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.26 |
| HSL | 7.32º | 0.49% | 0.5% | - |
| HSV(B) | 7.32º | 0.65% | 0.74% | - |
| XYZ | 24.56 | 16.81 | 6.95 | - |
| YUV | 110.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 65 | 0 | 0.57 | 0.65 | 0.26 | 7.32 | 0.49 | 0.5 |
| Hex | BC | 50 | 41 | 0 | 39 | 41 | 1A | 7 | 31 | 32 |
| Octal | 274 | 120 | 101 | 0 | 71 | 101 | 32 | 7 | 61 | 62 |
| Binary | 10111100 | 1010000 | 1000001 | 0 | 111001 | 1000001 | 11010 | 111 | 110001 | 110010 |
Color Harmonies of #BC5041
Complementary color
Monochromatic Colors of #BC5041
Black with #BC5041
Text Example
Text Example
White with #BC5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5041; }
p { color: rgb(188,80,65); }
H1.HeaderClassName
{
color: #BC5041;
}
.AnyTagClassName
{
color: #BC5041;
}
</style>
background-color css
<style>
a { background-color: #BC5041; }
a { background-color: rgb(188,80,65); }
div.DivClassName
{
background-color: #BC5041;
}
.BgClassName
{
background-color: #BC5041;
}
</style>
border-color css
<style>
span { border-color: #BC5041; }
span { border-color: rgb(188,80,65); }
td.TdClassName
{
border-color: #BC5041;
}
.TagClassName
{
border-color: #BC5041;
}
</style>