Shades of Grenadier #BC4D39
Tints of Grenadier #BC4D39
RGB
CMYK
RGB Variations
Color information
#BC4D39 (or 0xBC4D39) is known color: Grenadier. HEX triplet: BC, 4D and 39. RGB value is (188,77,57). Sum of RGB (Red+Green+Blue) = 188+77+57=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D39 is #43B2C6. Grayscale: #6C6C6C. Windows color (decimal): -4436679 or 3755452. OLE color: 3755452.
HSL color Cylindrical-coordinate representation of color #BC4D39: hue angle of 9.16º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4D39 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 57 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.26 |
| HSL | 9.16º | 0.53% | 0.48% | - |
| HSV(B) | 9.16º | 0.7% | 0.74% | - |
| XYZ | 24.13 | 16.29 | 5.74 | - |
| YUV | 107.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 57 | 0 | 0.59 | 0.70 | 0.26 | 9.16 | 0.53 | 0.48 |
| Hex | BC | 4D | 39 | 0 | 3B | 46 | 1A | 9 | 35 | 30 |
| Octal | 274 | 115 | 71 | 0 | 73 | 106 | 32 | 11 | 65 | 60 |
| Binary | 10111100 | 1001101 | 111001 | 0 | 111011 | 1000110 | 11010 | 1001 | 110101 | 110000 |
Color Harmonies of #BC4D39
Complementary color
Monochromatic Colors of #BC4D39
Black with #BC4D39
Text Example
Text Example
White with #BC4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D39; }
p { color: rgb(188,77,57); }
H1.HeaderClassName
{
color: #BC4D39;
}
.AnyTagClassName
{
color: #BC4D39;
}
</style>
background-color css
<style>
a { background-color: #BC4D39; }
a { background-color: rgb(188,77,57); }
div.DivClassName
{
background-color: #BC4D39;
}
.BgClassName
{
background-color: #BC4D39;
}
</style>
border-color css
<style>
span { border-color: #BC4D39; }
span { border-color: rgb(188,77,57); }
td.TdClassName
{
border-color: #BC4D39;
}
.TagClassName
{
border-color: #BC4D39;
}
</style>