Shades of Chestnut #BC4948
Tints of Chestnut #BC4948
RGB
CMYK
RGB Variations
Color information
#BC4948 (or 0xBC4948) is known color: Chestnut. HEX triplet: BC, 49 and 48. RGB value is (188,73,72). Sum of RGB (Red+Green+Blue) = 188+73+72=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4948 is #43B6B7. Grayscale: #6B6B6B. Windows color (decimal): -4437688 or 4737468. OLE color: 4737468.
HSL color Cylindrical-coordinate representation of color #BC4948: hue angle of 0.52º 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 #BC4948 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 72 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.26 |
| HSL | 0.52º | 0.46% | 0.51% | - |
| HSV(B) | 0.52º | 0.62% | 0.74% | - |
| XYZ | 24.29 | 15.92 | 7.92 | - |
| YUV | 107.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 72 | 0 | 0.61 | 0.62 | 0.26 | 0.52 | 0.46 | 0.51 |
| Hex | BC | 49 | 48 | 0 | 3D | 3E | 1A | 1 | 2E | 33 |
| Octal | 274 | 111 | 110 | 0 | 75 | 76 | 32 | 1 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1001000 | 0 | 111101 | 111110 | 11010 | 1 | 101110 | 110011 |
Color Harmonies of #BC4948
Complementary color
Monochromatic Colors of #BC4948
Black with #BC4948
Text Example
Text Example
White with #BC4948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4948; }
p { color: rgb(188,73,72); }
H1.HeaderClassName
{
color: #BC4948;
}
.AnyTagClassName
{
color: #BC4948;
}
</style>
background-color css
<style>
a { background-color: #BC4948; }
a { background-color: rgb(188,73,72); }
div.DivClassName
{
background-color: #BC4948;
}
.BgClassName
{
background-color: #BC4948;
}
</style>
border-color css
<style>
span { border-color: #BC4948; }
span { border-color: rgb(188,73,72); }
td.TdClassName
{
border-color: #BC4948;
}
.TagClassName
{
border-color: #BC4948;
}
</style>