Shades of Grenadier #BC4935
Tints of Grenadier #BC4935
RGB
CMYK
RGB Variations
Color information
#BC4935 (or 0xBC4935) is known color: Grenadier. HEX triplet: BC, 49 and 35. RGB value is (188,73,53). Sum of RGB (Red+Green+Blue) = 188+73+53=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4935 is #43B6CA. Grayscale: #696969. Windows color (decimal): -4437707 or 3492284. OLE color: 3492284.
HSL color Cylindrical-coordinate representation of color #BC4935: hue angle of 8.89º degrees, saturation: 0.56, 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 #BC4935 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 53 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.26 |
| HSL | 8.89º | 0.56% | 0.47% | - |
| HSV(B) | 8.89º | 0.72% | 0.74% | - |
| XYZ | 23.76 | 15.71 | 5.15 | - |
| YUV | 105.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 53 | 0 | 0.61 | 0.72 | 0.26 | 8.89 | 0.56 | 0.47 |
| Hex | BC | 49 | 35 | 0 | 3D | 48 | 1A | 9 | 38 | 2F |
| Octal | 274 | 111 | 65 | 0 | 75 | 110 | 32 | 11 | 70 | 57 |
| Binary | 10111100 | 1001001 | 110101 | 0 | 111101 | 1001000 | 11010 | 1001 | 111000 | 101111 |
Color Harmonies of #BC4935
Complementary color
Monochromatic Colors of #BC4935
Black with #BC4935
Text Example
Text Example
White with #BC4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4935; }
p { color: rgb(188,73,53); }
H1.HeaderClassName
{
color: #BC4935;
}
.AnyTagClassName
{
color: #BC4935;
}
</style>
background-color css
<style>
a { background-color: #BC4935; }
a { background-color: rgb(188,73,53); }
div.DivClassName
{
background-color: #BC4935;
}
.BgClassName
{
background-color: #BC4935;
}
</style>
border-color css
<style>
span { border-color: #BC4935; }
span { border-color: rgb(188,73,53); }
td.TdClassName
{
border-color: #BC4935;
}
.TagClassName
{
border-color: #BC4935;
}
</style>