Shades of Grenadier #BC4D2F
Tints of Grenadier #BC4D2F
RGB
CMYK
RGB Variations
Color information
#BC4D2F (or 0xBC4D2F) is known color: Grenadier. HEX triplet: BC, 4D and 2F. RGB value is (188,77,47). Sum of RGB (Red+Green+Blue) = 188+77+47=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D2F is #43B2D0. Grayscale: #6B6B6B. Windows color (decimal): -4436689 or 3100092. OLE color: 3100092.
HSL color Cylindrical-coordinate representation of color #BC4D2F: hue angle of 12.77º 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 #BC4D2F is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 47 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.26 |
| HSL | 12.77º | 0.6% | 0.46% | - |
| HSV(B) | 12.77º | 0.75% | 0.74% | - |
| XYZ | 23.91 | 16.2 | 4.56 | - |
| YUV | 106.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 47 | 0 | 0.59 | 0.75 | 0.26 | 12.77 | 0.6 | 0.46 |
| Hex | BC | 4D | 2F | 0 | 3B | 4B | 1A | D | 3C | 2E |
| Octal | 274 | 115 | 57 | 0 | 73 | 113 | 32 | 15 | 74 | 56 |
| Binary | 10111100 | 1001101 | 101111 | 0 | 111011 | 1001011 | 11010 | 1101 | 111100 | 101110 |
Color Harmonies of #BC4D2F
Complementary color
Monochromatic Colors of #BC4D2F
Black with #BC4D2F
Text Example
Text Example
White with #BC4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D2F; }
p { color: rgb(188,77,47); }
H1.HeaderClassName
{
color: #BC4D2F;
}
.AnyTagClassName
{
color: #BC4D2F;
}
</style>
background-color css
<style>
a { background-color: #BC4D2F; }
a { background-color: rgb(188,77,47); }
div.DivClassName
{
background-color: #BC4D2F;
}
.BgClassName
{
background-color: #BC4D2F;
}
</style>
border-color css
<style>
span { border-color: #BC4D2F; }
span { border-color: rgb(188,77,47); }
td.TdClassName
{
border-color: #BC4D2F;
}
.TagClassName
{
border-color: #BC4D2F;
}
</style>