Shades of La Rioja #BAB916
Tints of La Rioja #BAB916
RGB
CMYK
RGB Variations
Color information
#BAB916 (or 0xBAB916) is known color: La Rioja. HEX triplet: BA, B9 and 16. RGB value is (186,185,22). Sum of RGB (Red+Green+Blue) = 186+185+22=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB916 is #4546E9. Grayscale: #A7A7A7. Windows color (decimal): -4540138 or 1489338. OLE color: 1489338.
HSL color Cylindrical-coordinate representation of color #BAB916: hue angle of 59.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAB916 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 22 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.27 |
| HSL | 59.63º | 0.79% | 0.41% | - |
| HSV(B) | 59.63º | 0.88% | 0.73% | - |
| XYZ | 37.74 | 45.19 | 7.49 | - |
| YUV | 166.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 22 | 0 | 0.01 | 0.88 | 0.27 | 59.63 | 0.79 | 0.41 |
| Hex | BA | B9 | 16 | 0 | 1 | 58 | 1B | 3C | 4F | 29 |
| Octal | 272 | 271 | 26 | 0 | 1 | 130 | 33 | 74 | 117 | 51 |
| Binary | 10111010 | 10111001 | 10110 | 0 | 1 | 1011000 | 11011 | 111100 | 1001111 | 101001 |
Color Harmonies of #BAB916
Complementary color
Monochromatic Colors of #BAB916
Black with #BAB916
Text Example
Text Example
White with #BAB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB916; }
p { color: rgb(186,185,22); }
H1.HeaderClassName
{
color: #BAB916;
}
.AnyTagClassName
{
color: #BAB916;
}
</style>
background-color css
<style>
a { background-color: #BAB916; }
a { background-color: rgb(186,185,22); }
div.DivClassName
{
background-color: #BAB916;
}
.BgClassName
{
background-color: #BAB916;
}
</style>
border-color css
<style>
span { border-color: #BAB916; }
span { border-color: rgb(186,185,22); }
td.TdClassName
{
border-color: #BAB916;
}
.TagClassName
{
border-color: #BAB916;
}
</style>