Shades of La Rioja #BAB00C
Tints of La Rioja #BAB00C
RGB
CMYK
RGB Variations
Color information
#BAB00C (or 0xBAB00C) is known color: La Rioja. HEX triplet: BA, B0 and 0C. RGB value is (186,176,12). Sum of RGB (Red+Green+Blue) = 186+176+12=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB00C is #454FF3. Grayscale: #A0A0A0. Windows color (decimal): -4542452 or 831674. OLE color: 831674.
HSL color Cylindrical-coordinate representation of color #BAB00C: hue angle of 56.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAB00C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.27 |
| HSL | 56.55º | 0.88% | 0.39% | - |
| HSV(B) | 56.55º | 0.94% | 0.73% | - |
| XYZ | 35.84 | 41.52 | 6.47 | - |
| YUV | 160.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 12 | 0 | 0.05 | 0.94 | 0.27 | 56.55 | 0.88 | 0.39 |
| Hex | BA | B0 | C | 0 | 5 | 5E | 1B | 39 | 58 | 27 |
| Octal | 272 | 260 | 14 | 0 | 5 | 136 | 33 | 71 | 130 | 47 |
| Binary | 10111010 | 10110000 | 1100 | 0 | 101 | 1011110 | 11011 | 111001 | 1011000 | 100111 |
Color Harmonies of #BAB00C
Complementary color
Monochromatic Colors of #BAB00C
Black with #BAB00C
Text Example
Text Example
White with #BAB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB00C; }
p { color: rgb(186,176,12); }
H1.HeaderClassName
{
color: #BAB00C;
}
.AnyTagClassName
{
color: #BAB00C;
}
</style>
background-color css
<style>
a { background-color: #BAB00C; }
a { background-color: rgb(186,176,12); }
div.DivClassName
{
background-color: #BAB00C;
}
.BgClassName
{
background-color: #BAB00C;
}
</style>
border-color css
<style>
span { border-color: #BAB00C; }
span { border-color: rgb(186,176,12); }
td.TdClassName
{
border-color: #BAB00C;
}
.TagClassName
{
border-color: #BAB00C;
}
</style>