Shades of La Rioja #BAB207
Tints of La Rioja #BAB207
RGB
CMYK
RGB Variations
Color information
#BAB207 (or 0xBAB207) is known color: La Rioja. HEX triplet: BA, B2 and 07. RGB value is (186,178,7). Sum of RGB (Red+Green+Blue) = 186+178+7=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB207 is #454DF8. Grayscale: #A1A1A1. Windows color (decimal): -4541945 or 504506. OLE color: 504506.
HSL color Cylindrical-coordinate representation of color #BAB207: hue angle of 57.32º 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 #BAB207 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 7 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.27 |
| HSL | 57.32º | 0.93% | 0.38% | - |
| HSV(B) | 57.32º | 0.96% | 0.73% | - |
| XYZ | 36.21 | 42.3 | 6.46 | - |
| YUV | 160.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 7 | 0 | 0.04 | 0.96 | 0.27 | 57.32 | 0.93 | 0.38 |
| Hex | BA | B2 | 7 | 0 | 4 | 60 | 1B | 39 | 5D | 26 |
| Octal | 272 | 262 | 7 | 0 | 4 | 140 | 33 | 71 | 135 | 46 |
| Binary | 10111010 | 10110010 | 111 | 0 | 100 | 1100000 | 11011 | 111001 | 1011101 | 100110 |
Color Harmonies of #BAB207
Complementary color
Monochromatic Colors of #BAB207
Black with #BAB207
Text Example
Text Example
White with #BAB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB207; }
p { color: rgb(186,178,7); }
H1.HeaderClassName
{
color: #BAB207;
}
.AnyTagClassName
{
color: #BAB207;
}
</style>
background-color css
<style>
a { background-color: #BAB207; }
a { background-color: rgb(186,178,7); }
div.DivClassName
{
background-color: #BAB207;
}
.BgClassName
{
background-color: #BAB207;
}
</style>
border-color css
<style>
span { border-color: #BAB207; }
span { border-color: rgb(186,178,7); }
td.TdClassName
{
border-color: #BAB207;
}
.TagClassName
{
border-color: #BAB207;
}
</style>