Shades of La Rioja #BAB919
Tints of La Rioja #BAB919
RGB
CMYK
RGB Variations
Color information
#BAB919 (or 0xBAB919) is known color: La Rioja. HEX triplet: BA, B9 and 19. RGB value is (186,185,25). Sum of RGB (Red+Green+Blue) = 186+185+25=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB919 is #4546E6. Grayscale: #A7A7A7. Windows color (decimal): -4540135 or 1685946. OLE color: 1685946.
HSL color Cylindrical-coordinate representation of color #BAB919: hue angle of 59.63º degrees, saturation: 0.76, 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 #BAB919 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 25 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.27 |
| HSL | 59.63º | 0.76% | 0.41% | - |
| HSV(B) | 59.63º | 0.87% | 0.73% | - |
| XYZ | 37.77 | 45.21 | 7.65 | - |
| YUV | 167.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 25 | 0 | 0.01 | 0.87 | 0.27 | 59.63 | 0.76 | 0.41 |
| Hex | BA | B9 | 19 | 0 | 1 | 57 | 1B | 3C | 4C | 29 |
| Octal | 272 | 271 | 31 | 0 | 1 | 127 | 33 | 74 | 114 | 51 |
| Binary | 10111010 | 10111001 | 11001 | 0 | 1 | 1010111 | 11011 | 111100 | 1001100 | 101001 |
Color Harmonies of #BAB919
Complementary color
Monochromatic Colors of #BAB919
Black with #BAB919
Text Example
Text Example
White with #BAB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB919; }
p { color: rgb(186,185,25); }
H1.HeaderClassName
{
color: #BAB919;
}
.AnyTagClassName
{
color: #BAB919;
}
</style>
background-color css
<style>
a { background-color: #BAB919; }
a { background-color: rgb(186,185,25); }
div.DivClassName
{
background-color: #BAB919;
}
.BgClassName
{
background-color: #BAB919;
}
</style>
border-color css
<style>
span { border-color: #BAB919; }
span { border-color: rgb(186,185,25); }
td.TdClassName
{
border-color: #BAB919;
}
.TagClassName
{
border-color: #BAB919;
}
</style>