Shades of Grenadier #BA533E
Tints of Grenadier #BA533E
RGB
CMYK
RGB Variations
Color information
#BA533E (or 0xBA533E) is known color: Grenadier. HEX triplet: BA, 53 and 3E. RGB value is (186,83,62). Sum of RGB (Red+Green+Blue) = 186+83+62=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA533E is #45ACC1. Grayscale: #6F6F6F. Windows color (decimal): -4566210 or 4084666. OLE color: 4084666.
HSL color Cylindrical-coordinate representation of color #BA533E: hue angle of 10.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA533E is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 62 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.27 |
| HSL | 10.16º | 0.5% | 0.49% | - |
| HSV(B) | 10.16º | 0.67% | 0.73% | - |
| XYZ | 24.21 | 16.97 | 6.56 | - |
| YUV | 111.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 62 | 0 | 0.55 | 0.67 | 0.27 | 10.16 | 0.5 | 0.49 |
| Hex | BA | 53 | 3E | 0 | 37 | 43 | 1B | A | 32 | 31 |
| Octal | 272 | 123 | 76 | 0 | 67 | 103 | 33 | 12 | 62 | 61 |
| Binary | 10111010 | 1010011 | 111110 | 0 | 110111 | 1000011 | 11011 | 1010 | 110010 | 110001 |
Color Harmonies of #BA533E
Complementary color
Monochromatic Colors of #BA533E
Black with #BA533E
Text Example
Text Example
White with #BA533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA533E; }
p { color: rgb(186,83,62); }
H1.HeaderClassName
{
color: #BA533E;
}
.AnyTagClassName
{
color: #BA533E;
}
</style>
background-color css
<style>
a { background-color: #BA533E; }
a { background-color: rgb(186,83,62); }
div.DivClassName
{
background-color: #BA533E;
}
.BgClassName
{
background-color: #BA533E;
}
</style>
border-color css
<style>
span { border-color: #BA533E; }
span { border-color: rgb(186,83,62); }
td.TdClassName
{
border-color: #BA533E;
}
.TagClassName
{
border-color: #BA533E;
}
</style>