Shades of La Rioja #BAB712
Tints of La Rioja #BAB712
RGB
CMYK
RGB Variations
Color information
#BAB712 (or 0xBAB712) is known color: La Rioja. HEX triplet: BA, B7 and 12. RGB value is (186,183,18). Sum of RGB (Red+Green+Blue) = 186+183+18=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB712 is #4548ED. Grayscale: #A5A5A5. Windows color (decimal): -4540654 or 1226682. OLE color: 1226682.
HSL color Cylindrical-coordinate representation of color #BAB712: hue angle of 58.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAB712 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.27 |
| HSL | 58.93º | 0.82% | 0.4% | - |
| HSV(B) | 58.93º | 0.9% | 0.73% | - |
| XYZ | 37.29 | 44.35 | 7.17 | - |
| YUV | 165.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 18 | 0 | 0.02 | 0.90 | 0.27 | 58.93 | 0.82 | 0.4 |
| Hex | BA | B7 | 12 | 0 | 2 | 5A | 1B | 3B | 52 | 28 |
| Octal | 272 | 267 | 22 | 0 | 2 | 132 | 33 | 73 | 122 | 50 |
| Binary | 10111010 | 10110111 | 10010 | 0 | 10 | 1011010 | 11011 | 111011 | 1010010 | 101000 |
Color Harmonies of #BAB712
Complementary color
Monochromatic Colors of #BAB712
Black with #BAB712
Text Example
Text Example
White with #BAB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB712; }
p { color: rgb(186,183,18); }
H1.HeaderClassName
{
color: #BAB712;
}
.AnyTagClassName
{
color: #BAB712;
}
</style>
background-color css
<style>
a { background-color: #BAB712; }
a { background-color: rgb(186,183,18); }
div.DivClassName
{
background-color: #BAB712;
}
.BgClassName
{
background-color: #BAB712;
}
</style>
border-color css
<style>
span { border-color: #BAB712; }
span { border-color: rgb(186,183,18); }
td.TdClassName
{
border-color: #BAB712;
}
.TagClassName
{
border-color: #BAB712;
}
</style>