Shades of La Rioja #BAB817
Tints of La Rioja #BAB817
RGB
CMYK
RGB Variations
Color information
#BAB817 (or 0xBAB817) is known color: La Rioja. HEX triplet: BA, B8 and 17. RGB value is (186,184,23). Sum of RGB (Red+Green+Blue) = 186+184+23=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB817 is #4547E8. Grayscale: #A6A6A6. Windows color (decimal): -4540393 or 1554618. OLE color: 1554618.
HSL color Cylindrical-coordinate representation of color #BAB817: hue angle of 59.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAB817 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 23 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.27 |
| HSL | 59.26º | 0.78% | 0.41% | - |
| HSV(B) | 59.26º | 0.88% | 0.73% | - |
| XYZ | 37.54 | 44.78 | 7.48 | - |
| YUV | 166.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 23 | 0 | 0.01 | 0.88 | 0.27 | 59.26 | 0.78 | 0.41 |
| Hex | BA | B8 | 17 | 0 | 1 | 58 | 1B | 3B | 4E | 29 |
| Octal | 272 | 270 | 27 | 0 | 1 | 130 | 33 | 73 | 116 | 51 |
| Binary | 10111010 | 10111000 | 10111 | 0 | 1 | 1011000 | 11011 | 111011 | 1001110 | 101001 |
Color Harmonies of #BAB817
Complementary color
Monochromatic Colors of #BAB817
Black with #BAB817
Text Example
Text Example
White with #BAB817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB817; }
p { color: rgb(186,184,23); }
H1.HeaderClassName
{
color: #BAB817;
}
.AnyTagClassName
{
color: #BAB817;
}
</style>
background-color css
<style>
a { background-color: #BAB817; }
a { background-color: rgb(186,184,23); }
div.DivClassName
{
background-color: #BAB817;
}
.BgClassName
{
background-color: #BAB817;
}
</style>
border-color css
<style>
span { border-color: #BAB817; }
span { border-color: rgb(186,184,23); }
td.TdClassName
{
border-color: #BAB817;
}
.TagClassName
{
border-color: #BAB817;
}
</style>