Shades of Grenadier #B9533F
Tints of Grenadier #B9533F
RGB
CMYK
RGB Variations
Color information
#B9533F (or 0xB9533F) is known color: Grenadier. HEX triplet: B9, 53 and 3F. RGB value is (185,83,63). Sum of RGB (Red+Green+Blue) = 185+83+63=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9533F is #46ACC0. Grayscale: #6F6F6F. Windows color (decimal): -4631745 or 4150201. OLE color: 4150201.
HSL color Cylindrical-coordinate representation of color #B9533F: hue angle of 9.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9533F is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 63 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.27 |
| HSL | 9.84º | 0.49% | 0.49% | - |
| HSV(B) | 9.84º | 0.66% | 0.73% | - |
| XYZ | 24 | 16.86 | 6.69 | - |
| YUV | 111.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 63 | 0 | 0.55 | 0.66 | 0.27 | 9.84 | 0.49 | 0.49 |
| Hex | B9 | 53 | 3F | 0 | 37 | 42 | 1B | A | 31 | 31 |
| Octal | 271 | 123 | 77 | 0 | 67 | 102 | 33 | 12 | 61 | 61 |
| Binary | 10111001 | 1010011 | 111111 | 0 | 110111 | 1000010 | 11011 | 1010 | 110001 | 110001 |
Color Harmonies of #B9533F
Complementary color
Monochromatic Colors of #B9533F
Black with #B9533F
Text Example
Text Example
White with #B9533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9533F; }
p { color: rgb(185,83,63); }
H1.HeaderClassName
{
color: #B9533F;
}
.AnyTagClassName
{
color: #B9533F;
}
</style>
background-color css
<style>
a { background-color: #B9533F; }
a { background-color: rgb(185,83,63); }
div.DivClassName
{
background-color: #B9533F;
}
.BgClassName
{
background-color: #B9533F;
}
</style>
border-color css
<style>
span { border-color: #B9533F; }
span { border-color: rgb(185,83,63); }
td.TdClassName
{
border-color: #B9533F;
}
.TagClassName
{
border-color: #B9533F;
}
</style>