Shades of La Rioja #BAB80B
Tints of La Rioja #BAB80B
RGB
CMYK
RGB Variations
Color information
#BAB80B (or 0xBAB80B) is known color: La Rioja. HEX triplet: BA, B8 and 0B. RGB value is (186,184,11). Sum of RGB (Red+Green+Blue) = 186+184+11=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB80B is #4547F4. Grayscale: #A5A5A5. Windows color (decimal): -4540405 or 768186. OLE color: 768186.
HSL color Cylindrical-coordinate representation of color #BAB80B: hue angle of 59.31º 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 #BAB80B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.27 |
| HSL | 59.31º | 0.89% | 0.39% | - |
| HSV(B) | 59.31º | 0.94% | 0.73% | - |
| XYZ | 37.45 | 44.74 | 6.98 | - |
| YUV | 164.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 11 | 0 | 0.01 | 0.94 | 0.27 | 59.31 | 0.89 | 0.39 |
| Hex | BA | B8 | B | 0 | 1 | 5E | 1B | 3B | 59 | 27 |
| Octal | 272 | 270 | 13 | 0 | 1 | 136 | 33 | 73 | 131 | 47 |
| Binary | 10111010 | 10111000 | 1011 | 0 | 1 | 1011110 | 11011 | 111011 | 1011001 | 100111 |
Color Harmonies of #BAB80B
Complementary color
Monochromatic Colors of #BAB80B
Black with #BAB80B
Text Example
Text Example
White with #BAB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB80B; }
p { color: rgb(186,184,11); }
H1.HeaderClassName
{
color: #BAB80B;
}
.AnyTagClassName
{
color: #BAB80B;
}
</style>
background-color css
<style>
a { background-color: #BAB80B; }
a { background-color: rgb(186,184,11); }
div.DivClassName
{
background-color: #BAB80B;
}
.BgClassName
{
background-color: #BAB80B;
}
</style>
border-color css
<style>
span { border-color: #BAB80B; }
span { border-color: rgb(186,184,11); }
td.TdClassName
{
border-color: #BAB80B;
}
.TagClassName
{
border-color: #BAB80B;
}
</style>