Shades of Grenadier #BC4E32
Tints of Grenadier #BC4E32
RGB
CMYK
RGB Variations
Color information
#BC4E32 (or 0xBC4E32) is known color: Grenadier. HEX triplet: BC, 4E and 32. RGB value is (188,78,50). Sum of RGB (Red+Green+Blue) = 188+78+50=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E32 is #43B1CD. Grayscale: #6B6B6B. Windows color (decimal): -4436430 or 3296956. OLE color: 3296956.
HSL color Cylindrical-coordinate representation of color #BC4E32: hue angle of 12.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC4E32 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 50 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.26 |
| HSL | 12.17º | 0.58% | 0.47% | - |
| HSV(B) | 12.17º | 0.73% | 0.74% | - |
| XYZ | 24.04 | 16.37 | 4.91 | - |
| YUV | 107.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 50 | 0 | 0.59 | 0.73 | 0.26 | 12.17 | 0.58 | 0.47 |
| Hex | BC | 4E | 32 | 0 | 3B | 49 | 1A | C | 3A | 2F |
| Octal | 274 | 116 | 62 | 0 | 73 | 111 | 32 | 14 | 72 | 57 |
| Binary | 10111100 | 1001110 | 110010 | 0 | 111011 | 1001001 | 11010 | 1100 | 111010 | 101111 |
Color Harmonies of #BC4E32
Complementary color
Monochromatic Colors of #BC4E32
Black with #BC4E32
Text Example
Text Example
White with #BC4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E32; }
p { color: rgb(188,78,50); }
H1.HeaderClassName
{
color: #BC4E32;
}
.AnyTagClassName
{
color: #BC4E32;
}
</style>
background-color css
<style>
a { background-color: #BC4E32; }
a { background-color: rgb(188,78,50); }
div.DivClassName
{
background-color: #BC4E32;
}
.BgClassName
{
background-color: #BC4E32;
}
</style>
border-color css
<style>
span { border-color: #BC4E32; }
span { border-color: rgb(188,78,50); }
td.TdClassName
{
border-color: #BC4E32;
}
.TagClassName
{
border-color: #BC4E32;
}
</style>