Shades of La Rioja #B5AD0B
Tints of La Rioja #B5AD0B
RGB
CMYK
RGB Variations
Color information
#B5AD0B (or 0xB5AD0B) is known color: La Rioja. HEX triplet: B5, AD and 0B. RGB value is (181,173,11). Sum of RGB (Red+Green+Blue) = 181+173+11=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AD0B is #4A52F4. Grayscale: #9D9D9D. Windows color (decimal): -4870901 or 765365. OLE color: 765365.
HSL color Cylindrical-coordinate representation of color #B5AD0B: hue angle of 57.18º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5AD0B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.29 |
| HSL | 57.18º | 0.89% | 0.38% | - |
| HSV(B) | 57.18º | 0.94% | 0.71% | - |
| XYZ | 34.06 | 39.74 | 6.19 | - |
| YUV | 156.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 11 | 0 | 0.04 | 0.94 | 0.29 | 57.18 | 0.89 | 0.38 |
| Hex | B5 | AD | B | 0 | 4 | 5E | 1D | 39 | 59 | 26 |
| Octal | 265 | 255 | 13 | 0 | 4 | 136 | 35 | 71 | 131 | 46 |
| Binary | 10110101 | 10101101 | 1011 | 0 | 100 | 1011110 | 11101 | 111001 | 1011001 | 100110 |
Color Harmonies of #B5AD0B
Complementary color
Monochromatic Colors of #B5AD0B
Black with #B5AD0B
Text Example
Text Example
White with #B5AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD0B; }
p { color: rgb(181,173,11); }
H1.HeaderClassName
{
color: #B5AD0B;
}
.AnyTagClassName
{
color: #B5AD0B;
}
</style>
background-color css
<style>
a { background-color: #B5AD0B; }
a { background-color: rgb(181,173,11); }
div.DivClassName
{
background-color: #B5AD0B;
}
.BgClassName
{
background-color: #B5AD0B;
}
</style>
border-color css
<style>
span { border-color: #B5AD0B; }
span { border-color: rgb(181,173,11); }
td.TdClassName
{
border-color: #B5AD0B;
}
.TagClassName
{
border-color: #B5AD0B;
}
</style>