Shades of Grenadier #BA513D
Tints of Grenadier #BA513D
RGB
CMYK
RGB Variations
Color information
#BA513D (or 0xBA513D) is known color: Grenadier. HEX triplet: BA, 51 and 3D. RGB value is (186,81,61). Sum of RGB (Red+Green+Blue) = 186+81+61=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513D is #45AEC2. Grayscale: #6E6E6E. Windows color (decimal): -4566723 or 4018618. OLE color: 4018618.
HSL color Cylindrical-coordinate representation of color #BA513D: hue angle of 9.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA513D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 61 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.27 |
| HSL | 9.6º | 0.51% | 0.48% | - |
| HSV(B) | 9.6º | 0.67% | 0.73% | - |
| XYZ | 24.03 | 16.66 | 6.36 | - |
| YUV | 110.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 61 | 0 | 0.56 | 0.67 | 0.27 | 9.6 | 0.51 | 0.48 |
| Hex | BA | 51 | 3D | 0 | 38 | 43 | 1B | A | 33 | 30 |
| Octal | 272 | 121 | 75 | 0 | 70 | 103 | 33 | 12 | 63 | 60 |
| Binary | 10111010 | 1010001 | 111101 | 0 | 111000 | 1000011 | 11011 | 1010 | 110011 | 110000 |
Color Harmonies of #BA513D
Complementary color
Monochromatic Colors of #BA513D
Black with #BA513D
Text Example
Text Example
White with #BA513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA513D; }
p { color: rgb(186,81,61); }
H1.HeaderClassName
{
color: #BA513D;
}
.AnyTagClassName
{
color: #BA513D;
}
</style>
background-color css
<style>
a { background-color: #BA513D; }
a { background-color: rgb(186,81,61); }
div.DivClassName
{
background-color: #BA513D;
}
.BgClassName
{
background-color: #BA513D;
}
</style>
border-color css
<style>
span { border-color: #BA513D; }
span { border-color: rgb(186,81,61); }
td.TdClassName
{
border-color: #BA513D;
}
.TagClassName
{
border-color: #BA513D;
}
</style>