Shades of Grenadier #BC4A39
Tints of Grenadier #BC4A39
RGB
CMYK
RGB Variations
Color information
#BC4A39 (or 0xBC4A39) is known color: Grenadier. HEX triplet: BC, 4A and 39. RGB value is (188,74,57). Sum of RGB (Red+Green+Blue) = 188+74+57=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A39 is #43B5C6. Grayscale: #6A6A6A. Windows color (decimal): -4437447 or 3754684. OLE color: 3754684.
HSL color Cylindrical-coordinate representation of color #BC4A39: hue angle of 7.79º 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 #BC4A39 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 57 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.26 |
| HSL | 7.79º | 0.53% | 0.48% | - |
| HSV(B) | 7.79º | 0.7% | 0.74% | - |
| XYZ | 23.93 | 15.88 | 5.68 | - |
| YUV | 106.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 57 | 0 | 0.61 | 0.70 | 0.26 | 7.79 | 0.53 | 0.48 |
| Hex | BC | 4A | 39 | 0 | 3D | 46 | 1A | 8 | 35 | 30 |
| Octal | 274 | 112 | 71 | 0 | 75 | 106 | 32 | 10 | 65 | 60 |
| Binary | 10111100 | 1001010 | 111001 | 0 | 111101 | 1000110 | 11010 | 1000 | 110101 | 110000 |
Color Harmonies of #BC4A39
Complementary color
Monochromatic Colors of #BC4A39
Black with #BC4A39
Text Example
Text Example
White with #BC4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A39; }
p { color: rgb(188,74,57); }
H1.HeaderClassName
{
color: #BC4A39;
}
.AnyTagClassName
{
color: #BC4A39;
}
</style>
background-color css
<style>
a { background-color: #BC4A39; }
a { background-color: rgb(188,74,57); }
div.DivClassName
{
background-color: #BC4A39;
}
.BgClassName
{
background-color: #BC4A39;
}
</style>
border-color css
<style>
span { border-color: #BC4A39; }
span { border-color: rgb(188,74,57); }
td.TdClassName
{
border-color: #BC4A39;
}
.TagClassName
{
border-color: #BC4A39;
}
</style>