Shades of La Rioja #BAB10B
Tints of La Rioja #BAB10B
RGB
CMYK
RGB Variations
Color information
#BAB10B (or 0xBAB10B) is known color: La Rioja. HEX triplet: BA, B1 and 0B. RGB value is (186,177,11). Sum of RGB (Red+Green+Blue) = 186+177+11=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB10B is #454EF4. Grayscale: #A1A1A1. Windows color (decimal): -4542197 or 766394. OLE color: 766394.
HSL color Cylindrical-coordinate representation of color #BAB10B: hue angle of 56.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAB10B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.27 |
| HSL | 56.91º | 0.89% | 0.39% | - |
| HSV(B) | 56.91º | 0.94% | 0.73% | - |
| XYZ | 36.03 | 41.91 | 6.51 | - |
| YUV | 160.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 11 | 0 | 0.05 | 0.94 | 0.27 | 56.91 | 0.89 | 0.39 |
| Hex | BA | B1 | B | 0 | 5 | 5E | 1B | 39 | 59 | 27 |
| Octal | 272 | 261 | 13 | 0 | 5 | 136 | 33 | 71 | 131 | 47 |
| Binary | 10111010 | 10110001 | 1011 | 0 | 101 | 1011110 | 11011 | 111001 | 1011001 | 100111 |
Color Harmonies of #BAB10B
Complementary color
Monochromatic Colors of #BAB10B
Black with #BAB10B
Text Example
Text Example
White with #BAB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB10B; }
p { color: rgb(186,177,11); }
H1.HeaderClassName
{
color: #BAB10B;
}
.AnyTagClassName
{
color: #BAB10B;
}
</style>
background-color css
<style>
a { background-color: #BAB10B; }
a { background-color: rgb(186,177,11); }
div.DivClassName
{
background-color: #BAB10B;
}
.BgClassName
{
background-color: #BAB10B;
}
</style>
border-color css
<style>
span { border-color: #BAB10B; }
span { border-color: rgb(186,177,11); }
td.TdClassName
{
border-color: #BAB10B;
}
.TagClassName
{
border-color: #BAB10B;
}
</style>