Shades of La Rioja #BABA0B
Tints of La Rioja #BABA0B
RGB
CMYK
RGB Variations
Color information
#BABA0B (or 0xBABA0B) is known color: La Rioja. HEX triplet: BA, BA and 0B. RGB value is (186,186,11). Sum of RGB (Red+Green+Blue) = 186+186+11=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA0B is #4545F4. Grayscale: #A6A6A6. Windows color (decimal): -4539893 or 768698. OLE color: 768698.
HSL color Cylindrical-coordinate representation of color #BABA0B: hue angle of 60º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BABA0B is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 11 | - |
| CMYK | 0 | 0 | 0.94 | 0.27 |
| HSL | 60º | 0.89% | 0.39% | - |
| HSV(B) | 60º | 0.94% | 0.73% | - |
| XYZ | 37.87 | 45.58 | 7.12 | - |
| YUV | 166.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 11 | 0 | 0 | 0.94 | 0.27 | 60 | 0.89 | 0.39 |
| Hex | BA | BA | B | 0 | 0 | 5E | 1B | 3C | 59 | 27 |
| Octal | 272 | 272 | 13 | 0 | 0 | 136 | 33 | 74 | 131 | 47 |
| Binary | 10111010 | 10111010 | 1011 | 0 | 0 | 1011110 | 11011 | 111100 | 1011001 | 100111 |
Color Harmonies of #BABA0B
Complementary color
Monochromatic Colors of #BABA0B
Black with #BABA0B
Text Example
Text Example
White with #BABA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA0B; }
p { color: rgb(186,186,11); }
H1.HeaderClassName
{
color: #BABA0B;
}
.AnyTagClassName
{
color: #BABA0B;
}
</style>
background-color css
<style>
a { background-color: #BABA0B; }
a { background-color: rgb(186,186,11); }
div.DivClassName
{
background-color: #BABA0B;
}
.BgClassName
{
background-color: #BABA0B;
}
</style>
border-color css
<style>
span { border-color: #BABA0B; }
span { border-color: rgb(186,186,11); }
td.TdClassName
{
border-color: #BABA0B;
}
.TagClassName
{
border-color: #BABA0B;
}
</style>