Shades of La Rioja #BAB306
Tints of La Rioja #BAB306
RGB
CMYK
RGB Variations
Color information
#BAB306 (or 0xBAB306) is known color: La Rioja. HEX triplet: BA, B3 and 06. RGB value is (186,179,6). Sum of RGB (Red+Green+Blue) = 186+179+6=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB306 is #454CF9. Grayscale: #A2A2A2. Windows color (decimal): -4541690 or 439226. OLE color: 439226.
HSL color Cylindrical-coordinate representation of color #BAB306: hue angle of 57.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAB306 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.27 |
| HSL | 57.67º | 0.94% | 0.38% | - |
| HSV(B) | 57.67º | 0.97% | 0.73% | - |
| XYZ | 36.4 | 42.69 | 6.49 | - |
| YUV | 161.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 6 | 0 | 0.04 | 0.97 | 0.27 | 57.67 | 0.94 | 0.38 |
| Hex | BA | B3 | 6 | 0 | 4 | 61 | 1B | 3A | 5E | 26 |
| Octal | 272 | 263 | 6 | 0 | 4 | 141 | 33 | 72 | 136 | 46 |
| Binary | 10111010 | 10110011 | 110 | 0 | 100 | 1100001 | 11011 | 111010 | 1011110 | 100110 |
Color Harmonies of #BAB306
Complementary color
Monochromatic Colors of #BAB306
Black with #BAB306
Text Example
Text Example
White with #BAB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB306; }
p { color: rgb(186,179,6); }
H1.HeaderClassName
{
color: #BAB306;
}
.AnyTagClassName
{
color: #BAB306;
}
</style>
background-color css
<style>
a { background-color: #BAB306; }
a { background-color: rgb(186,179,6); }
div.DivClassName
{
background-color: #BAB306;
}
.BgClassName
{
background-color: #BAB306;
}
</style>
border-color css
<style>
span { border-color: #BAB306; }
span { border-color: rgb(186,179,6); }
td.TdClassName
{
border-color: #BAB306;
}
.TagClassName
{
border-color: #BAB306;
}
</style>