Shades of Chestnut #BC4C48
Tints of Chestnut #BC4C48
RGB
CMYK
RGB Variations
Color information
#BC4C48 (or 0xBC4C48) is known color: Chestnut. HEX triplet: BC, 4C and 48. RGB value is (188,76,72). Sum of RGB (Red+Green+Blue) = 188+76+72=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C48 is #43B3B7. Grayscale: #6D6D6D. Windows color (decimal): -4436920 or 4738236. OLE color: 4738236.
HSL color Cylindrical-coordinate representation of color #BC4C48: hue angle of 2.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4C48 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 72 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.26 |
| HSL | 2.07º | 0.46% | 0.51% | - |
| HSV(B) | 2.07º | 0.62% | 0.74% | - |
| XYZ | 24.49 | 16.33 | 7.99 | - |
| YUV | 109.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 72 | 0 | 0.60 | 0.62 | 0.26 | 2.07 | 0.46 | 0.51 |
| Hex | BC | 4C | 48 | 0 | 3C | 3E | 1A | 2 | 2E | 33 |
| Octal | 274 | 114 | 110 | 0 | 74 | 76 | 32 | 2 | 56 | 63 |
| Binary | 10111100 | 1001100 | 1001000 | 0 | 111100 | 111110 | 11010 | 10 | 101110 | 110011 |
Color Harmonies of #BC4C48
Complementary color
Monochromatic Colors of #BC4C48
Black with #BC4C48
Text Example
Text Example
White with #BC4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C48; }
p { color: rgb(188,76,72); }
H1.HeaderClassName
{
color: #BC4C48;
}
.AnyTagClassName
{
color: #BC4C48;
}
</style>
background-color css
<style>
a { background-color: #BC4C48; }
a { background-color: rgb(188,76,72); }
div.DivClassName
{
background-color: #BC4C48;
}
.BgClassName
{
background-color: #BC4C48;
}
</style>
border-color css
<style>
span { border-color: #BC4C48; }
span { border-color: rgb(188,76,72); }
td.TdClassName
{
border-color: #BC4C48;
}
.TagClassName
{
border-color: #BC4C48;
}
</style>