Shades of La Rioja #BAB00A
Tints of La Rioja #BAB00A
RGB
CMYK
RGB Variations
Color information
#BAB00A (or 0xBAB00A) is known color: La Rioja. HEX triplet: BA, B0 and 0A. RGB value is (186,176,10). Sum of RGB (Red+Green+Blue) = 186+176+10=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB00A is #454FF5. Grayscale: #A0A0A0. Windows color (decimal): -4542454 or 700602. OLE color: 700602.
HSL color Cylindrical-coordinate representation of color #BAB00A: hue angle of 56.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAB00A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.27 |
| HSL | 56.59º | 0.9% | 0.38% | - |
| HSV(B) | 56.59º | 0.95% | 0.73% | - |
| XYZ | 35.83 | 41.51 | 6.41 | - |
| YUV | 160.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 10 | 0 | 0.05 | 0.95 | 0.27 | 56.59 | 0.9 | 0.38 |
| Hex | BA | B0 | A | 0 | 5 | 5F | 1B | 39 | 5A | 26 |
| Octal | 272 | 260 | 12 | 0 | 5 | 137 | 33 | 71 | 132 | 46 |
| Binary | 10111010 | 10110000 | 1010 | 0 | 101 | 1011111 | 11011 | 111001 | 1011010 | 100110 |
Color Harmonies of #BAB00A
Complementary color
Monochromatic Colors of #BAB00A
Black with #BAB00A
Text Example
Text Example
White with #BAB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB00A; }
p { color: rgb(186,176,10); }
H1.HeaderClassName
{
color: #BAB00A;
}
.AnyTagClassName
{
color: #BAB00A;
}
</style>
background-color css
<style>
a { background-color: #BAB00A; }
a { background-color: rgb(186,176,10); }
div.DivClassName
{
background-color: #BAB00A;
}
.BgClassName
{
background-color: #BAB00A;
}
</style>
border-color css
<style>
span { border-color: #BAB00A; }
span { border-color: rgb(186,176,10); }
td.TdClassName
{
border-color: #BAB00A;
}
.TagClassName
{
border-color: #BAB00A;
}
</style>