Shades of La Rioja #BAB211
Tints of La Rioja #BAB211
RGB
CMYK
RGB Variations
Color information
#BAB211 (or 0xBAB211) is known color: La Rioja. HEX triplet: BA, B2 and 11. RGB value is (186,178,17). Sum of RGB (Red+Green+Blue) = 186+178+17=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB211 is #454DEE. Grayscale: #A2A2A2. Windows color (decimal): -4541935 or 1159866. OLE color: 1159866.
HSL color Cylindrical-coordinate representation of color #BAB211: hue angle of 57.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAB211 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 17 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.27 |
| HSL | 57.16º | 0.83% | 0.4% | - |
| HSV(B) | 57.16º | 0.91% | 0.73% | - |
| XYZ | 36.27 | 42.32 | 6.79 | - |
| YUV | 162.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 17 | 0 | 0.04 | 0.91 | 0.27 | 57.16 | 0.83 | 0.4 |
| Hex | BA | B2 | 11 | 0 | 4 | 5B | 1B | 39 | 53 | 28 |
| Octal | 272 | 262 | 21 | 0 | 4 | 133 | 33 | 71 | 123 | 50 |
| Binary | 10111010 | 10110010 | 10001 | 0 | 100 | 1011011 | 11011 | 111001 | 1010011 | 101000 |
Color Harmonies of #BAB211
Complementary color
Monochromatic Colors of #BAB211
Black with #BAB211
Text Example
Text Example
White with #BAB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB211; }
p { color: rgb(186,178,17); }
H1.HeaderClassName
{
color: #BAB211;
}
.AnyTagClassName
{
color: #BAB211;
}
</style>
background-color css
<style>
a { background-color: #BAB211; }
a { background-color: rgb(186,178,17); }
div.DivClassName
{
background-color: #BAB211;
}
.BgClassName
{
background-color: #BAB211;
}
</style>
border-color css
<style>
span { border-color: #BAB211; }
span { border-color: rgb(186,178,17); }
td.TdClassName
{
border-color: #BAB211;
}
.TagClassName
{
border-color: #BAB211;
}
</style>