Shades of Chestnut #BC4F4A
Tints of Chestnut #BC4F4A
RGB
CMYK
RGB Variations
Color information
#BC4F4A (or 0xBC4F4A) is known color: Chestnut. HEX triplet: BC, 4F and 4A. RGB value is (188,79,74). Sum of RGB (Red+Green+Blue) = 188+79+74=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F4A is #43B0B5. Grayscale: #6F6F6F. Windows color (decimal): -4436150 or 4870076. OLE color: 4870076.
HSL color Cylindrical-coordinate representation of color #BC4F4A: hue angle of 2.63º 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 #BC4F4A is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 74 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.26 |
| HSL | 2.63º | 0.46% | 0.51% | - |
| HSV(B) | 2.63º | 0.61% | 0.74% | - |
| XYZ | 24.77 | 16.78 | 8.41 | - |
| YUV | 111.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 74 | 0 | 0.58 | 0.61 | 0.26 | 2.63 | 0.46 | 0.51 |
| Hex | BC | 4F | 4A | 0 | 3A | 3D | 1A | 3 | 2E | 33 |
| Octal | 274 | 117 | 112 | 0 | 72 | 75 | 32 | 3 | 56 | 63 |
| Binary | 10111100 | 1001111 | 1001010 | 0 | 111010 | 111101 | 11010 | 11 | 101110 | 110011 |
Color Harmonies of #BC4F4A
Complementary color
Monochromatic Colors of #BC4F4A
Black with #BC4F4A
Text Example
Text Example
White with #BC4F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F4A; }
p { color: rgb(188,79,74); }
H1.HeaderClassName
{
color: #BC4F4A;
}
.AnyTagClassName
{
color: #BC4F4A;
}
</style>
background-color css
<style>
a { background-color: #BC4F4A; }
a { background-color: rgb(188,79,74); }
div.DivClassName
{
background-color: #BC4F4A;
}
.BgClassName
{
background-color: #BC4F4A;
}
</style>
border-color css
<style>
span { border-color: #BC4F4A; }
span { border-color: rgb(188,79,74); }
td.TdClassName
{
border-color: #BC4F4A;
}
.TagClassName
{
border-color: #BC4F4A;
}
</style>