Shades of La Rioja #B5AD0A
Tints of La Rioja #B5AD0A
RGB
CMYK
RGB Variations
Color information
#B5AD0A (or 0xB5AD0A) is known color: La Rioja. HEX triplet: B5, AD and 0A. RGB value is (181,173,10). Sum of RGB (Red+Green+Blue) = 181+173+10=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AD0A is #4A52F5. Grayscale: #9D9D9D. Windows color (decimal): -4870902 or 699829. OLE color: 699829.
HSL color Cylindrical-coordinate representation of color #B5AD0A: hue angle of 57.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5AD0A is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 10 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.29 |
| HSL | 57.19º | 0.9% | 0.37% | - |
| HSV(B) | 57.19º | 0.94% | 0.71% | - |
| XYZ | 34.05 | 39.73 | 6.16 | - |
| YUV | 156.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 10 | 0 | 0.04 | 0.94 | 0.29 | 57.19 | 0.9 | 0.37 |
| Hex | B5 | AD | A | 0 | 4 | 5E | 1D | 39 | 5A | 25 |
| Octal | 265 | 255 | 12 | 0 | 4 | 136 | 35 | 71 | 132 | 45 |
| Binary | 10110101 | 10101101 | 1010 | 0 | 100 | 1011110 | 11101 | 111001 | 1011010 | 100101 |
Color Harmonies of #B5AD0A
Complementary color
Monochromatic Colors of #B5AD0A
Black with #B5AD0A
Text Example
Text Example
White with #B5AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD0A; }
p { color: rgb(181,173,10); }
H1.HeaderClassName
{
color: #B5AD0A;
}
.AnyTagClassName
{
color: #B5AD0A;
}
</style>
background-color css
<style>
a { background-color: #B5AD0A; }
a { background-color: rgb(181,173,10); }
div.DivClassName
{
background-color: #B5AD0A;
}
.BgClassName
{
background-color: #B5AD0A;
}
</style>
border-color css
<style>
span { border-color: #B5AD0A; }
span { border-color: rgb(181,173,10); }
td.TdClassName
{
border-color: #B5AD0A;
}
.TagClassName
{
border-color: #B5AD0A;
}
</style>