Shades of Grenadier #B8493B
Tints of Grenadier #B8493B
RGB
CMYK
RGB Variations
Color information
#B8493B (or 0xB8493B) is known color: Grenadier. HEX triplet: B8, 49 and 3B. RGB value is (184,73,59). Sum of RGB (Red+Green+Blue) = 184+73+59=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8493B is #47B6C4. Grayscale: #686868. Windows color (decimal): -4699845 or 3885496. OLE color: 3885496.
HSL color Cylindrical-coordinate representation of color #B8493B: hue angle of 6.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8493B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 59 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.28 |
| HSL | 6.72º | 0.51% | 0.48% | - |
| HSV(B) | 6.72º | 0.68% | 0.72% | - |
| XYZ | 22.94 | 15.27 | 5.88 | - |
| YUV | 104.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 59 | 0 | 0.60 | 0.68 | 0.28 | 6.72 | 0.51 | 0.48 |
| Hex | B8 | 49 | 3B | 0 | 3C | 44 | 1C | 7 | 33 | 30 |
| Octal | 270 | 111 | 73 | 0 | 74 | 104 | 34 | 7 | 63 | 60 |
| Binary | 10111000 | 1001001 | 111011 | 0 | 111100 | 1000100 | 11100 | 111 | 110011 | 110000 |
Color Harmonies of #B8493B
Complementary color
Monochromatic Colors of #B8493B
Black with #B8493B
Text Example
Text Example
White with #B8493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8493B; }
p { color: rgb(184,73,59); }
H1.HeaderClassName
{
color: #B8493B;
}
.AnyTagClassName
{
color: #B8493B;
}
</style>
background-color css
<style>
a { background-color: #B8493B; }
a { background-color: rgb(184,73,59); }
div.DivClassName
{
background-color: #B8493B;
}
.BgClassName
{
background-color: #B8493B;
}
</style>
border-color css
<style>
span { border-color: #B8493B; }
span { border-color: rgb(184,73,59); }
td.TdClassName
{
border-color: #B8493B;
}
.TagClassName
{
border-color: #B8493B;
}
</style>