Shades of La Rioja #BAB711
Tints of La Rioja #BAB711
RGB
CMYK
RGB Variations
Color information
#BAB711 (or 0xBAB711) is known color: La Rioja. HEX triplet: BA, B7 and 11. RGB value is (186,183,17). Sum of RGB (Red+Green+Blue) = 186+183+17=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB711 is #4548EE. Grayscale: #A5A5A5. Windows color (decimal): -4540655 or 1161146. OLE color: 1161146.
HSL color Cylindrical-coordinate representation of color #BAB711: hue angle of 58.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAB711 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 17 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.27 |
| HSL | 58.93º | 0.83% | 0.4% | - |
| HSV(B) | 58.93º | 0.91% | 0.73% | - |
| XYZ | 37.28 | 44.35 | 7.12 | - |
| YUV | 164.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 17 | 0 | 0.02 | 0.91 | 0.27 | 58.93 | 0.83 | 0.4 |
| Hex | BA | B7 | 11 | 0 | 2 | 5B | 1B | 3B | 53 | 28 |
| Octal | 272 | 267 | 21 | 0 | 2 | 133 | 33 | 73 | 123 | 50 |
| Binary | 10111010 | 10110111 | 10001 | 0 | 10 | 1011011 | 11011 | 111011 | 1010011 | 101000 |
Color Harmonies of #BAB711
Complementary color
Monochromatic Colors of #BAB711
Black with #BAB711
Text Example
Text Example
White with #BAB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB711; }
p { color: rgb(186,183,17); }
H1.HeaderClassName
{
color: #BAB711;
}
.AnyTagClassName
{
color: #BAB711;
}
</style>
background-color css
<style>
a { background-color: #BAB711; }
a { background-color: rgb(186,183,17); }
div.DivClassName
{
background-color: #BAB711;
}
.BgClassName
{
background-color: #BAB711;
}
</style>
border-color css
<style>
span { border-color: #BAB711; }
span { border-color: rgb(186,183,17); }
td.TdClassName
{
border-color: #BAB711;
}
.TagClassName
{
border-color: #BAB711;
}
</style>