Shades of La Rioja #BAB714
Tints of La Rioja #BAB714
RGB
CMYK
RGB Variations
Color information
#BAB714 (or 0xBAB714) is known color: La Rioja. HEX triplet: BA, B7 and 14. RGB value is (186,183,20). Sum of RGB (Red+Green+Blue) = 186+183+20=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB714 is #4548EB. Grayscale: #A5A5A5. Windows color (decimal): -4540652 or 1357754. OLE color: 1357754.
HSL color Cylindrical-coordinate representation of color #BAB714: hue angle of 58.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAB714 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 20 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.27 |
| HSL | 58.92º | 0.81% | 0.4% | - |
| HSV(B) | 58.92º | 0.89% | 0.73% | - |
| XYZ | 37.31 | 44.36 | 7.26 | - |
| YUV | 165.32 | 45.99 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 20 | 0 | 0.02 | 0.89 | 0.27 | 58.92 | 0.81 | 0.4 |
| Hex | BA | B7 | 14 | 0 | 2 | 59 | 1B | 3B | 51 | 28 |
| Octal | 272 | 267 | 24 | 0 | 2 | 131 | 33 | 73 | 121 | 50 |
| Binary | 10111010 | 10110111 | 10100 | 0 | 10 | 1011001 | 11011 | 111011 | 1010001 | 101000 |
Color Harmonies of #BAB714
Complementary color
Monochromatic Colors of #BAB714
Black with #BAB714
Text Example
Text Example
White with #BAB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB714; }
p { color: rgb(186,183,20); }
H1.HeaderClassName
{
color: #BAB714;
}
.AnyTagClassName
{
color: #BAB714;
}
</style>
background-color css
<style>
a { background-color: #BAB714; }
a { background-color: rgb(186,183,20); }
div.DivClassName
{
background-color: #BAB714;
}
.BgClassName
{
background-color: #BAB714;
}
</style>
border-color css
<style>
span { border-color: #BAB714; }
span { border-color: rgb(186,183,20); }
td.TdClassName
{
border-color: #BAB714;
}
.TagClassName
{
border-color: #BAB714;
}
</style>