Shades of La Rioja #BAB513
Tints of La Rioja #BAB513
RGB
CMYK
RGB Variations
Color information
#BAB513 (or 0xBAB513) is known color: La Rioja. HEX triplet: BA, B5 and 13. RGB value is (186,181,19). Sum of RGB (Red+Green+Blue) = 186+181+19=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB513 is #454AEC. Grayscale: #A4A4A4. Windows color (decimal): -4541165 or 1291706. OLE color: 1291706.
HSL color Cylindrical-coordinate representation of color #BAB513: hue angle of 58.2º 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 #BAB513 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 19 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.27 |
| HSL | 58.2º | 0.81% | 0.4% | - |
| HSV(B) | 58.2º | 0.9% | 0.73% | - |
| XYZ | 36.89 | 43.53 | 7.07 | - |
| YUV | 164.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 19 | 0 | 0.03 | 0.90 | 0.27 | 58.2 | 0.81 | 0.4 |
| Hex | BA | B5 | 13 | 0 | 3 | 5A | 1B | 3A | 51 | 28 |
| Octal | 272 | 265 | 23 | 0 | 3 | 132 | 33 | 72 | 121 | 50 |
| Binary | 10111010 | 10110101 | 10011 | 0 | 11 | 1011010 | 11011 | 111010 | 1010001 | 101000 |
Color Harmonies of #BAB513
Complementary color
Monochromatic Colors of #BAB513
Black with #BAB513
Text Example
Text Example
White with #BAB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB513; }
p { color: rgb(186,181,19); }
H1.HeaderClassName
{
color: #BAB513;
}
.AnyTagClassName
{
color: #BAB513;
}
</style>
background-color css
<style>
a { background-color: #BAB513; }
a { background-color: rgb(186,181,19); }
div.DivClassName
{
background-color: #BAB513;
}
.BgClassName
{
background-color: #BAB513;
}
</style>
border-color css
<style>
span { border-color: #BAB513; }
span { border-color: rgb(186,181,19); }
td.TdClassName
{
border-color: #BAB513;
}
.TagClassName
{
border-color: #BAB513;
}
</style>