Shades of La Rioja #BAB713
Tints of La Rioja #BAB713
RGB
CMYK
RGB Variations
Color information
#BAB713 (or 0xBAB713) is known color: La Rioja. HEX triplet: BA, B7 and 13. RGB value is (186,183,19). Sum of RGB (Red+Green+Blue) = 186+183+19=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB713 is #4548EC. Grayscale: #A5A5A5. Windows color (decimal): -4540653 or 1292218. OLE color: 1292218.
HSL color Cylindrical-coordinate representation of color #BAB713: 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.9%. Process color model (Four color, CMYK) of #BAB713 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 19 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.27 |
| HSL | 58.92º | 0.81% | 0.4% | - |
| HSV(B) | 58.92º | 0.9% | 0.73% | - |
| XYZ | 37.3 | 44.35 | 7.21 | - |
| YUV | 165.2 | 45.49 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 19 | 0 | 0.02 | 0.90 | 0.27 | 58.92 | 0.81 | 0.4 |
| Hex | BA | B7 | 13 | 0 | 2 | 5A | 1B | 3B | 51 | 28 |
| Octal | 272 | 267 | 23 | 0 | 2 | 132 | 33 | 73 | 121 | 50 |
| Binary | 10111010 | 10110111 | 10011 | 0 | 10 | 1011010 | 11011 | 111011 | 1010001 | 101000 |
Color Harmonies of #BAB713
Complementary color
Monochromatic Colors of #BAB713
Black with #BAB713
Text Example
Text Example
White with #BAB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB713; }
p { color: rgb(186,183,19); }
H1.HeaderClassName
{
color: #BAB713;
}
.AnyTagClassName
{
color: #BAB713;
}
</style>
background-color css
<style>
a { background-color: #BAB713; }
a { background-color: rgb(186,183,19); }
div.DivClassName
{
background-color: #BAB713;
}
.BgClassName
{
background-color: #BAB713;
}
</style>
border-color css
<style>
span { border-color: #BAB713; }
span { border-color: rgb(186,183,19); }
td.TdClassName
{
border-color: #BAB713;
}
.TagClassName
{
border-color: #BAB713;
}
</style>