Shades of La Rioja #BAB716
Tints of La Rioja #BAB716
RGB
CMYK
RGB Variations
Color information
#BAB716 (or 0xBAB716) is known color: La Rioja. HEX triplet: BA, B7 and 16. RGB value is (186,183,22). Sum of RGB (Red+Green+Blue) = 186+183+22=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB716 is #4548E9. Grayscale: #A6A6A6. Windows color (decimal): -4540650 or 1488826. OLE color: 1488826.
HSL color Cylindrical-coordinate representation of color #BAB716: hue angle of 58.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAB716 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.27 |
| HSL | 58.9º | 0.79% | 0.41% | - |
| HSV(B) | 58.9º | 0.88% | 0.73% | - |
| XYZ | 37.33 | 44.36 | 7.35 | - |
| YUV | 165.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 22 | 0 | 0.02 | 0.88 | 0.27 | 58.9 | 0.79 | 0.41 |
| Hex | BA | B7 | 16 | 0 | 2 | 58 | 1B | 3B | 4F | 29 |
| Octal | 272 | 267 | 26 | 0 | 2 | 130 | 33 | 73 | 117 | 51 |
| Binary | 10111010 | 10110111 | 10110 | 0 | 10 | 1011000 | 11011 | 111011 | 1001111 | 101001 |
Color Harmonies of #BAB716
Complementary color
Monochromatic Colors of #BAB716
Black with #BAB716
Text Example
Text Example
White with #BAB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB716; }
p { color: rgb(186,183,22); }
H1.HeaderClassName
{
color: #BAB716;
}
.AnyTagClassName
{
color: #BAB716;
}
</style>
background-color css
<style>
a { background-color: #BAB716; }
a { background-color: rgb(186,183,22); }
div.DivClassName
{
background-color: #BAB716;
}
.BgClassName
{
background-color: #BAB716;
}
</style>
border-color css
<style>
span { border-color: #BAB716; }
span { border-color: rgb(186,183,22); }
td.TdClassName
{
border-color: #BAB716;
}
.TagClassName
{
border-color: #BAB716;
}
</style>