Shades of La Rioja #BAAA07
Tints of La Rioja #BAAA07
RGB
CMYK
RGB Variations
Color information
#BAAA07 (or 0xBAAA07) is known color: La Rioja. HEX triplet: BA, AA and 07. RGB value is (186,170,7). Sum of RGB (Red+Green+Blue) = 186+170+7=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA07 is #4555F8. Grayscale: #9C9C9C. Windows color (decimal): -4543993 or 502458. OLE color: 502458.
HSL color Cylindrical-coordinate representation of color #BAAA07: hue angle of 54.64º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAAA07 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.27 |
| HSL | 54.64º | 0.93% | 0.38% | - |
| HSV(B) | 54.64º | 0.96% | 0.73% | - |
| XYZ | 34.66 | 39.2 | 5.94 | - |
| YUV | 156.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 7 | 0 | 0.09 | 0.96 | 0.27 | 54.64 | 0.93 | 0.38 |
| Hex | BA | AA | 7 | 0 | 9 | 60 | 1B | 37 | 5D | 26 |
| Octal | 272 | 252 | 7 | 0 | 11 | 140 | 33 | 67 | 135 | 46 |
| Binary | 10111010 | 10101010 | 111 | 0 | 1001 | 1100000 | 11011 | 110111 | 1011101 | 100110 |
Color Harmonies of #BAAA07
Complementary color
Monochromatic Colors of #BAAA07
Black with #BAAA07
Text Example
Text Example
White with #BAAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA07; }
p { color: rgb(186,170,7); }
H1.HeaderClassName
{
color: #BAAA07;
}
.AnyTagClassName
{
color: #BAAA07;
}
</style>
background-color css
<style>
a { background-color: #BAAA07; }
a { background-color: rgb(186,170,7); }
div.DivClassName
{
background-color: #BAAA07;
}
.BgClassName
{
background-color: #BAAA07;
}
</style>
border-color css
<style>
span { border-color: #BAAA07; }
span { border-color: rgb(186,170,7); }
td.TdClassName
{
border-color: #BAAA07;
}
.TagClassName
{
border-color: #BAAA07;
}
</style>