Shades of La Rioja #BAB006
Tints of La Rioja #BAB006
RGB
CMYK
RGB Variations
Color information
#BAB006 (or 0xBAB006) is known color: La Rioja. HEX triplet: BA, B0 and 06. RGB value is (186,176,6). Sum of RGB (Red+Green+Blue) = 186+176+6=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB006 is #454FF9. Grayscale: #A0A0A0. Windows color (decimal): -4542458 or 438458. OLE color: 438458.
HSL color Cylindrical-coordinate representation of color #BAB006: hue angle of 56.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 #BAB006 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.27 |
| HSL | 56.67º | 0.94% | 0.38% | - |
| HSV(B) | 56.67º | 0.97% | 0.73% | - |
| XYZ | 35.81 | 41.5 | 6.3 | - |
| YUV | 159.61 | 41.31 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 6 | 0 | 0.05 | 0.97 | 0.27 | 56.67 | 0.94 | 0.38 |
| Hex | BA | B0 | 6 | 0 | 5 | 61 | 1B | 39 | 5E | 26 |
| Octal | 272 | 260 | 6 | 0 | 5 | 141 | 33 | 71 | 136 | 46 |
| Binary | 10111010 | 10110000 | 110 | 0 | 101 | 1100001 | 11011 | 111001 | 1011110 | 100110 |
Color Harmonies of #BAB006
Complementary color
Monochromatic Colors of #BAB006
Black with #BAB006
Text Example
Text Example
White with #BAB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB006; }
p { color: rgb(186,176,6); }
H1.HeaderClassName
{
color: #BAB006;
}
.AnyTagClassName
{
color: #BAB006;
}
</style>
background-color css
<style>
a { background-color: #BAB006; }
a { background-color: rgb(186,176,6); }
div.DivClassName
{
background-color: #BAB006;
}
.BgClassName
{
background-color: #BAB006;
}
</style>
border-color css
<style>
span { border-color: #BAB006; }
span { border-color: rgb(186,176,6); }
td.TdClassName
{
border-color: #BAB006;
}
.TagClassName
{
border-color: #BAB006;
}
</style>