Shades of Grenadier #BC4B3E
Tints of Grenadier #BC4B3E
RGB
CMYK
RGB Variations
Color information
#BC4B3E (or 0xBC4B3E) is known color: Grenadier. HEX triplet: BC, 4B and 3E. RGB value is (188,75,62). Sum of RGB (Red+Green+Blue) = 188+75+62=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B3E is #43B4C1. Grayscale: #6B6B6B. Windows color (decimal): -4437186 or 4082620. OLE color: 4082620.
HSL color Cylindrical-coordinate representation of color #BC4B3E: hue angle of 6.19º 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 #BC4B3E is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 62 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.26 |
| HSL | 6.19º | 0.5% | 0.49% | - |
| HSV(B) | 6.19º | 0.67% | 0.74% | - |
| XYZ | 24.12 | 16.07 | 6.39 | - |
| YUV | 107.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 62 | 0 | 0.60 | 0.67 | 0.26 | 6.19 | 0.5 | 0.49 |
| Hex | BC | 4B | 3E | 0 | 3C | 43 | 1A | 6 | 32 | 31 |
| Octal | 274 | 113 | 76 | 0 | 74 | 103 | 32 | 6 | 62 | 61 |
| Binary | 10111100 | 1001011 | 111110 | 0 | 111100 | 1000011 | 11010 | 110 | 110010 | 110001 |
Color Harmonies of #BC4B3E
Complementary color
Monochromatic Colors of #BC4B3E
Black with #BC4B3E
Text Example
Text Example
White with #BC4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B3E; }
p { color: rgb(188,75,62); }
H1.HeaderClassName
{
color: #BC4B3E;
}
.AnyTagClassName
{
color: #BC4B3E;
}
</style>
background-color css
<style>
a { background-color: #BC4B3E; }
a { background-color: rgb(188,75,62); }
div.DivClassName
{
background-color: #BC4B3E;
}
.BgClassName
{
background-color: #BC4B3E;
}
</style>
border-color css
<style>
span { border-color: #BC4B3E; }
span { border-color: rgb(188,75,62); }
td.TdClassName
{
border-color: #BC4B3E;
}
.TagClassName
{
border-color: #BC4B3E;
}
</style>