Shades of Grenadier #BC4E3E
Tints of Grenadier #BC4E3E
RGB
CMYK
RGB Variations
Color information
#BC4E3E (or 0xBC4E3E) is known color: Grenadier. HEX triplet: BC, 4E and 3E. RGB value is (188,78,62). Sum of RGB (Red+Green+Blue) = 188+78+62=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E3E is #43B1C1. Grayscale: #6D6D6D. Windows color (decimal): -4436418 or 4083388. OLE color: 4083388.
HSL color Cylindrical-coordinate representation of color #BC4E3E: hue angle of 7.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4E3E is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 62 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.26 |
| HSL | 7.62º | 0.5% | 0.49% | - |
| HSV(B) | 7.62º | 0.67% | 0.74% | - |
| XYZ | 24.33 | 16.49 | 6.46 | - |
| YUV | 109.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 62 | 0 | 0.59 | 0.67 | 0.26 | 7.62 | 0.5 | 0.49 |
| Hex | BC | 4E | 3E | 0 | 3B | 43 | 1A | 8 | 32 | 31 |
| Octal | 274 | 116 | 76 | 0 | 73 | 103 | 32 | 10 | 62 | 61 |
| Binary | 10111100 | 1001110 | 111110 | 0 | 111011 | 1000011 | 11010 | 1000 | 110010 | 110001 |
Color Harmonies of #BC4E3E
Complementary color
Monochromatic Colors of #BC4E3E
Black with #BC4E3E
Text Example
Text Example
White with #BC4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E3E; }
p { color: rgb(188,78,62); }
H1.HeaderClassName
{
color: #BC4E3E;
}
.AnyTagClassName
{
color: #BC4E3E;
}
</style>
background-color css
<style>
a { background-color: #BC4E3E; }
a { background-color: rgb(188,78,62); }
div.DivClassName
{
background-color: #BC4E3E;
}
.BgClassName
{
background-color: #BC4E3E;
}
</style>
border-color css
<style>
span { border-color: #BC4E3E; }
span { border-color: rgb(188,78,62); }
td.TdClassName
{
border-color: #BC4E3E;
}
.TagClassName
{
border-color: #BC4E3E;
}
</style>