Shades of Chestnut #BC4D4A
Tints of Chestnut #BC4D4A
RGB
CMYK
RGB Variations
Color information
#BC4D4A (or 0xBC4D4A) is known color: Chestnut. HEX triplet: BC, 4D and 4A. RGB value is (188,77,74). Sum of RGB (Red+Green+Blue) = 188+77+74=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D4A is #43B2B5. Grayscale: #6D6D6D. Windows color (decimal): -4436662 or 4869564. OLE color: 4869564.
HSL color Cylindrical-coordinate representation of color #BC4D4A: hue angle of 1.58º 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 #BC4D4A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 74 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.26 |
| HSL | 1.58º | 0.46% | 0.51% | - |
| HSV(B) | 1.58º | 0.61% | 0.74% | - |
| XYZ | 24.63 | 16.49 | 8.36 | - |
| YUV | 109.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 74 | 0 | 0.59 | 0.61 | 0.26 | 1.58 | 0.46 | 0.51 |
| Hex | BC | 4D | 4A | 0 | 3B | 3D | 1A | 2 | 2E | 33 |
| Octal | 274 | 115 | 112 | 0 | 73 | 75 | 32 | 2 | 56 | 63 |
| Binary | 10111100 | 1001101 | 1001010 | 0 | 111011 | 111101 | 11010 | 10 | 101110 | 110011 |
Color Harmonies of #BC4D4A
Complementary color
Monochromatic Colors of #BC4D4A
Black with #BC4D4A
Text Example
Text Example
White with #BC4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D4A; }
p { color: rgb(188,77,74); }
H1.HeaderClassName
{
color: #BC4D4A;
}
.AnyTagClassName
{
color: #BC4D4A;
}
</style>
background-color css
<style>
a { background-color: #BC4D4A; }
a { background-color: rgb(188,77,74); }
div.DivClassName
{
background-color: #BC4D4A;
}
.BgClassName
{
background-color: #BC4D4A;
}
</style>
border-color css
<style>
span { border-color: #BC4D4A; }
span { border-color: rgb(188,77,74); }
td.TdClassName
{
border-color: #BC4D4A;
}
.TagClassName
{
border-color: #BC4D4A;
}
</style>