Shades of La Rioja #BAB501
Tints of La Rioja #BAB501
RGB
CMYK
RGB Variations
Color information
#BAB501 (or 0xBAB501) is known color: La Rioja. HEX triplet: BA, B5 and 01. RGB value is (186,181,1). Sum of RGB (Red+Green+Blue) = 186+181+1=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB501 is #454AFE. Grayscale: #A2A2A2. Windows color (decimal): -4541183 or 112058. OLE color: 112058.
HSL color Cylindrical-coordinate representation of color #BAB501: hue angle of 58.38º 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 #BAB501 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.27 |
| HSL | 58.38º | 0.99% | 0.37% | - |
| HSV(B) | 58.38º | 0.99% | 0.73% | - |
| XYZ | 36.78 | 43.49 | 6.48 | - |
| YUV | 161.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 1 | 0 | 0.03 | 0.99 | 0.27 | 58.38 | 0.99 | 0.37 |
| Hex | BA | B5 | 1 | 0 | 3 | 63 | 1B | 3A | 63 | 25 |
| Octal | 272 | 265 | 1 | 0 | 3 | 143 | 33 | 72 | 143 | 45 |
| Binary | 10111010 | 10110101 | 1 | 0 | 11 | 1100011 | 11011 | 111010 | 1100011 | 100101 |
Color Harmonies of #BAB501
Complementary color
Monochromatic Colors of #BAB501
Black with #BAB501
Text Example
Text Example
White with #BAB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB501; }
p { color: rgb(186,181,1); }
H1.HeaderClassName
{
color: #BAB501;
}
.AnyTagClassName
{
color: #BAB501;
}
</style>
background-color css
<style>
a { background-color: #BAB501; }
a { background-color: rgb(186,181,1); }
div.DivClassName
{
background-color: #BAB501;
}
.BgClassName
{
background-color: #BAB501;
}
</style>
border-color css
<style>
span { border-color: #BAB501; }
span { border-color: rgb(186,181,1); }
td.TdClassName
{
border-color: #BAB501;
}
.TagClassName
{
border-color: #BAB501;
}
</style>