Shades of Grenadier #B94D35
Tints of Grenadier #B94D35
RGB
CMYK
RGB Variations
Color information
#B94D35 (or 0xB94D35) is known color: Grenadier. HEX triplet: B9, 4D and 35. RGB value is (185,77,53). Sum of RGB (Red+Green+Blue) = 185+77+53=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D35 is #46B2CA. Grayscale: #6A6A6A. Windows color (decimal): -4633291 or 3493305. OLE color: 3493305.
HSL color Cylindrical-coordinate representation of color #B94D35: hue angle of 10.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B94D35 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 53 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.27 |
| HSL | 10.91º | 0.55% | 0.47% | - |
| HSV(B) | 10.91º | 0.71% | 0.73% | - |
| XYZ | 23.3 | 15.88 | 5.2 | - |
| YUV | 106.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 53 | 0 | 0.58 | 0.71 | 0.27 | 10.91 | 0.55 | 0.47 |
| Hex | B9 | 4D | 35 | 0 | 3A | 47 | 1B | B | 37 | 2F |
| Octal | 271 | 115 | 65 | 0 | 72 | 107 | 33 | 13 | 67 | 57 |
| Binary | 10111001 | 1001101 | 110101 | 0 | 111010 | 1000111 | 11011 | 1011 | 110111 | 101111 |
Color Harmonies of #B94D35
Complementary color
Monochromatic Colors of #B94D35
Black with #B94D35
Text Example
Text Example
White with #B94D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D35; }
p { color: rgb(185,77,53); }
H1.HeaderClassName
{
color: #B94D35;
}
.AnyTagClassName
{
color: #B94D35;
}
</style>
background-color css
<style>
a { background-color: #B94D35; }
a { background-color: rgb(185,77,53); }
div.DivClassName
{
background-color: #B94D35;
}
.BgClassName
{
background-color: #B94D35;
}
</style>
border-color css
<style>
span { border-color: #B94D35; }
span { border-color: rgb(185,77,53); }
td.TdClassName
{
border-color: #B94D35;
}
.TagClassName
{
border-color: #B94D35;
}
</style>