Shades of La Rioja #BAB701
Tints of La Rioja #BAB701
RGB
CMYK
RGB Variations
Color information
#BAB701 (or 0xBAB701) is known color: La Rioja. HEX triplet: BA, B7 and 01. RGB value is (186,183,1). Sum of RGB (Red+Green+Blue) = 186+183+1=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB701 is #4548FE. Grayscale: #A3A3A3. Windows color (decimal): -4540671 or 112570. OLE color: 112570.
HSL color Cylindrical-coordinate representation of color #BAB701: hue angle of 59.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAB701 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.27 |
| HSL | 59.03º | 0.99% | 0.37% | - |
| HSV(B) | 59.03º | 0.99% | 0.73% | - |
| XYZ | 37.19 | 44.31 | 6.62 | - |
| YUV | 163.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 1 | 0 | 0.02 | 0.99 | 0.27 | 59.03 | 0.99 | 0.37 |
| Hex | BA | B7 | 1 | 0 | 2 | 63 | 1B | 3B | 63 | 25 |
| Octal | 272 | 267 | 1 | 0 | 2 | 143 | 33 | 73 | 143 | 45 |
| Binary | 10111010 | 10110111 | 1 | 0 | 10 | 1100011 | 11011 | 111011 | 1100011 | 100101 |
Color Harmonies of #BAB701
Complementary color
Monochromatic Colors of #BAB701
Black with #BAB701
Text Example
Text Example
White with #BAB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB701; }
p { color: rgb(186,183,1); }
H1.HeaderClassName
{
color: #BAB701;
}
.AnyTagClassName
{
color: #BAB701;
}
</style>
background-color css
<style>
a { background-color: #BAB701; }
a { background-color: rgb(186,183,1); }
div.DivClassName
{
background-color: #BAB701;
}
.BgClassName
{
background-color: #BAB701;
}
</style>
border-color css
<style>
span { border-color: #BAB701; }
span { border-color: rgb(186,183,1); }
td.TdClassName
{
border-color: #BAB701;
}
.TagClassName
{
border-color: #BAB701;
}
</style>