Shades of Chestnut #BC4946
Tints of Chestnut #BC4946
RGB
CMYK
RGB Variations
Color information
#BC4946 (or 0xBC4946) is known color: Chestnut. HEX triplet: BC, 49 and 46. RGB value is (188,73,70). Sum of RGB (Red+Green+Blue) = 188+73+70=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4946 is #43B6B9. Grayscale: #6B6B6B. Windows color (decimal): -4437690 or 4606396. OLE color: 4606396.
HSL color Cylindrical-coordinate representation of color #BC4946: hue angle of 1.53º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4946 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 70 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.26 |
| HSL | 1.53º | 0.47% | 0.51% | - |
| HSV(B) | 1.53º | 0.63% | 0.74% | - |
| XYZ | 24.23 | 15.9 | 7.59 | - |
| YUV | 107.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 70 | 0 | 0.61 | 0.63 | 0.26 | 1.53 | 0.47 | 0.51 |
| Hex | BC | 49 | 46 | 0 | 3D | 3F | 1A | 2 | 2F | 33 |
| Octal | 274 | 111 | 106 | 0 | 75 | 77 | 32 | 2 | 57 | 63 |
| Binary | 10111100 | 1001001 | 1000110 | 0 | 111101 | 111111 | 11010 | 10 | 101111 | 110011 |
Color Harmonies of #BC4946
Complementary color
Monochromatic Colors of #BC4946
Black with #BC4946
Text Example
Text Example
White with #BC4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4946; }
p { color: rgb(188,73,70); }
H1.HeaderClassName
{
color: #BC4946;
}
.AnyTagClassName
{
color: #BC4946;
}
</style>
background-color css
<style>
a { background-color: #BC4946; }
a { background-color: rgb(188,73,70); }
div.DivClassName
{
background-color: #BC4946;
}
.BgClassName
{
background-color: #BC4946;
}
</style>
border-color css
<style>
span { border-color: #BC4946; }
span { border-color: rgb(188,73,70); }
td.TdClassName
{
border-color: #BC4946;
}
.TagClassName
{
border-color: #BC4946;
}
</style>