Shades of La Rioja #BAB700
Tints of La Rioja #BAB700
RGB
CMYK
RGB Variations
Color information
#BAB700 (or 0xBAB700) is known color: La Rioja. HEX triplet: BA, B7 and 00. RGB value is (186,183,0). Sum of RGB (Red+Green+Blue) = 186+183+0=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB700 is #4548FF. Grayscale: #A3A3A3. Windows color (decimal): -4540672 or 47034. OLE color: 47034.
HSL color Cylindrical-coordinate representation of color #BAB700: hue angle of 59.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAB700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.27 |
| HSL | 59.03º | 1% | 0.36% | - |
| HSV(B) | 59.03º | 1% | 0.73% | - |
| XYZ | 37.18 | 44.31 | 6.59 | - |
| YUV | 163.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 0 | 0 | 0.02 | 1 | 0.27 | 59.03 | 1 | 0.36 |
| Hex | BA | B7 | 0 | 0 | 2 | 64 | 1B | 3B | 64 | 24 |
| Octal | 272 | 267 | 0 | 0 | 2 | 144 | 33 | 73 | 144 | 44 |
| Binary | 10111010 | 10110111 | 0 | 0 | 10 | 1100100 | 11011 | 111011 | 1100100 | 100100 |
Color Harmonies of #BAB700
Complementary color
Monochromatic Colors of #BAB700
Black with #BAB700
Text Example
Text Example
White with #BAB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB700; }
p { color: rgb(186,183,0); }
H1.HeaderClassName
{
color: #BAB700;
}
.AnyTagClassName
{
color: #BAB700;
}
</style>
background-color css
<style>
a { background-color: #BAB700; }
a { background-color: rgb(186,183,0); }
div.DivClassName
{
background-color: #BAB700;
}
.BgClassName
{
background-color: #BAB700;
}
</style>
border-color css
<style>
span { border-color: #BAB700; }
span { border-color: rgb(186,183,0); }
td.TdClassName
{
border-color: #BAB700;
}
.TagClassName
{
border-color: #BAB700;
}
</style>