Shades of Chestnut #BC5049
Tints of Chestnut #BC5049
RGB
CMYK
RGB Variations
Color information
#BC5049 (or 0xBC5049) is known color: Chestnut. HEX triplet: BC, 50 and 49. RGB value is (188,80,73). Sum of RGB (Red+Green+Blue) = 188+80+73=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5049 is #43AFB6. Grayscale: #6F6F6F. Windows color (decimal): -4435895 or 4804796. OLE color: 4804796.
HSL color Cylindrical-coordinate representation of color #BC5049: hue angle of 3.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5049 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 73 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.26 |
| HSL | 3.65º | 0.46% | 0.51% | - |
| HSV(B) | 3.65º | 0.61% | 0.74% | - |
| XYZ | 24.81 | 16.91 | 8.26 | - |
| YUV | 111.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 73 | 0 | 0.57 | 0.61 | 0.26 | 3.65 | 0.46 | 0.51 |
| Hex | BC | 50 | 49 | 0 | 39 | 3D | 1A | 4 | 2E | 33 |
| Octal | 274 | 120 | 111 | 0 | 71 | 75 | 32 | 4 | 56 | 63 |
| Binary | 10111100 | 1010000 | 1001001 | 0 | 111001 | 111101 | 11010 | 100 | 101110 | 110011 |
Color Harmonies of #BC5049
Complementary color
Monochromatic Colors of #BC5049
Black with #BC5049
Text Example
Text Example
White with #BC5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5049; }
p { color: rgb(188,80,73); }
H1.HeaderClassName
{
color: #BC5049;
}
.AnyTagClassName
{
color: #BC5049;
}
</style>
background-color css
<style>
a { background-color: #BC5049; }
a { background-color: rgb(188,80,73); }
div.DivClassName
{
background-color: #BC5049;
}
.BgClassName
{
background-color: #BC5049;
}
</style>
border-color css
<style>
span { border-color: #BC5049; }
span { border-color: rgb(188,80,73); }
td.TdClassName
{
border-color: #BC5049;
}
.TagClassName
{
border-color: #BC5049;
}
</style>