Shades of La Rioja #BABA07
Tints of La Rioja #BABA07
RGB
CMYK
RGB Variations
Color information
#BABA07 (or 0xBABA07) is known color: La Rioja. HEX triplet: BA, BA and 07. RGB value is (186,186,7). Sum of RGB (Red+Green+Blue) = 186+186+7=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA07 is #4545F8. Grayscale: #A6A6A6. Windows color (decimal): -4539897 or 506554. OLE color: 506554.
HSL color Cylindrical-coordinate representation of color #BABA07: hue angle of 60º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BABA07 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 7 | - |
| CMYK | 0 | 0 | 0.96 | 0.27 |
| HSL | 60º | 0.93% | 0.38% | - |
| HSV(B) | 60º | 0.96% | 0.73% | - |
| XYZ | 37.85 | 45.57 | 7 | - |
| YUV | 165.59 | 38.5 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 7 | 0 | 0 | 0.96 | 0.27 | 60 | 0.93 | 0.38 |
| Hex | BA | BA | 7 | 0 | 0 | 60 | 1B | 3C | 5D | 26 |
| Octal | 272 | 272 | 7 | 0 | 0 | 140 | 33 | 74 | 135 | 46 |
| Binary | 10111010 | 10111010 | 111 | 0 | 0 | 1100000 | 11011 | 111100 | 1011101 | 100110 |
Color Harmonies of #BABA07
Complementary color
Monochromatic Colors of #BABA07
Black with #BABA07
Text Example
Text Example
White with #BABA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA07; }
p { color: rgb(186,186,7); }
H1.HeaderClassName
{
color: #BABA07;
}
.AnyTagClassName
{
color: #BABA07;
}
</style>
background-color css
<style>
a { background-color: #BABA07; }
a { background-color: rgb(186,186,7); }
div.DivClassName
{
background-color: #BABA07;
}
.BgClassName
{
background-color: #BABA07;
}
</style>
border-color css
<style>
span { border-color: #BABA07; }
span { border-color: rgb(186,186,7); }
td.TdClassName
{
border-color: #BABA07;
}
.TagClassName
{
border-color: #BABA07;
}
</style>