Shades of Grenadier #BC4B34
Tints of Grenadier #BC4B34
RGB
CMYK
RGB Variations
Color information
#BC4B34 (or 0xBC4B34) is known color: Grenadier. HEX triplet: BC, 4B and 34. RGB value is (188,75,52). Sum of RGB (Red+Green+Blue) = 188+75+52=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B34 is #43B4CB. Grayscale: #6A6A6A. Windows color (decimal): -4437196 or 3427260. OLE color: 3427260.
HSL color Cylindrical-coordinate representation of color #BC4B34: hue angle of 10.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC4B34 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 52 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.26 |
| HSL | 10.15º | 0.57% | 0.47% | - |
| HSV(B) | 10.15º | 0.72% | 0.74% | - |
| XYZ | 23.87 | 15.97 | 5.07 | - |
| YUV | 106.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 52 | 0 | 0.60 | 0.72 | 0.26 | 10.15 | 0.57 | 0.47 |
| Hex | BC | 4B | 34 | 0 | 3C | 48 | 1A | A | 39 | 2F |
| Octal | 274 | 113 | 64 | 0 | 74 | 110 | 32 | 12 | 71 | 57 |
| Binary | 10111100 | 1001011 | 110100 | 0 | 111100 | 1001000 | 11010 | 1010 | 111001 | 101111 |
Color Harmonies of #BC4B34
Complementary color
Monochromatic Colors of #BC4B34
Black with #BC4B34
Text Example
Text Example
White with #BC4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B34; }
p { color: rgb(188,75,52); }
H1.HeaderClassName
{
color: #BC4B34;
}
.AnyTagClassName
{
color: #BC4B34;
}
</style>
background-color css
<style>
a { background-color: #BC4B34; }
a { background-color: rgb(188,75,52); }
div.DivClassName
{
background-color: #BC4B34;
}
.BgClassName
{
background-color: #BC4B34;
}
</style>
border-color css
<style>
span { border-color: #BC4B34; }
span { border-color: rgb(188,75,52); }
td.TdClassName
{
border-color: #BC4B34;
}
.TagClassName
{
border-color: #BC4B34;
}
</style>