Shades of Grenadier #BC4F34
Tints of Grenadier #BC4F34
RGB
CMYK
RGB Variations
Color information
#BC4F34 (or 0xBC4F34) is known color: Grenadier. HEX triplet: BC, 4F and 34. RGB value is (188,79,52). Sum of RGB (Red+Green+Blue) = 188+79+52=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F34 is #43B0CB. Grayscale: #6C6C6C. Windows color (decimal): -4436172 or 3428284. OLE color: 3428284.
HSL color Cylindrical-coordinate representation of color #BC4F34: hue angle of 11.91º 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 #BC4F34 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 52 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.26 |
| HSL | 11.91º | 0.57% | 0.47% | - |
| HSV(B) | 11.91º | 0.72% | 0.74% | - |
| XYZ | 24.15 | 16.53 | 5.17 | - |
| YUV | 108.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 52 | 0 | 0.58 | 0.72 | 0.26 | 11.91 | 0.57 | 0.47 |
| Hex | BC | 4F | 34 | 0 | 3A | 48 | 1A | C | 39 | 2F |
| Octal | 274 | 117 | 64 | 0 | 72 | 110 | 32 | 14 | 71 | 57 |
| Binary | 10111100 | 1001111 | 110100 | 0 | 111010 | 1001000 | 11010 | 1100 | 111001 | 101111 |
Color Harmonies of #BC4F34
Complementary color
Monochromatic Colors of #BC4F34
Black with #BC4F34
Text Example
Text Example
White with #BC4F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F34; }
p { color: rgb(188,79,52); }
H1.HeaderClassName
{
color: #BC4F34;
}
.AnyTagClassName
{
color: #BC4F34;
}
</style>
background-color css
<style>
a { background-color: #BC4F34; }
a { background-color: rgb(188,79,52); }
div.DivClassName
{
background-color: #BC4F34;
}
.BgClassName
{
background-color: #BC4F34;
}
</style>
border-color css
<style>
span { border-color: #BC4F34; }
span { border-color: rgb(188,79,52); }
td.TdClassName
{
border-color: #BC4F34;
}
.TagClassName
{
border-color: #BC4F34;
}
</style>