Shades of La Rioja #BAB507
Tints of La Rioja #BAB507
RGB
CMYK
RGB Variations
Color information
#BAB507 (or 0xBAB507) is known color: La Rioja. HEX triplet: BA, B5 and 07. RGB value is (186,181,7). Sum of RGB (Red+Green+Blue) = 186+181+7=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB507 is #454AF8. Grayscale: #A3A3A3. Windows color (decimal): -4541177 or 505274. OLE color: 505274.
HSL color Cylindrical-coordinate representation of color #BAB507: hue angle of 58.32º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAB507 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 7 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.27 |
| HSL | 58.32º | 0.93% | 0.38% | - |
| HSV(B) | 58.32º | 0.96% | 0.73% | - |
| XYZ | 36.81 | 43.5 | 6.66 | - |
| YUV | 162.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 7 | 0 | 0.03 | 0.96 | 0.27 | 58.32 | 0.93 | 0.38 |
| Hex | BA | B5 | 7 | 0 | 3 | 60 | 1B | 3A | 5D | 26 |
| Octal | 272 | 265 | 7 | 0 | 3 | 140 | 33 | 72 | 135 | 46 |
| Binary | 10111010 | 10110101 | 111 | 0 | 11 | 1100000 | 11011 | 111010 | 1011101 | 100110 |
Color Harmonies of #BAB507
Complementary color
Monochromatic Colors of #BAB507
Black with #BAB507
Text Example
Text Example
White with #BAB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB507; }
p { color: rgb(186,181,7); }
H1.HeaderClassName
{
color: #BAB507;
}
.AnyTagClassName
{
color: #BAB507;
}
</style>
background-color css
<style>
a { background-color: #BAB507; }
a { background-color: rgb(186,181,7); }
div.DivClassName
{
background-color: #BAB507;
}
.BgClassName
{
background-color: #BAB507;
}
</style>
border-color css
<style>
span { border-color: #BAB507; }
span { border-color: rgb(186,181,7); }
td.TdClassName
{
border-color: #BAB507;
}
.TagClassName
{
border-color: #BAB507;
}
</style>