Shades of La Rioja #BAB80A
Tints of La Rioja #BAB80A
RGB
CMYK
RGB Variations
Color information
#BAB80A (or 0xBAB80A) is known color: La Rioja. HEX triplet: BA, B8 and 0A. RGB value is (186,184,10). Sum of RGB (Red+Green+Blue) = 186+184+10=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB80A is #4547F5. Grayscale: #A5A5A5. Windows color (decimal): -4540406 or 702650. OLE color: 702650.
HSL color Cylindrical-coordinate representation of color #BAB80A: hue angle of 59.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAB80A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.27 |
| HSL | 59.32º | 0.9% | 0.38% | - |
| HSV(B) | 59.32º | 0.95% | 0.73% | - |
| XYZ | 37.44 | 44.74 | 6.95 | - |
| YUV | 164.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 10 | 0 | 0.01 | 0.95 | 0.27 | 59.32 | 0.9 | 0.38 |
| Hex | BA | B8 | A | 0 | 1 | 5F | 1B | 3B | 5A | 26 |
| Octal | 272 | 270 | 12 | 0 | 1 | 137 | 33 | 73 | 132 | 46 |
| Binary | 10111010 | 10111000 | 1010 | 0 | 1 | 1011111 | 11011 | 111011 | 1011010 | 100110 |
Color Harmonies of #BAB80A
Complementary color
Monochromatic Colors of #BAB80A
Black with #BAB80A
Text Example
Text Example
White with #BAB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB80A; }
p { color: rgb(186,184,10); }
H1.HeaderClassName
{
color: #BAB80A;
}
.AnyTagClassName
{
color: #BAB80A;
}
</style>
background-color css
<style>
a { background-color: #BAB80A; }
a { background-color: rgb(186,184,10); }
div.DivClassName
{
background-color: #BAB80A;
}
.BgClassName
{
background-color: #BAB80A;
}
</style>
border-color css
<style>
span { border-color: #BAB80A; }
span { border-color: rgb(186,184,10); }
td.TdClassName
{
border-color: #BAB80A;
}
.TagClassName
{
border-color: #BAB80A;
}
</style>