Shades of La Rioja #BAB100
Tints of La Rioja #BAB100
RGB
CMYK
RGB Variations
Color information
#BAB100 (or 0xBAB100) is known color: La Rioja. HEX triplet: BA, B1 and 00. RGB value is (186,177,0). Sum of RGB (Red+Green+Blue) = 186+177+0=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB100 is #454EFF. Grayscale: #A0A0A0. Windows color (decimal): -4542208 or 45498. OLE color: 45498.
HSL color Cylindrical-coordinate representation of color #BAB100: hue angle of 57.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAB100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.27 |
| HSL | 57.1º | 1% | 0.36% | - |
| HSV(B) | 57.1º | 1% | 0.73% | - |
| XYZ | 35.97 | 41.88 | 6.19 | - |
| YUV | 159.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 0 | 0 | 0.05 | 1 | 0.27 | 57.1 | 1 | 0.36 |
| Hex | BA | B1 | 0 | 0 | 5 | 64 | 1B | 39 | 64 | 24 |
| Octal | 272 | 261 | 0 | 0 | 5 | 144 | 33 | 71 | 144 | 44 |
| Binary | 10111010 | 10110001 | 0 | 0 | 101 | 1100100 | 11011 | 111001 | 1100100 | 100100 |
Color Harmonies of #BAB100
Complementary color
Monochromatic Colors of #BAB100
Black with #BAB100
Text Example
Text Example
White with #BAB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB100; }
p { color: rgb(186,177,0); }
H1.HeaderClassName
{
color: #BAB100;
}
.AnyTagClassName
{
color: #BAB100;
}
</style>
background-color css
<style>
a { background-color: #BAB100; }
a { background-color: rgb(186,177,0); }
div.DivClassName
{
background-color: #BAB100;
}
.BgClassName
{
background-color: #BAB100;
}
</style>
border-color css
<style>
span { border-color: #BAB100; }
span { border-color: rgb(186,177,0); }
td.TdClassName
{
border-color: #BAB100;
}
.TagClassName
{
border-color: #BAB100;
}
</style>