Shades of La Rioja #BAB315
Tints of La Rioja #BAB315
RGB
CMYK
RGB Variations
Color information
#BAB315 (or 0xBAB315) is known color: La Rioja. HEX triplet: BA, B3 and 15. RGB value is (186,179,21). Sum of RGB (Red+Green+Blue) = 186+179+21=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB315 is #454CEA. Grayscale: #A3A3A3. Windows color (decimal): -4541675 or 1422266. OLE color: 1422266.
HSL color Cylindrical-coordinate representation of color #BAB315: hue angle of 57.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAB315 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 21 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.27 |
| HSL | 57.45º | 0.8% | 0.41% | - |
| HSV(B) | 57.45º | 0.89% | 0.73% | - |
| XYZ | 36.51 | 42.73 | 7.03 | - |
| YUV | 163.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 21 | 0 | 0.04 | 0.89 | 0.27 | 57.45 | 0.8 | 0.41 |
| Hex | BA | B3 | 15 | 0 | 4 | 59 | 1B | 39 | 50 | 29 |
| Octal | 272 | 263 | 25 | 0 | 4 | 131 | 33 | 71 | 120 | 51 |
| Binary | 10111010 | 10110011 | 10101 | 0 | 100 | 1011001 | 11011 | 111001 | 1010000 | 101001 |
Color Harmonies of #BAB315
Complementary color
Monochromatic Colors of #BAB315
Black with #BAB315
Text Example
Text Example
White with #BAB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB315; }
p { color: rgb(186,179,21); }
H1.HeaderClassName
{
color: #BAB315;
}
.AnyTagClassName
{
color: #BAB315;
}
</style>
background-color css
<style>
a { background-color: #BAB315; }
a { background-color: rgb(186,179,21); }
div.DivClassName
{
background-color: #BAB315;
}
.BgClassName
{
background-color: #BAB315;
}
</style>
border-color css
<style>
span { border-color: #BAB315; }
span { border-color: rgb(186,179,21); }
td.TdClassName
{
border-color: #BAB315;
}
.TagClassName
{
border-color: #BAB315;
}
</style>