Shades of Grenadier #BA5331
Tints of Grenadier #BA5331
RGB
CMYK
RGB Variations
Color information
#BA5331 (or 0xBA5331) is known color: Grenadier. HEX triplet: BA, 53 and 31. RGB value is (186,83,49). Sum of RGB (Red+Green+Blue) = 186+83+49=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5331 is #45ACCE. Grayscale: #6E6E6E. Windows color (decimal): -4566223 or 3232698. OLE color: 3232698.
HSL color Cylindrical-coordinate representation of color #BA5331: hue angle of 14.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5331 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 49 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.27 |
| HSL | 14.89º | 0.58% | 0.46% | - |
| HSV(B) | 14.89º | 0.74% | 0.73% | - |
| XYZ | 23.9 | 16.85 | 4.9 | - |
| YUV | 109.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 49 | 0 | 0.55 | 0.74 | 0.27 | 14.89 | 0.58 | 0.46 |
| Hex | BA | 53 | 31 | 0 | 37 | 4A | 1B | F | 3A | 2E |
| Octal | 272 | 123 | 61 | 0 | 67 | 112 | 33 | 17 | 72 | 56 |
| Binary | 10111010 | 1010011 | 110001 | 0 | 110111 | 1001010 | 11011 | 1111 | 111010 | 101110 |
Color Harmonies of #BA5331
Complementary color
Monochromatic Colors of #BA5331
Black with #BA5331
Text Example
Text Example
White with #BA5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5331; }
p { color: rgb(186,83,49); }
H1.HeaderClassName
{
color: #BA5331;
}
.AnyTagClassName
{
color: #BA5331;
}
</style>
background-color css
<style>
a { background-color: #BA5331; }
a { background-color: rgb(186,83,49); }
div.DivClassName
{
background-color: #BA5331;
}
.BgClassName
{
background-color: #BA5331;
}
</style>
border-color css
<style>
span { border-color: #BA5331; }
span { border-color: rgb(186,83,49); }
td.TdClassName
{
border-color: #BA5331;
}
.TagClassName
{
border-color: #BA5331;
}
</style>