Shades of Grenadier #BA4B2A
Tints of Grenadier #BA4B2A
RGB
CMYK
RGB Variations
Color information
#BA4B2A (or 0xBA4B2A) is known color: Grenadier. HEX triplet: BA, 4B and 2A. RGB value is (186,75,42). Sum of RGB (Red+Green+Blue) = 186+75+42=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B2A is #45B4D5. Grayscale: #686868. Windows color (decimal): -4568278 or 2771898. OLE color: 2771898.
HSL color Cylindrical-coordinate representation of color #BA4B2A: hue angle of 13.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA4B2A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 42 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.27 |
| HSL | 13.75º | 0.63% | 0.45% | - |
| HSV(B) | 13.75º | 0.77% | 0.73% | - |
| XYZ | 23.18 | 15.64 | 3.99 | - |
| YUV | 104.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 42 | 0 | 0.60 | 0.77 | 0.27 | 13.75 | 0.63 | 0.45 |
| Hex | BA | 4B | 2A | 0 | 3C | 4D | 1B | E | 3F | 2D |
| Octal | 272 | 113 | 52 | 0 | 74 | 115 | 33 | 16 | 77 | 55 |
| Binary | 10111010 | 1001011 | 101010 | 0 | 111100 | 1001101 | 11011 | 1110 | 111111 | 101101 |
Color Harmonies of #BA4B2A
Complementary color
Monochromatic Colors of #BA4B2A
Black with #BA4B2A
Text Example
Text Example
White with #BA4B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B2A; }
p { color: rgb(186,75,42); }
H1.HeaderClassName
{
color: #BA4B2A;
}
.AnyTagClassName
{
color: #BA4B2A;
}
</style>
background-color css
<style>
a { background-color: #BA4B2A; }
a { background-color: rgb(186,75,42); }
div.DivClassName
{
background-color: #BA4B2A;
}
.BgClassName
{
background-color: #BA4B2A;
}
</style>
border-color css
<style>
span { border-color: #BA4B2A; }
span { border-color: rgb(186,75,42); }
td.TdClassName
{
border-color: #BA4B2A;
}
.TagClassName
{
border-color: #BA4B2A;
}
</style>