Shades of Chestnut #BC4E4A
Tints of Chestnut #BC4E4A
RGB
CMYK
RGB Variations
Color information
#BC4E4A (or 0xBC4E4A) is known color: Chestnut. HEX triplet: BC, 4E and 4A. RGB value is (188,78,74). Sum of RGB (Red+Green+Blue) = 188+78+74=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E4A is #43B1B5. Grayscale: #6E6E6E. Windows color (decimal): -4436406 or 4869820. OLE color: 4869820.
HSL color Cylindrical-coordinate representation of color #BC4E4A: hue angle of 2.11º 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 #BC4E4A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 74 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.26 |
| HSL | 2.11º | 0.46% | 0.51% | - |
| HSV(B) | 2.11º | 0.61% | 0.74% | - |
| XYZ | 24.7 | 16.63 | 8.39 | - |
| YUV | 110.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 74 | 0 | 0.59 | 0.61 | 0.26 | 2.11 | 0.46 | 0.51 |
| Hex | BC | 4E | 4A | 0 | 3B | 3D | 1A | 2 | 2E | 33 |
| Octal | 274 | 116 | 112 | 0 | 73 | 75 | 32 | 2 | 56 | 63 |
| Binary | 10111100 | 1001110 | 1001010 | 0 | 111011 | 111101 | 11010 | 10 | 101110 | 110011 |
Color Harmonies of #BC4E4A
Complementary color
Monochromatic Colors of #BC4E4A
Black with #BC4E4A
Text Example
Text Example
White with #BC4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E4A; }
p { color: rgb(188,78,74); }
H1.HeaderClassName
{
color: #BC4E4A;
}
.AnyTagClassName
{
color: #BC4E4A;
}
</style>
background-color css
<style>
a { background-color: #BC4E4A; }
a { background-color: rgb(188,78,74); }
div.DivClassName
{
background-color: #BC4E4A;
}
.BgClassName
{
background-color: #BC4E4A;
}
</style>
border-color css
<style>
span { border-color: #BC4E4A; }
span { border-color: rgb(188,78,74); }
td.TdClassName
{
border-color: #BC4E4A;
}
.TagClassName
{
border-color: #BC4E4A;
}
</style>