Shades of La Rioja #BAB413
Tints of La Rioja #BAB413
RGB
CMYK
RGB Variations
Color information
#BAB413 (or 0xBAB413) is known color: La Rioja. HEX triplet: BA, B4 and 13. RGB value is (186,180,19). Sum of RGB (Red+Green+Blue) = 186+180+19=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB413 is #454BEC. Grayscale: #A4A4A4. Windows color (decimal): -4541421 or 1291450. OLE color: 1291450.
HSL color Cylindrical-coordinate representation of color #BAB413: hue angle of 57.84º 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 #BAB413 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 19 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.27 |
| HSL | 57.84º | 0.81% | 0.4% | - |
| HSV(B) | 57.84º | 0.9% | 0.73% | - |
| XYZ | 36.69 | 43.13 | 7.01 | - |
| YUV | 163.44 | 46.49 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 19 | 0 | 0.03 | 0.90 | 0.27 | 57.84 | 0.81 | 0.4 |
| Hex | BA | B4 | 13 | 0 | 3 | 5A | 1B | 3A | 51 | 28 |
| Octal | 272 | 264 | 23 | 0 | 3 | 132 | 33 | 72 | 121 | 50 |
| Binary | 10111010 | 10110100 | 10011 | 0 | 11 | 1011010 | 11011 | 111010 | 1010001 | 101000 |
Color Harmonies of #BAB413
Complementary color
Monochromatic Colors of #BAB413
Black with #BAB413
Text Example
Text Example
White with #BAB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB413; }
p { color: rgb(186,180,19); }
H1.HeaderClassName
{
color: #BAB413;
}
.AnyTagClassName
{
color: #BAB413;
}
</style>
background-color css
<style>
a { background-color: #BAB413; }
a { background-color: rgb(186,180,19); }
div.DivClassName
{
background-color: #BAB413;
}
.BgClassName
{
background-color: #BAB413;
}
</style>
border-color css
<style>
span { border-color: #BAB413; }
span { border-color: rgb(186,180,19); }
td.TdClassName
{
border-color: #BAB413;
}
.TagClassName
{
border-color: #BAB413;
}
</style>