Shades of La Rioja #BAB305
Tints of La Rioja #BAB305
RGB
CMYK
RGB Variations
Color information
#BAB305 (or 0xBAB305) is known color: La Rioja. HEX triplet: BA, B3 and 05. RGB value is (186,179,5). Sum of RGB (Red+Green+Blue) = 186+179+5=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB305 is #454CFA. Grayscale: #A1A1A1. Windows color (decimal): -4541691 or 373690. OLE color: 373690.
HSL color Cylindrical-coordinate representation of color #BAB305: hue angle of 57.68º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAB305 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.27 |
| HSL | 57.68º | 0.95% | 0.37% | - |
| HSV(B) | 57.68º | 0.97% | 0.73% | - |
| XYZ | 36.4 | 42.69 | 6.47 | - |
| YUV | 161.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 5 | 0 | 0.04 | 0.97 | 0.27 | 57.68 | 0.95 | 0.37 |
| Hex | BA | B3 | 5 | 0 | 4 | 61 | 1B | 3A | 5F | 25 |
| Octal | 272 | 263 | 5 | 0 | 4 | 141 | 33 | 72 | 137 | 45 |
| Binary | 10111010 | 10110011 | 101 | 0 | 100 | 1100001 | 11011 | 111010 | 1011111 | 100101 |
Color Harmonies of #BAB305
Complementary color
Monochromatic Colors of #BAB305
Black with #BAB305
Text Example
Text Example
White with #BAB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB305; }
p { color: rgb(186,179,5); }
H1.HeaderClassName
{
color: #BAB305;
}
.AnyTagClassName
{
color: #BAB305;
}
</style>
background-color css
<style>
a { background-color: #BAB305; }
a { background-color: rgb(186,179,5); }
div.DivClassName
{
background-color: #BAB305;
}
.BgClassName
{
background-color: #BAB305;
}
</style>
border-color css
<style>
span { border-color: #BAB305; }
span { border-color: rgb(186,179,5); }
td.TdClassName
{
border-color: #BAB305;
}
.TagClassName
{
border-color: #BAB305;
}
</style>