Shades of La Rioja #BAB619
Tints of La Rioja #BAB619
RGB
CMYK
RGB Variations
Color information
#BAB619 (or 0xBAB619) is known color: La Rioja. HEX triplet: BA, B6 and 19. RGB value is (186,182,25). Sum of RGB (Red+Green+Blue) = 186+182+25=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB619 is #4549E6. Grayscale: #A5A5A5. Windows color (decimal): -4540903 or 1685178. OLE color: 1685178.
HSL color Cylindrical-coordinate representation of color #BAB619: hue angle of 58.51º 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 #BAB619 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 25 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.27 |
| HSL | 58.51º | 0.76% | 0.41% | - |
| HSV(B) | 58.51º | 0.87% | 0.73% | - |
| XYZ | 37.15 | 43.97 | 7.45 | - |
| YUV | 165.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 25 | 0 | 0.02 | 0.87 | 0.27 | 58.51 | 0.76 | 0.41 |
| Hex | BA | B6 | 19 | 0 | 2 | 57 | 1B | 3B | 4C | 29 |
| Octal | 272 | 266 | 31 | 0 | 2 | 127 | 33 | 73 | 114 | 51 |
| Binary | 10111010 | 10110110 | 11001 | 0 | 10 | 1010111 | 11011 | 111011 | 1001100 | 101001 |
Color Harmonies of #BAB619
Complementary color
Monochromatic Colors of #BAB619
Black with #BAB619
Text Example
Text Example
White with #BAB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB619; }
p { color: rgb(186,182,25); }
H1.HeaderClassName
{
color: #BAB619;
}
.AnyTagClassName
{
color: #BAB619;
}
</style>
background-color css
<style>
a { background-color: #BAB619; }
a { background-color: rgb(186,182,25); }
div.DivClassName
{
background-color: #BAB619;
}
.BgClassName
{
background-color: #BAB619;
}
</style>
border-color css
<style>
span { border-color: #BAB619; }
span { border-color: rgb(186,182,25); }
td.TdClassName
{
border-color: #BAB619;
}
.TagClassName
{
border-color: #BAB619;
}
</style>