Shades of La Rioja #BABB0B
Tints of La Rioja #BABB0B
RGB
CMYK
RGB Variations
Color information
#BABB0B (or 0xBABB0B) is known color: La Rioja. HEX triplet: BA, BB and 0B. RGB value is (186,187,11). Sum of RGB (Red+Green+Blue) = 186+187+11=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB0B is #4544F4. Grayscale: #A7A7A7. Windows color (decimal): -4539637 or 768954. OLE color: 768954.
HSL color Cylindrical-coordinate representation of color #BABB0B: hue angle of 60.34º 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 #BABB0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.27 |
| HSL | 60.34º | 0.89% | 0.39% | - |
| HSV(B) | 60.34º | 0.94% | 0.73% | - |
| XYZ | 38.08 | 46 | 7.19 | - |
| YUV | 166.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 11 | 0.01 | 0 | 0.94 | 0.27 | 60.34 | 0.89 | 0.39 |
| Hex | BA | BB | B | 1 | 0 | 5E | 1B | 3C | 59 | 27 |
| Octal | 272 | 273 | 13 | 1 | 0 | 136 | 33 | 74 | 131 | 47 |
| Binary | 10111010 | 10111011 | 1011 | 1 | 0 | 1011110 | 11011 | 111100 | 1011001 | 100111 |
Color Harmonies of #BABB0B
Complementary color
Monochromatic Colors of #BABB0B
Black with #BABB0B
Text Example
Text Example
White with #BABB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB0B; }
p { color: rgb(186,187,11); }
H1.HeaderClassName
{
color: #BABB0B;
}
.AnyTagClassName
{
color: #BABB0B;
}
</style>
background-color css
<style>
a { background-color: #BABB0B; }
a { background-color: rgb(186,187,11); }
div.DivClassName
{
background-color: #BABB0B;
}
.BgClassName
{
background-color: #BABB0B;
}
</style>
border-color css
<style>
span { border-color: #BABB0B; }
span { border-color: rgb(186,187,11); }
td.TdClassName
{
border-color: #BABB0B;
}
.TagClassName
{
border-color: #BABB0B;
}
</style>