Shades of La Rioja #BAA901
Tints of La Rioja #BAA901
RGB
CMYK
RGB Variations
Color information
#BAA901 (or 0xBAA901) is known color: La Rioja. HEX triplet: BA, A9 and 01. RGB value is (186,169,1). Sum of RGB (Red+Green+Blue) = 186+169+1=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA901 is #4556FE. Grayscale: #9B9B9B. Windows color (decimal): -4544255 or 108986. OLE color: 108986.
HSL color Cylindrical-coordinate representation of color #BAA901: hue angle of 54.49º 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 #BAA901 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.27 |
| HSL | 54.49º | 0.99% | 0.37% | - |
| HSV(B) | 54.49º | 0.99% | 0.73% | - |
| XYZ | 34.44 | 38.82 | 5.71 | - |
| YUV | 154.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 1 | 0 | 0.09 | 0.99 | 0.27 | 54.49 | 0.99 | 0.37 |
| Hex | BA | A9 | 1 | 0 | 9 | 63 | 1B | 36 | 63 | 25 |
| Octal | 272 | 251 | 1 | 0 | 11 | 143 | 33 | 66 | 143 | 45 |
| Binary | 10111010 | 10101001 | 1 | 0 | 1001 | 1100011 | 11011 | 110110 | 1100011 | 100101 |
Color Harmonies of #BAA901
Complementary color
Monochromatic Colors of #BAA901
Black with #BAA901
Text Example
Text Example
White with #BAA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA901; }
p { color: rgb(186,169,1); }
H1.HeaderClassName
{
color: #BAA901;
}
.AnyTagClassName
{
color: #BAA901;
}
</style>
background-color css
<style>
a { background-color: #BAA901; }
a { background-color: rgb(186,169,1); }
div.DivClassName
{
background-color: #BAA901;
}
.BgClassName
{
background-color: #BAA901;
}
</style>
border-color css
<style>
span { border-color: #BAA901; }
span { border-color: rgb(186,169,1); }
td.TdClassName
{
border-color: #BAA901;
}
.TagClassName
{
border-color: #BAA901;
}
</style>