Shades of Grenadier #B94637
Tints of Grenadier #B94637
RGB
CMYK
RGB Variations
Color information
#B94637 (or 0xB94637) is known color: Grenadier. HEX triplet: B9, 46 and 37. RGB value is (185,70,55). Sum of RGB (Red+Green+Blue) = 185+70+55=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B94637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94637 is #46B9C8. Grayscale: #666666. Windows color (decimal): -4635081 or 3622585. OLE color: 3622585.
HSL color Cylindrical-coordinate representation of color #B94637: hue angle of 6.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94637 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 55 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.27 |
| HSL | 6.92º | 0.54% | 0.47% | - |
| HSV(B) | 6.92º | 0.7% | 0.73% | - |
| XYZ | 22.89 | 14.97 | 5.3 | - |
| YUV | 102.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 55 | 0 | 0.62 | 0.70 | 0.27 | 6.92 | 0.54 | 0.47 |
| Hex | B9 | 46 | 37 | 0 | 3E | 46 | 1B | 7 | 36 | 2F |
| Octal | 271 | 106 | 67 | 0 | 76 | 106 | 33 | 7 | 66 | 57 |
| Binary | 10111001 | 1000110 | 110111 | 0 | 111110 | 1000110 | 11011 | 111 | 110110 | 101111 |
Color Harmonies of #B94637
Complementary color
Monochromatic Colors of #B94637
Black with #B94637
Text Example
Text Example
White with #B94637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94637; }
p { color: rgb(185,70,55); }
H1.HeaderClassName
{
color: #B94637;
}
.AnyTagClassName
{
color: #B94637;
}
</style>
background-color css
<style>
a { background-color: #B94637; }
a { background-color: rgb(185,70,55); }
div.DivClassName
{
background-color: #B94637;
}
.BgClassName
{
background-color: #B94637;
}
</style>
border-color css
<style>
span { border-color: #B94637; }
span { border-color: rgb(185,70,55); }
td.TdClassName
{
border-color: #B94637;
}
.TagClassName
{
border-color: #B94637;
}
</style>