Shades of La Rioja #BAB807
Tints of La Rioja #BAB807
RGB
CMYK
RGB Variations
Color information
#BAB807 (or 0xBAB807) is known color: La Rioja. HEX triplet: BA, B8 and 07. RGB value is (186,184,7). Sum of RGB (Red+Green+Blue) = 186+184+7=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB807 is #4547F8. Grayscale: #A5A5A5. Windows color (decimal): -4540409 or 506042. OLE color: 506042.
HSL color Cylindrical-coordinate representation of color #BAB807: hue angle of 59.33º 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 #BAB807 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.27 |
| HSL | 59.33º | 0.93% | 0.38% | - |
| HSV(B) | 59.33º | 0.96% | 0.73% | - |
| XYZ | 37.43 | 44.74 | 6.86 | - |
| YUV | 164.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 7 | 0 | 0.01 | 0.96 | 0.27 | 59.33 | 0.93 | 0.38 |
| Hex | BA | B8 | 7 | 0 | 1 | 60 | 1B | 3B | 5D | 26 |
| Octal | 272 | 270 | 7 | 0 | 1 | 140 | 33 | 73 | 135 | 46 |
| Binary | 10111010 | 10111000 | 111 | 0 | 1 | 1100000 | 11011 | 111011 | 1011101 | 100110 |
Color Harmonies of #BAB807
Complementary color
Monochromatic Colors of #BAB807
Black with #BAB807
Text Example
Text Example
White with #BAB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB807; }
p { color: rgb(186,184,7); }
H1.HeaderClassName
{
color: #BAB807;
}
.AnyTagClassName
{
color: #BAB807;
}
</style>
background-color css
<style>
a { background-color: #BAB807; }
a { background-color: rgb(186,184,7); }
div.DivClassName
{
background-color: #BAB807;
}
.BgClassName
{
background-color: #BAB807;
}
</style>
border-color css
<style>
span { border-color: #BAB807; }
span { border-color: rgb(186,184,7); }
td.TdClassName
{
border-color: #BAB807;
}
.TagClassName
{
border-color: #BAB807;
}
</style>