Shades of La Rioja #BAB518
Tints of La Rioja #BAB518
RGB
CMYK
RGB Variations
Color information
#BAB518 (or 0xBAB518) is known color: La Rioja. HEX triplet: BA, B5 and 18. RGB value is (186,181,24). Sum of RGB (Red+Green+Blue) = 186+181+24=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB518 is #454AE7. Grayscale: #A5A5A5. Windows color (decimal): -4541160 or 1619386. OLE color: 1619386.
HSL color Cylindrical-coordinate representation of color #BAB518: hue angle of 58.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAB518 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 24 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.27 |
| HSL | 58.15º | 0.77% | 0.41% | - |
| HSV(B) | 58.15º | 0.87% | 0.73% | - |
| XYZ | 36.94 | 43.55 | 7.32 | - |
| YUV | 164.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 24 | 0 | 0.03 | 0.87 | 0.27 | 58.15 | 0.77 | 0.41 |
| Hex | BA | B5 | 18 | 0 | 3 | 57 | 1B | 3A | 4D | 29 |
| Octal | 272 | 265 | 30 | 0 | 3 | 127 | 33 | 72 | 115 | 51 |
| Binary | 10111010 | 10110101 | 11000 | 0 | 11 | 1010111 | 11011 | 111010 | 1001101 | 101001 |
Color Harmonies of #BAB518
Complementary color
Monochromatic Colors of #BAB518
Black with #BAB518
Text Example
Text Example
White with #BAB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB518; }
p { color: rgb(186,181,24); }
H1.HeaderClassName
{
color: #BAB518;
}
.AnyTagClassName
{
color: #BAB518;
}
</style>
background-color css
<style>
a { background-color: #BAB518; }
a { background-color: rgb(186,181,24); }
div.DivClassName
{
background-color: #BAB518;
}
.BgClassName
{
background-color: #BAB518;
}
</style>
border-color css
<style>
span { border-color: #BAB518; }
span { border-color: rgb(186,181,24); }
td.TdClassName
{
border-color: #BAB518;
}
.TagClassName
{
border-color: #BAB518;
}
</style>