Shades of La Rioja #BAB50B
Tints of La Rioja #BAB50B
RGB
CMYK
RGB Variations
Color information
#BAB50B (or 0xBAB50B) is known color: La Rioja. HEX triplet: BA, B5 and 0B. RGB value is (186,181,11). Sum of RGB (Red+Green+Blue) = 186+181+11=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB50B is #454AF4. Grayscale: #A3A3A3. Windows color (decimal): -4541173 or 767418. OLE color: 767418.
HSL color Cylindrical-coordinate representation of color #BAB50B: hue angle of 58.29º 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 #BAB50B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.27 |
| HSL | 58.29º | 0.89% | 0.39% | - |
| HSV(B) | 58.29º | 0.94% | 0.73% | - |
| XYZ | 36.83 | 43.51 | 6.77 | - |
| YUV | 163.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 11 | 0 | 0.03 | 0.94 | 0.27 | 58.29 | 0.89 | 0.39 |
| Hex | BA | B5 | B | 0 | 3 | 5E | 1B | 3A | 59 | 27 |
| Octal | 272 | 265 | 13 | 0 | 3 | 136 | 33 | 72 | 131 | 47 |
| Binary | 10111010 | 10110101 | 1011 | 0 | 11 | 1011110 | 11011 | 111010 | 1011001 | 100111 |
Color Harmonies of #BAB50B
Complementary color
Monochromatic Colors of #BAB50B
Black with #BAB50B
Text Example
Text Example
White with #BAB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB50B; }
p { color: rgb(186,181,11); }
H1.HeaderClassName
{
color: #BAB50B;
}
.AnyTagClassName
{
color: #BAB50B;
}
</style>
background-color css
<style>
a { background-color: #BAB50B; }
a { background-color: rgb(186,181,11); }
div.DivClassName
{
background-color: #BAB50B;
}
.BgClassName
{
background-color: #BAB50B;
}
</style>
border-color css
<style>
span { border-color: #BAB50B; }
span { border-color: rgb(186,181,11); }
td.TdClassName
{
border-color: #BAB50B;
}
.TagClassName
{
border-color: #BAB50B;
}
</style>