Shades of La Rioja #BAB705
Tints of La Rioja #BAB705
RGB
CMYK
RGB Variations
Color information
#BAB705 (or 0xBAB705) is known color: La Rioja. HEX triplet: BA, B7 and 05. RGB value is (186,183,5). Sum of RGB (Red+Green+Blue) = 186+183+5=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB705 is #4548FA. Grayscale: #A4A4A4. Windows color (decimal): -4540667 or 374714. OLE color: 374714.
HSL color Cylindrical-coordinate representation of color #BAB705: hue angle of 59.01º 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 #BAB705 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.27 |
| HSL | 59.01º | 0.95% | 0.37% | - |
| HSV(B) | 59.01º | 0.97% | 0.73% | - |
| XYZ | 37.21 | 44.32 | 6.74 | - |
| YUV | 163.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 5 | 0 | 0.02 | 0.97 | 0.27 | 59.01 | 0.95 | 0.37 |
| Hex | BA | B7 | 5 | 0 | 2 | 61 | 1B | 3B | 5F | 25 |
| Octal | 272 | 267 | 5 | 0 | 2 | 141 | 33 | 73 | 137 | 45 |
| Binary | 10111010 | 10110111 | 101 | 0 | 10 | 1100001 | 11011 | 111011 | 1011111 | 100101 |
Color Harmonies of #BAB705
Complementary color
Monochromatic Colors of #BAB705
Black with #BAB705
Text Example
Text Example
White with #BAB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB705; }
p { color: rgb(186,183,5); }
H1.HeaderClassName
{
color: #BAB705;
}
.AnyTagClassName
{
color: #BAB705;
}
</style>
background-color css
<style>
a { background-color: #BAB705; }
a { background-color: rgb(186,183,5); }
div.DivClassName
{
background-color: #BAB705;
}
.BgClassName
{
background-color: #BAB705;
}
</style>
border-color css
<style>
span { border-color: #BAB705; }
span { border-color: rgb(186,183,5); }
td.TdClassName
{
border-color: #BAB705;
}
.TagClassName
{
border-color: #BAB705;
}
</style>