Shades of La Rioja #BAB313
Tints of La Rioja #BAB313
RGB
CMYK
RGB Variations
Color information
#BAB313 (or 0xBAB313) is known color: La Rioja. HEX triplet: BA, B3 and 13. RGB value is (186,179,19). Sum of RGB (Red+Green+Blue) = 186+179+19=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB313 is #454CEC. Grayscale: #A3A3A3. Windows color (decimal): -4541677 or 1291194. OLE color: 1291194.
HSL color Cylindrical-coordinate representation of color #BAB313: hue angle of 57.49º 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 #BAB313 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.27 |
| HSL | 57.49º | 0.81% | 0.4% | - |
| HSV(B) | 57.49º | 0.9% | 0.73% | - |
| XYZ | 36.49 | 42.73 | 6.94 | - |
| YUV | 162.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 19 | 0 | 0.04 | 0.90 | 0.27 | 57.49 | 0.81 | 0.4 |
| Hex | BA | B3 | 13 | 0 | 4 | 5A | 1B | 39 | 51 | 28 |
| Octal | 272 | 263 | 23 | 0 | 4 | 132 | 33 | 71 | 121 | 50 |
| Binary | 10111010 | 10110011 | 10011 | 0 | 100 | 1011010 | 11011 | 111001 | 1010001 | 101000 |
Color Harmonies of #BAB313
Complementary color
Monochromatic Colors of #BAB313
Black with #BAB313
Text Example
Text Example
White with #BAB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB313; }
p { color: rgb(186,179,19); }
H1.HeaderClassName
{
color: #BAB313;
}
.AnyTagClassName
{
color: #BAB313;
}
</style>
background-color css
<style>
a { background-color: #BAB313; }
a { background-color: rgb(186,179,19); }
div.DivClassName
{
background-color: #BAB313;
}
.BgClassName
{
background-color: #BAB313;
}
</style>
border-color css
<style>
span { border-color: #BAB313; }
span { border-color: rgb(186,179,19); }
td.TdClassName
{
border-color: #BAB313;
}
.TagClassName
{
border-color: #BAB313;
}
</style>