Shades of La Rioja #BABA13
Tints of La Rioja #BABA13
RGB
CMYK
RGB Variations
Color information
#BABA13 (or 0xBABA13) is known color: La Rioja. HEX triplet: BA, BA and 13. RGB value is (186,186,19). Sum of RGB (Red+Green+Blue) = 186+186+19=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA13 is #4545EC. Grayscale: #A7A7A7. Windows color (decimal): -4539885 or 1292986. OLE color: 1292986.
HSL color Cylindrical-coordinate representation of color #BABA13: hue angle of 60º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BABA13 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 19 | - |
| CMYK | 0 | 0 | 0.90 | 0.27 |
| HSL | 60º | 0.81% | 0.4% | - |
| HSV(B) | 60º | 0.9% | 0.73% | - |
| XYZ | 37.93 | 45.6 | 7.42 | - |
| YUV | 166.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 19 | 0 | 0 | 0.90 | 0.27 | 60 | 0.81 | 0.4 |
| Hex | BA | BA | 13 | 0 | 0 | 5A | 1B | 3C | 51 | 28 |
| Octal | 272 | 272 | 23 | 0 | 0 | 132 | 33 | 74 | 121 | 50 |
| Binary | 10111010 | 10111010 | 10011 | 0 | 0 | 1011010 | 11011 | 111100 | 1010001 | 101000 |
Color Harmonies of #BABA13
Complementary color
Monochromatic Colors of #BABA13
Black with #BABA13
Text Example
Text Example
White with #BABA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA13; }
p { color: rgb(186,186,19); }
H1.HeaderClassName
{
color: #BABA13;
}
.AnyTagClassName
{
color: #BABA13;
}
</style>
background-color css
<style>
a { background-color: #BABA13; }
a { background-color: rgb(186,186,19); }
div.DivClassName
{
background-color: #BABA13;
}
.BgClassName
{
background-color: #BABA13;
}
</style>
border-color css
<style>
span { border-color: #BABA13; }
span { border-color: rgb(186,186,19); }
td.TdClassName
{
border-color: #BABA13;
}
.TagClassName
{
border-color: #BABA13;
}
</style>