Shades of Grenadier #BA543E
Tints of Grenadier #BA543E
RGB
CMYK
RGB Variations
Color information
#BA543E (or 0xBA543E) is known color: Grenadier. HEX triplet: BA, 54 and 3E. RGB value is (186,84,62). Sum of RGB (Red+Green+Blue) = 186+84+62=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA543E is #45ABC1. Grayscale: #707070. Windows color (decimal): -4565954 or 4084922. OLE color: 4084922.
HSL color Cylindrical-coordinate representation of color #BA543E: hue angle of 10.65º 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 #BA543E is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 62 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.27 |
| HSL | 10.65º | 0.5% | 0.49% | - |
| HSV(B) | 10.65º | 0.67% | 0.73% | - |
| XYZ | 24.29 | 17.13 | 6.58 | - |
| YUV | 111.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 62 | 0 | 0.55 | 0.67 | 0.27 | 10.65 | 0.5 | 0.49 |
| Hex | BA | 54 | 3E | 0 | 37 | 43 | 1B | B | 32 | 31 |
| Octal | 272 | 124 | 76 | 0 | 67 | 103 | 33 | 13 | 62 | 61 |
| Binary | 10111010 | 1010100 | 111110 | 0 | 110111 | 1000011 | 11011 | 1011 | 110010 | 110001 |
Color Harmonies of #BA543E
Complementary color
Monochromatic Colors of #BA543E
Black with #BA543E
Text Example
Text Example
White with #BA543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA543E; }
p { color: rgb(186,84,62); }
H1.HeaderClassName
{
color: #BA543E;
}
.AnyTagClassName
{
color: #BA543E;
}
</style>
background-color css
<style>
a { background-color: #BA543E; }
a { background-color: rgb(186,84,62); }
div.DivClassName
{
background-color: #BA543E;
}
.BgClassName
{
background-color: #BA543E;
}
</style>
border-color css
<style>
span { border-color: #BA543E; }
span { border-color: rgb(186,84,62); }
td.TdClassName
{
border-color: #BA543E;
}
.TagClassName
{
border-color: #BA543E;
}
</style>