Shades of Grenadier #B7492D
Tints of Grenadier #B7492D
RGB
CMYK
RGB Variations
Color information
#B7492D (or 0xB7492D) is known color: Grenadier. HEX triplet: B7, 49 and 2D. RGB value is (183,73,45). Sum of RGB (Red+Green+Blue) = 183+73+45=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7492D is #48B6D2. Grayscale: #666666. Windows color (decimal): -4765395 or 2967991. OLE color: 2967991.
HSL color Cylindrical-coordinate representation of color #B7492D: hue angle of 12.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7492D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 45 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.28 |
| HSL | 12.17º | 0.61% | 0.45% | - |
| HSV(B) | 12.17º | 0.75% | 0.72% | - |
| XYZ | 22.38 | 15.02 | 4.2 | - |
| YUV | 102.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 45 | 0 | 0.60 | 0.75 | 0.28 | 12.17 | 0.61 | 0.45 |
| Hex | B7 | 49 | 2D | 0 | 3C | 4B | 1C | C | 3D | 2D |
| Octal | 267 | 111 | 55 | 0 | 74 | 113 | 34 | 14 | 75 | 55 |
| Binary | 10110111 | 1001001 | 101101 | 0 | 111100 | 1001011 | 11100 | 1100 | 111101 | 101101 |
Color Harmonies of #B7492D
Complementary color
Monochromatic Colors of #B7492D
Black with #B7492D
Text Example
Text Example
White with #B7492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7492D; }
p { color: rgb(183,73,45); }
H1.HeaderClassName
{
color: #B7492D;
}
.AnyTagClassName
{
color: #B7492D;
}
</style>
background-color css
<style>
a { background-color: #B7492D; }
a { background-color: rgb(183,73,45); }
div.DivClassName
{
background-color: #B7492D;
}
.BgClassName
{
background-color: #B7492D;
}
</style>
border-color css
<style>
span { border-color: #B7492D; }
span { border-color: rgb(183,73,45); }
td.TdClassName
{
border-color: #B7492D;
}
.TagClassName
{
border-color: #B7492D;
}
</style>