Shades of La Rioja #BAB706
Tints of La Rioja #BAB706
RGB
CMYK
RGB Variations
Color information
#BAB706 (or 0xBAB706) is known color: La Rioja. HEX triplet: BA, B7 and 06. RGB value is (186,183,6). Sum of RGB (Red+Green+Blue) = 186+183+6=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB706 is #4548F9. Grayscale: #A4A4A4. Windows color (decimal): -4540666 or 440250. OLE color: 440250.
HSL color Cylindrical-coordinate representation of color #BAB706: hue angle of 59º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAB706 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 6 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.27 |
| HSL | 59º | 0.94% | 0.38% | - |
| HSV(B) | 59º | 0.97% | 0.73% | - |
| XYZ | 37.22 | 44.32 | 6.77 | - |
| YUV | 163.72 | 38.99 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 6 | 0 | 0.02 | 0.97 | 0.27 | 59 | 0.94 | 0.38 |
| Hex | BA | B7 | 6 | 0 | 2 | 61 | 1B | 3B | 5E | 26 |
| Octal | 272 | 267 | 6 | 0 | 2 | 141 | 33 | 73 | 136 | 46 |
| Binary | 10111010 | 10110111 | 110 | 0 | 10 | 1100001 | 11011 | 111011 | 1011110 | 100110 |
Color Harmonies of #BAB706
Complementary color
Monochromatic Colors of #BAB706
Black with #BAB706
Text Example
Text Example
White with #BAB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB706; }
p { color: rgb(186,183,6); }
H1.HeaderClassName
{
color: #BAB706;
}
.AnyTagClassName
{
color: #BAB706;
}
</style>
background-color css
<style>
a { background-color: #BAB706; }
a { background-color: rgb(186,183,6); }
div.DivClassName
{
background-color: #BAB706;
}
.BgClassName
{
background-color: #BAB706;
}
</style>
border-color css
<style>
span { border-color: #BAB706; }
span { border-color: rgb(186,183,6); }
td.TdClassName
{
border-color: #BAB706;
}
.TagClassName
{
border-color: #BAB706;
}
</style>