Shades of La Rioja #BAAB0B
Tints of La Rioja #BAAB0B
RGB
CMYK
RGB Variations
Color information
#BAAB0B (or 0xBAAB0B) is known color: La Rioja. HEX triplet: BA, AB and 0B. RGB value is (186,171,11). Sum of RGB (Red+Green+Blue) = 186+171+11=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB0B is #4554F4. Grayscale: #9D9D9D. Windows color (decimal): -4543733 or 764858. OLE color: 764858.
HSL color Cylindrical-coordinate representation of color #BAAB0B: hue angle of 54.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAAB0B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.27 |
| HSL | 54.86º | 0.89% | 0.39% | - |
| HSV(B) | 54.86º | 0.94% | 0.73% | - |
| XYZ | 34.87 | 39.59 | 6.12 | - |
| YUV | 157.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 11 | 0 | 0.08 | 0.94 | 0.27 | 54.86 | 0.89 | 0.39 |
| Hex | BA | AB | B | 0 | 8 | 5E | 1B | 37 | 59 | 27 |
| Octal | 272 | 253 | 13 | 0 | 10 | 136 | 33 | 67 | 131 | 47 |
| Binary | 10111010 | 10101011 | 1011 | 0 | 1000 | 1011110 | 11011 | 110111 | 1011001 | 100111 |
Color Harmonies of #BAAB0B
Complementary color
Monochromatic Colors of #BAAB0B
Black with #BAAB0B
Text Example
Text Example
White with #BAAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB0B; }
p { color: rgb(186,171,11); }
H1.HeaderClassName
{
color: #BAAB0B;
}
.AnyTagClassName
{
color: #BAAB0B;
}
</style>
background-color css
<style>
a { background-color: #BAAB0B; }
a { background-color: rgb(186,171,11); }
div.DivClassName
{
background-color: #BAAB0B;
}
.BgClassName
{
background-color: #BAAB0B;
}
</style>
border-color css
<style>
span { border-color: #BAAB0B; }
span { border-color: rgb(186,171,11); }
td.TdClassName
{
border-color: #BAAB0B;
}
.TagClassName
{
border-color: #BAAB0B;
}
</style>