Shades of Grenadier #BC4B2F
Tints of Grenadier #BC4B2F
RGB
CMYK
RGB Variations
Color information
#BC4B2F (or 0xBC4B2F) is known color: Grenadier. HEX triplet: BC, 4B and 2F. RGB value is (188,75,47). Sum of RGB (Red+Green+Blue) = 188+75+47=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B2F is #43B4D0. Grayscale: #696969. Windows color (decimal): -4437201 or 3099580. OLE color: 3099580.
HSL color Cylindrical-coordinate representation of color #BC4B2F: hue angle of 11.91º 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 #BC4B2F is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 47 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.26 |
| HSL | 11.91º | 0.6% | 0.46% | - |
| HSV(B) | 11.91º | 0.75% | 0.74% | - |
| XYZ | 23.77 | 15.93 | 4.51 | - |
| YUV | 105.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 47 | 0 | 0.60 | 0.75 | 0.26 | 11.91 | 0.6 | 0.46 |
| Hex | BC | 4B | 2F | 0 | 3C | 4B | 1A | C | 3C | 2E |
| Octal | 274 | 113 | 57 | 0 | 74 | 113 | 32 | 14 | 74 | 56 |
| Binary | 10111100 | 1001011 | 101111 | 0 | 111100 | 1001011 | 11010 | 1100 | 111100 | 101110 |
Color Harmonies of #BC4B2F
Complementary color
Monochromatic Colors of #BC4B2F
Black with #BC4B2F
Text Example
Text Example
White with #BC4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B2F; }
p { color: rgb(188,75,47); }
H1.HeaderClassName
{
color: #BC4B2F;
}
.AnyTagClassName
{
color: #BC4B2F;
}
</style>
background-color css
<style>
a { background-color: #BC4B2F; }
a { background-color: rgb(188,75,47); }
div.DivClassName
{
background-color: #BC4B2F;
}
.BgClassName
{
background-color: #BC4B2F;
}
</style>
border-color css
<style>
span { border-color: #BC4B2F; }
span { border-color: rgb(188,75,47); }
td.TdClassName
{
border-color: #BC4B2F;
}
.TagClassName
{
border-color: #BC4B2F;
}
</style>