Shades of Grenadier #B94A2E
Tints of Grenadier #B94A2E
RGB
CMYK
RGB Variations
Color information
#B94A2E (or 0xB94A2E) is known color: Grenadier. HEX triplet: B9, 4A and 2E. RGB value is (185,74,46). Sum of RGB (Red+Green+Blue) = 185+74+46=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A2E is #46B5D1. Grayscale: #686868. Windows color (decimal): -4634066 or 3033785. OLE color: 3033785.
HSL color Cylindrical-coordinate representation of color #B94A2E: hue angle of 12.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B94A2E is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 46 | - |
| CMYK | 0 | 0.6 | 0.75 | 0.27 |
| HSL | 12.09º | 0.6% | 0.45% | - |
| HSV(B) | 12.09º | 0.75% | 0.73% | - |
| XYZ | 22.95 | 15.41 | 4.35 | - |
| YUV | 104 | 95.27 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 46 | 0 | 0.6 | 0.75 | 0.27 | 12.09 | 0.6 | 0.45 |
| Hex | B9 | 4A | 2E | 0 | 3C | 4B | 1B | C | 3C | 2D |
| Octal | 271 | 112 | 56 | 0 | 74 | 113 | 33 | 14 | 74 | 55 |
| Binary | 10111001 | 1001010 | 101110 | 0 | 111100 | 1001011 | 11011 | 1100 | 111100 | 101101 |
Color Harmonies of #B94A2E
Complementary color
Monochromatic Colors of #B94A2E
Black with #B94A2E
Text Example
Text Example
White with #B94A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A2E; }
p { color: rgb(185,74,46); }
H1.HeaderClassName
{
color: #B94A2E;
}
.AnyTagClassName
{
color: #B94A2E;
}
</style>
background-color css
<style>
a { background-color: #B94A2E; }
a { background-color: rgb(185,74,46); }
div.DivClassName
{
background-color: #B94A2E;
}
.BgClassName
{
background-color: #B94A2E;
}
</style>
border-color css
<style>
span { border-color: #B94A2E; }
span { border-color: rgb(185,74,46); }
td.TdClassName
{
border-color: #B94A2E;
}
.TagClassName
{
border-color: #B94A2E;
}
</style>