Shades of Grenadier #B94B34
Tints of Grenadier #B94B34
RGB
CMYK
RGB Variations
Color information
#B94B34 (or 0xB94B34) is known color: Grenadier. HEX triplet: B9, 4B and 34. RGB value is (185,75,52). Sum of RGB (Red+Green+Blue) = 185+75+52=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B34 is #46B4CB. Grayscale: #696969. Windows color (decimal): -4633804 or 3427257. OLE color: 3427257.
HSL color Cylindrical-coordinate representation of color #B94B34: hue angle of 10.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B94B34 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 75 | 52 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.27 |
| HSL | 10.38º | 0.56% | 0.46% | - |
| HSV(B) | 10.38º | 0.72% | 0.73% | - |
| XYZ | 23.14 | 15.59 | 5.04 | - |
| YUV | 105.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 52 | 0 | 0.59 | 0.72 | 0.27 | 10.38 | 0.56 | 0.46 |
| Hex | B9 | 4B | 34 | 0 | 3B | 48 | 1B | A | 38 | 2E |
| Octal | 271 | 113 | 64 | 0 | 73 | 110 | 33 | 12 | 70 | 56 |
| Binary | 10111001 | 1001011 | 110100 | 0 | 111011 | 1001000 | 11011 | 1010 | 111000 | 101110 |
Color Harmonies of #B94B34
Complementary color
Monochromatic Colors of #B94B34
Black with #B94B34
Text Example
Text Example
White with #B94B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94B34; }
p { color: rgb(185,75,52); }
H1.HeaderClassName
{
color: #B94B34;
}
.AnyTagClassName
{
color: #B94B34;
}
</style>
background-color css
<style>
a { background-color: #B94B34; }
a { background-color: rgb(185,75,52); }
div.DivClassName
{
background-color: #B94B34;
}
.BgClassName
{
background-color: #B94B34;
}
</style>
border-color css
<style>
span { border-color: #B94B34; }
span { border-color: rgb(185,75,52); }
td.TdClassName
{
border-color: #B94B34;
}
.TagClassName
{
border-color: #B94B34;
}
</style>