Shades of La Rioja #BAB50F
Tints of La Rioja #BAB50F
RGB
CMYK
RGB Variations
Color information
#BAB50F (or 0xBAB50F) is known color: La Rioja. HEX triplet: BA, B5 and 0F. RGB value is (186,181,15). Sum of RGB (Red+Green+Blue) = 186+181+15=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB50F is #454AF0. Grayscale: #A4A4A4. Windows color (decimal): -4541169 or 1029562. OLE color: 1029562.
HSL color Cylindrical-coordinate representation of color #BAB50F: hue angle of 58.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAB50F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 15 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.27 |
| HSL | 58.25º | 0.85% | 0.39% | - |
| HSV(B) | 58.25º | 0.92% | 0.73% | - |
| XYZ | 36.86 | 43.52 | 6.91 | - |
| YUV | 163.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 15 | 0 | 0.03 | 0.92 | 0.27 | 58.25 | 0.85 | 0.39 |
| Hex | BA | B5 | F | 0 | 3 | 5C | 1B | 3A | 55 | 27 |
| Octal | 272 | 265 | 17 | 0 | 3 | 134 | 33 | 72 | 125 | 47 |
| Binary | 10111010 | 10110101 | 1111 | 0 | 11 | 1011100 | 11011 | 111010 | 1010101 | 100111 |
Color Harmonies of #BAB50F
Complementary color
Monochromatic Colors of #BAB50F
Black with #BAB50F
Text Example
Text Example
White with #BAB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB50F; }
p { color: rgb(186,181,15); }
H1.HeaderClassName
{
color: #BAB50F;
}
.AnyTagClassName
{
color: #BAB50F;
}
</style>
background-color css
<style>
a { background-color: #BAB50F; }
a { background-color: rgb(186,181,15); }
div.DivClassName
{
background-color: #BAB50F;
}
.BgClassName
{
background-color: #BAB50F;
}
</style>
border-color css
<style>
span { border-color: #BAB50F; }
span { border-color: rgb(186,181,15); }
td.TdClassName
{
border-color: #BAB50F;
}
.TagClassName
{
border-color: #BAB50F;
}
</style>