Shades of La Rioja #BAB809
Tints of La Rioja #BAB809
RGB
CMYK
RGB Variations
Color information
#BAB809 (or 0xBAB809) is known color: La Rioja. HEX triplet: BA, B8 and 09. RGB value is (186,184,9). Sum of RGB (Red+Green+Blue) = 186+184+9=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB809 is #4547F6. Grayscale: #A5A5A5. Windows color (decimal): -4540407 or 637114. OLE color: 637114.
HSL color Cylindrical-coordinate representation of color #BAB809: hue angle of 59.32º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAB809 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 9 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.27 |
| HSL | 59.32º | 0.91% | 0.38% | - |
| HSV(B) | 59.32º | 0.95% | 0.73% | - |
| XYZ | 37.44 | 44.74 | 6.92 | - |
| YUV | 164.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 9 | 0 | 0.01 | 0.95 | 0.27 | 59.32 | 0.91 | 0.38 |
| Hex | BA | B8 | 9 | 0 | 1 | 5F | 1B | 3B | 5B | 26 |
| Octal | 272 | 270 | 11 | 0 | 1 | 137 | 33 | 73 | 133 | 46 |
| Binary | 10111010 | 10111000 | 1001 | 0 | 1 | 1011111 | 11011 | 111011 | 1011011 | 100110 |
Color Harmonies of #BAB809
Complementary color
Monochromatic Colors of #BAB809
Black with #BAB809
Text Example
Text Example
White with #BAB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB809; }
p { color: rgb(186,184,9); }
H1.HeaderClassName
{
color: #BAB809;
}
.AnyTagClassName
{
color: #BAB809;
}
</style>
background-color css
<style>
a { background-color: #BAB809; }
a { background-color: rgb(186,184,9); }
div.DivClassName
{
background-color: #BAB809;
}
.BgClassName
{
background-color: #BAB809;
}
</style>
border-color css
<style>
span { border-color: #BAB809; }
span { border-color: rgb(186,184,9); }
td.TdClassName
{
border-color: #BAB809;
}
.TagClassName
{
border-color: #BAB809;
}
</style>