Shades of Grenadier #BC4C2F
Tints of Grenadier #BC4C2F
RGB
CMYK
RGB Variations
Color information
#BC4C2F (or 0xBC4C2F) is known color: Grenadier. HEX triplet: BC, 4C and 2F. RGB value is (188,76,47). Sum of RGB (Red+Green+Blue) = 188+76+47=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C2F is #43B3D0. Grayscale: #6A6A6A. Windows color (decimal): -4436945 or 3099836. OLE color: 3099836.
HSL color Cylindrical-coordinate representation of color #BC4C2F: hue angle of 12.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC4C2F is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 47 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.26 |
| HSL | 12.34º | 0.6% | 0.46% | - |
| HSV(B) | 12.34º | 0.75% | 0.74% | - |
| XYZ | 23.84 | 16.07 | 4.53 | - |
| YUV | 106.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 47 | 0 | 0.60 | 0.75 | 0.26 | 12.34 | 0.6 | 0.46 |
| Hex | BC | 4C | 2F | 0 | 3C | 4B | 1A | C | 3C | 2E |
| Octal | 274 | 114 | 57 | 0 | 74 | 113 | 32 | 14 | 74 | 56 |
| Binary | 10111100 | 1001100 | 101111 | 0 | 111100 | 1001011 | 11010 | 1100 | 111100 | 101110 |
Color Harmonies of #BC4C2F
Complementary color
Monochromatic Colors of #BC4C2F
Black with #BC4C2F
Text Example
Text Example
White with #BC4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C2F; }
p { color: rgb(188,76,47); }
H1.HeaderClassName
{
color: #BC4C2F;
}
.AnyTagClassName
{
color: #BC4C2F;
}
</style>
background-color css
<style>
a { background-color: #BC4C2F; }
a { background-color: rgb(188,76,47); }
div.DivClassName
{
background-color: #BC4C2F;
}
.BgClassName
{
background-color: #BC4C2F;
}
</style>
border-color css
<style>
span { border-color: #BC4C2F; }
span { border-color: rgb(188,76,47); }
td.TdClassName
{
border-color: #BC4C2F;
}
.TagClassName
{
border-color: #BC4C2F;
}
</style>