Shades of La Rioja #BABA06
Tints of La Rioja #BABA06
RGB
CMYK
RGB Variations
Color information
#BABA06 (or 0xBABA06) is known color: La Rioja. HEX triplet: BA, BA and 06. RGB value is (186,186,6). Sum of RGB (Red+Green+Blue) = 186+186+6=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA06 is #4545F9. Grayscale: #A6A6A6. Windows color (decimal): -4539898 or 441018. OLE color: 441018.
HSL color Cylindrical-coordinate representation of color #BABA06: hue angle of 60º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BABA06 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 6 | - |
| CMYK | 0 | 0 | 0.97 | 0.27 |
| HSL | 60º | 0.94% | 0.38% | - |
| HSV(B) | 60º | 0.97% | 0.73% | - |
| XYZ | 37.84 | 45.57 | 6.97 | - |
| YUV | 165.48 | 38 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 6 | 0 | 0 | 0.97 | 0.27 | 60 | 0.94 | 0.38 |
| Hex | BA | BA | 6 | 0 | 0 | 61 | 1B | 3C | 5E | 26 |
| Octal | 272 | 272 | 6 | 0 | 0 | 141 | 33 | 74 | 136 | 46 |
| Binary | 10111010 | 10111010 | 110 | 0 | 0 | 1100001 | 11011 | 111100 | 1011110 | 100110 |
Color Harmonies of #BABA06
Complementary color
Monochromatic Colors of #BABA06
Black with #BABA06
Text Example
Text Example
White with #BABA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA06; }
p { color: rgb(186,186,6); }
H1.HeaderClassName
{
color: #BABA06;
}
.AnyTagClassName
{
color: #BABA06;
}
</style>
background-color css
<style>
a { background-color: #BABA06; }
a { background-color: rgb(186,186,6); }
div.DivClassName
{
background-color: #BABA06;
}
.BgClassName
{
background-color: #BABA06;
}
</style>
border-color css
<style>
span { border-color: #BABA06; }
span { border-color: rgb(186,186,6); }
td.TdClassName
{
border-color: #BABA06;
}
.TagClassName
{
border-color: #BABA06;
}
</style>