Shades of Grenadier #B9503E
Tints of Grenadier #B9503E
RGB
CMYK
RGB Variations
Color information
#B9503E (or 0xB9503E) is known color: Grenadier. HEX triplet: B9, 50 and 3E. RGB value is (185,80,62). Sum of RGB (Red+Green+Blue) = 185+80+62=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9503E is #46AFC1. Grayscale: #6D6D6D. Windows color (decimal): -4632514 or 4083897. OLE color: 4083897.
HSL color Cylindrical-coordinate representation of color #B9503E: hue angle of 8.78º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9503E is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 62 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.27 |
| HSL | 8.78º | 0.5% | 0.48% | - |
| HSV(B) | 8.78º | 0.66% | 0.73% | - |
| XYZ | 23.75 | 16.4 | 6.47 | - |
| YUV | 109.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 62 | 0 | 0.57 | 0.66 | 0.27 | 8.78 | 0.5 | 0.48 |
| Hex | B9 | 50 | 3E | 0 | 39 | 42 | 1B | 9 | 32 | 30 |
| Octal | 271 | 120 | 76 | 0 | 71 | 102 | 33 | 11 | 62 | 60 |
| Binary | 10111001 | 1010000 | 111110 | 0 | 111001 | 1000010 | 11011 | 1001 | 110010 | 110000 |
Color Harmonies of #B9503E
Complementary color
Monochromatic Colors of #B9503E
Black with #B9503E
Text Example
Text Example
White with #B9503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9503E; }
p { color: rgb(185,80,62); }
H1.HeaderClassName
{
color: #B9503E;
}
.AnyTagClassName
{
color: #B9503E;
}
</style>
background-color css
<style>
a { background-color: #B9503E; }
a { background-color: rgb(185,80,62); }
div.DivClassName
{
background-color: #B9503E;
}
.BgClassName
{
background-color: #B9503E;
}
</style>
border-color css
<style>
span { border-color: #B9503E; }
span { border-color: rgb(185,80,62); }
td.TdClassName
{
border-color: #B9503E;
}
.TagClassName
{
border-color: #B9503E;
}
</style>