Shades of Grenadier #B9502F
Tints of Grenadier #B9502F
RGB
CMYK
RGB Variations
Color information
#B9502F (or 0xB9502F) is known color: Grenadier. HEX triplet: B9, 50 and 2F. RGB value is (185,80,47). Sum of RGB (Red+Green+Blue) = 185+80+47=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9502F is #46AFD0. Grayscale: #6B6B6B. Windows color (decimal): -4632529 or 3100857. OLE color: 3100857.
HSL color Cylindrical-coordinate representation of color #B9502F: hue angle of 14.35º degrees, saturation: 0.59, 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 #B9502F is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 47 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.27 |
| HSL | 14.35º | 0.59% | 0.45% | - |
| HSV(B) | 14.35º | 0.75% | 0.73% | - |
| XYZ | 23.39 | 16.26 | 4.59 | - |
| YUV | 107.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 47 | 0 | 0.57 | 0.75 | 0.27 | 14.35 | 0.59 | 0.45 |
| Hex | B9 | 50 | 2F | 0 | 39 | 4B | 1B | E | 3B | 2D |
| Octal | 271 | 120 | 57 | 0 | 71 | 113 | 33 | 16 | 73 | 55 |
| Binary | 10111001 | 1010000 | 101111 | 0 | 111001 | 1001011 | 11011 | 1110 | 111011 | 101101 |
Color Harmonies of #B9502F
Complementary color
Monochromatic Colors of #B9502F
Black with #B9502F
Text Example
Text Example
White with #B9502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9502F; }
p { color: rgb(185,80,47); }
H1.HeaderClassName
{
color: #B9502F;
}
.AnyTagClassName
{
color: #B9502F;
}
</style>
background-color css
<style>
a { background-color: #B9502F; }
a { background-color: rgb(185,80,47); }
div.DivClassName
{
background-color: #B9502F;
}
.BgClassName
{
background-color: #B9502F;
}
</style>
border-color css
<style>
span { border-color: #B9502F; }
span { border-color: rgb(185,80,47); }
td.TdClassName
{
border-color: #B9502F;
}
.TagClassName
{
border-color: #B9502F;
}
</style>