Shades of La Rioja #BAB611
Tints of La Rioja #BAB611
RGB
CMYK
RGB Variations
Color information
#BAB611 (or 0xBAB611) is known color: La Rioja. HEX triplet: BA, B6 and 11. RGB value is (186,182,17). Sum of RGB (Red+Green+Blue) = 186+182+17=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB611 is #4549EE. Grayscale: #A5A5A5. Windows color (decimal): -4540911 or 1160890. OLE color: 1160890.
HSL color Cylindrical-coordinate representation of color #BAB611: hue angle of 58.58º 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 #BAB611 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 17 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.27 |
| HSL | 58.58º | 0.83% | 0.4% | - |
| HSV(B) | 58.58º | 0.91% | 0.73% | - |
| XYZ | 37.08 | 43.94 | 7.06 | - |
| YUV | 164.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 17 | 0 | 0.02 | 0.91 | 0.27 | 58.58 | 0.83 | 0.4 |
| Hex | BA | B6 | 11 | 0 | 2 | 5B | 1B | 3B | 53 | 28 |
| Octal | 272 | 266 | 21 | 0 | 2 | 133 | 33 | 73 | 123 | 50 |
| Binary | 10111010 | 10110110 | 10001 | 0 | 10 | 1011011 | 11011 | 111011 | 1010011 | 101000 |
Color Harmonies of #BAB611
Complementary color
Monochromatic Colors of #BAB611
Black with #BAB611
Text Example
Text Example
White with #BAB611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB611; }
p { color: rgb(186,182,17); }
H1.HeaderClassName
{
color: #BAB611;
}
.AnyTagClassName
{
color: #BAB611;
}
</style>
background-color css
<style>
a { background-color: #BAB611; }
a { background-color: rgb(186,182,17); }
div.DivClassName
{
background-color: #BAB611;
}
.BgClassName
{
background-color: #BAB611;
}
</style>
border-color css
<style>
span { border-color: #BAB611; }
span { border-color: rgb(186,182,17); }
td.TdClassName
{
border-color: #BAB611;
}
.TagClassName
{
border-color: #BAB611;
}
</style>