Shades of La Rioja #BAB905
Tints of La Rioja #BAB905
RGB
CMYK
RGB Variations
Color information
#BAB905 (or 0xBAB905) is known color: La Rioja. HEX triplet: BA, B9 and 05. RGB value is (186,185,5). Sum of RGB (Red+Green+Blue) = 186+185+5=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB905 is #4546FA. Grayscale: #A5A5A5. Windows color (decimal): -4540155 or 375226. OLE color: 375226.
HSL color Cylindrical-coordinate representation of color #BAB905: hue angle of 59.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAB905 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.27 |
| HSL | 59.67º | 0.95% | 0.37% | - |
| HSV(B) | 59.67º | 0.97% | 0.73% | - |
| XYZ | 37.63 | 45.15 | 6.87 | - |
| YUV | 164.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 5 | 0 | 0.01 | 0.97 | 0.27 | 59.67 | 0.95 | 0.37 |
| Hex | BA | B9 | 5 | 0 | 1 | 61 | 1B | 3C | 5F | 25 |
| Octal | 272 | 271 | 5 | 0 | 1 | 141 | 33 | 74 | 137 | 45 |
| Binary | 10111010 | 10111001 | 101 | 0 | 1 | 1100001 | 11011 | 111100 | 1011111 | 100101 |
Color Harmonies of #BAB905
Complementary color
Monochromatic Colors of #BAB905
Black with #BAB905
Text Example
Text Example
White with #BAB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB905; }
p { color: rgb(186,185,5); }
H1.HeaderClassName
{
color: #BAB905;
}
.AnyTagClassName
{
color: #BAB905;
}
</style>
background-color css
<style>
a { background-color: #BAB905; }
a { background-color: rgb(186,185,5); }
div.DivClassName
{
background-color: #BAB905;
}
.BgClassName
{
background-color: #BAB905;
}
</style>
border-color css
<style>
span { border-color: #BAB905; }
span { border-color: rgb(186,185,5); }
td.TdClassName
{
border-color: #BAB905;
}
.TagClassName
{
border-color: #BAB905;
}
</style>