Shades of La Rioja #BAB801
Tints of La Rioja #BAB801
RGB
CMYK
RGB Variations
Color information
#BAB801 (or 0xBAB801) is known color: La Rioja. HEX triplet: BA, B8 and 01. RGB value is (186,184,1). Sum of RGB (Red+Green+Blue) = 186+184+1=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB801 is #4547FE. Grayscale: #A4A4A4. Windows color (decimal): -4540415 or 112826. OLE color: 112826.
HSL color Cylindrical-coordinate representation of color #BAB801: hue angle of 59.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAB801 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.27 |
| HSL | 59.35º | 0.99% | 0.37% | - |
| HSV(B) | 59.35º | 0.99% | 0.73% | - |
| XYZ | 37.4 | 44.72 | 6.69 | - |
| YUV | 163.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 1 | 0 | 0.01 | 0.99 | 0.27 | 59.35 | 0.99 | 0.37 |
| Hex | BA | B8 | 1 | 0 | 1 | 63 | 1B | 3B | 63 | 25 |
| Octal | 272 | 270 | 1 | 0 | 1 | 143 | 33 | 73 | 143 | 45 |
| Binary | 10111010 | 10111000 | 1 | 0 | 1 | 1100011 | 11011 | 111011 | 1100011 | 100101 |
Color Harmonies of #BAB801
Complementary color
Monochromatic Colors of #BAB801
Black with #BAB801
Text Example
Text Example
White with #BAB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB801; }
p { color: rgb(186,184,1); }
H1.HeaderClassName
{
color: #BAB801;
}
.AnyTagClassName
{
color: #BAB801;
}
</style>
background-color css
<style>
a { background-color: #BAB801; }
a { background-color: rgb(186,184,1); }
div.DivClassName
{
background-color: #BAB801;
}
.BgClassName
{
background-color: #BAB801;
}
</style>
border-color css
<style>
span { border-color: #BAB801; }
span { border-color: rgb(186,184,1); }
td.TdClassName
{
border-color: #BAB801;
}
.TagClassName
{
border-color: #BAB801;
}
</style>