Shades of La Rioja #BAB515
Tints of La Rioja #BAB515
RGB
CMYK
RGB Variations
Color information
#BAB515 (or 0xBAB515) is known color: La Rioja. HEX triplet: BA, B5 and 15. RGB value is (186,181,21). Sum of RGB (Red+Green+Blue) = 186+181+21=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB515 is #454AEA. Grayscale: #A4A4A4. Windows color (decimal): -4541163 or 1422778. OLE color: 1422778.
HSL color Cylindrical-coordinate representation of color #BAB515: hue angle of 58.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAB515 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 21 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.27 |
| HSL | 58.18º | 0.8% | 0.41% | - |
| HSV(B) | 58.18º | 0.89% | 0.73% | - |
| XYZ | 36.91 | 43.54 | 7.17 | - |
| YUV | 164.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 21 | 0 | 0.03 | 0.89 | 0.27 | 58.18 | 0.8 | 0.41 |
| Hex | BA | B5 | 15 | 0 | 3 | 59 | 1B | 3A | 50 | 29 |
| Octal | 272 | 265 | 25 | 0 | 3 | 131 | 33 | 72 | 120 | 51 |
| Binary | 10111010 | 10110101 | 10101 | 0 | 11 | 1011001 | 11011 | 111010 | 1010000 | 101001 |
Color Harmonies of #BAB515
Complementary color
Monochromatic Colors of #BAB515
Black with #BAB515
Text Example
Text Example
White with #BAB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB515; }
p { color: rgb(186,181,21); }
H1.HeaderClassName
{
color: #BAB515;
}
.AnyTagClassName
{
color: #BAB515;
}
</style>
background-color css
<style>
a { background-color: #BAB515; }
a { background-color: rgb(186,181,21); }
div.DivClassName
{
background-color: #BAB515;
}
.BgClassName
{
background-color: #BAB515;
}
</style>
border-color css
<style>
span { border-color: #BAB515; }
span { border-color: rgb(186,181,21); }
td.TdClassName
{
border-color: #BAB515;
}
.TagClassName
{
border-color: #BAB515;
}
</style>