Shades of La Rioja #BAB504
Tints of La Rioja #BAB504
RGB
CMYK
RGB Variations
Color information
#BAB504 (or 0xBAB504) is known color: La Rioja. HEX triplet: BA, B5 and 04. RGB value is (186,181,4). Sum of RGB (Red+Green+Blue) = 186+181+4=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB504 is #454AFB. Grayscale: #A3A3A3. Windows color (decimal): -4541180 or 308666. OLE color: 308666.
HSL color Cylindrical-coordinate representation of color #BAB504: hue angle of 58.35º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAB504 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.27 |
| HSL | 58.35º | 0.96% | 0.37% | - |
| HSV(B) | 58.35º | 0.98% | 0.73% | - |
| XYZ | 36.8 | 43.5 | 6.57 | - |
| YUV | 162.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 4 | 0 | 0.03 | 0.98 | 0.27 | 58.35 | 0.96 | 0.37 |
| Hex | BA | B5 | 4 | 0 | 3 | 62 | 1B | 3A | 60 | 25 |
| Octal | 272 | 265 | 4 | 0 | 3 | 142 | 33 | 72 | 140 | 45 |
| Binary | 10111010 | 10110101 | 100 | 0 | 11 | 1100010 | 11011 | 111010 | 1100000 | 100101 |
Color Harmonies of #BAB504
Complementary color
Monochromatic Colors of #BAB504
Black with #BAB504
Text Example
Text Example
White with #BAB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB504; }
p { color: rgb(186,181,4); }
H1.HeaderClassName
{
color: #BAB504;
}
.AnyTagClassName
{
color: #BAB504;
}
</style>
background-color css
<style>
a { background-color: #BAB504; }
a { background-color: rgb(186,181,4); }
div.DivClassName
{
background-color: #BAB504;
}
.BgClassName
{
background-color: #BAB504;
}
</style>
border-color css
<style>
span { border-color: #BAB504; }
span { border-color: rgb(186,181,4); }
td.TdClassName
{
border-color: #BAB504;
}
.TagClassName
{
border-color: #BAB504;
}
</style>