Shades of Grenadier #BA483B
Tints of Grenadier #BA483B
RGB
CMYK
RGB Variations
Color information
#BA483B (or 0xBA483B) is known color: Grenadier. HEX triplet: BA, 48 and 3B. RGB value is (186,72,59). Sum of RGB (Red+Green+Blue) = 186+72+59=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA483B is #45B7C4. Grayscale: #686868. Windows color (decimal): -4569029 or 3885242. OLE color: 3885242.
HSL color Cylindrical-coordinate representation of color #BA483B: hue angle of 6.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA483B is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 59 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.27 |
| HSL | 6.14º | 0.52% | 0.48% | - |
| HSV(B) | 6.14º | 0.68% | 0.73% | - |
| XYZ | 23.36 | 15.39 | 5.88 | - |
| YUV | 104.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 59 | 0 | 0.61 | 0.68 | 0.27 | 6.14 | 0.52 | 0.48 |
| Hex | BA | 48 | 3B | 0 | 3D | 44 | 1B | 6 | 34 | 30 |
| Octal | 272 | 110 | 73 | 0 | 75 | 104 | 33 | 6 | 64 | 60 |
| Binary | 10111010 | 1001000 | 111011 | 0 | 111101 | 1000100 | 11011 | 110 | 110100 | 110000 |
Color Harmonies of #BA483B
Complementary color
Monochromatic Colors of #BA483B
Black with #BA483B
Text Example
Text Example
White with #BA483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA483B; }
p { color: rgb(186,72,59); }
H1.HeaderClassName
{
color: #BA483B;
}
.AnyTagClassName
{
color: #BA483B;
}
</style>
background-color css
<style>
a { background-color: #BA483B; }
a { background-color: rgb(186,72,59); }
div.DivClassName
{
background-color: #BA483B;
}
.BgClassName
{
background-color: #BA483B;
}
</style>
border-color css
<style>
span { border-color: #BA483B; }
span { border-color: rgb(186,72,59); }
td.TdClassName
{
border-color: #BA483B;
}
.TagClassName
{
border-color: #BA483B;
}
</style>