Shades of Grenadier #BC4E3F
Tints of Grenadier #BC4E3F
RGB
CMYK
RGB Variations
Color information
#BC4E3F (or 0xBC4E3F) is known color: Grenadier. HEX triplet: BC, 4E and 3F. RGB value is (188,78,63). Sum of RGB (Red+Green+Blue) = 188+78+63=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E3F is #43B1C0. Grayscale: #6D6D6D. Windows color (decimal): -4436417 or 4148924. OLE color: 4148924.
HSL color Cylindrical-coordinate representation of color #BC4E3F: hue angle of 7.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4E3F is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 63 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.26 |
| HSL | 7.2º | 0.5% | 0.49% | - |
| HSV(B) | 7.2º | 0.66% | 0.74% | - |
| XYZ | 24.36 | 16.5 | 6.6 | - |
| YUV | 109.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 63 | 0 | 0.59 | 0.66 | 0.26 | 7.2 | 0.5 | 0.49 |
| Hex | BC | 4E | 3F | 0 | 3B | 42 | 1A | 7 | 32 | 31 |
| Octal | 274 | 116 | 77 | 0 | 73 | 102 | 32 | 7 | 62 | 61 |
| Binary | 10111100 | 1001110 | 111111 | 0 | 111011 | 1000010 | 11010 | 111 | 110010 | 110001 |
Color Harmonies of #BC4E3F
Complementary color
Monochromatic Colors of #BC4E3F
Black with #BC4E3F
Text Example
Text Example
White with #BC4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E3F; }
p { color: rgb(188,78,63); }
H1.HeaderClassName
{
color: #BC4E3F;
}
.AnyTagClassName
{
color: #BC4E3F;
}
</style>
background-color css
<style>
a { background-color: #BC4E3F; }
a { background-color: rgb(188,78,63); }
div.DivClassName
{
background-color: #BC4E3F;
}
.BgClassName
{
background-color: #BC4E3F;
}
</style>
border-color css
<style>
span { border-color: #BC4E3F; }
span { border-color: rgb(188,78,63); }
td.TdClassName
{
border-color: #BC4E3F;
}
.TagClassName
{
border-color: #BC4E3F;
}
</style>