Shades of La Rioja #B5B516
Tints of La Rioja #B5B516
RGB
CMYK
RGB Variations
Color information
#B5B516 (or 0xB5B516) is known color: La Rioja. HEX triplet: B5, B5 and 16. RGB value is (181,181,22). Sum of RGB (Red+Green+Blue) = 181+181+22=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B516 is #4A4AE9. Grayscale: #A3A3A3. Windows color (decimal): -4868842 or 1488309. OLE color: 1488309.
HSL color Cylindrical-coordinate representation of color #B5B516: hue angle of 60º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5B516 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 22 | - |
| CMYK | 0 | 0 | 0.88 | 0.29 |
| HSL | 60º | 0.78% | 0.4% | - |
| HSV(B) | 60º | 0.88% | 0.71% | - |
| XYZ | 35.72 | 42.93 | 7.16 | - |
| YUV | 162.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 22 | 0 | 0 | 0.88 | 0.29 | 60 | 0.78 | 0.4 |
| Hex | B5 | B5 | 16 | 0 | 0 | 58 | 1D | 3C | 4E | 28 |
| Octal | 265 | 265 | 26 | 0 | 0 | 130 | 35 | 74 | 116 | 50 |
| Binary | 10110101 | 10110101 | 10110 | 0 | 0 | 1011000 | 11101 | 111100 | 1001110 | 101000 |
Color Harmonies of #B5B516
Complementary color
Monochromatic Colors of #B5B516
Black with #B5B516
Text Example
Text Example
White with #B5B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B516; }
p { color: rgb(181,181,22); }
H1.HeaderClassName
{
color: #B5B516;
}
.AnyTagClassName
{
color: #B5B516;
}
</style>
background-color css
<style>
a { background-color: #B5B516; }
a { background-color: rgb(181,181,22); }
div.DivClassName
{
background-color: #B5B516;
}
.BgClassName
{
background-color: #B5B516;
}
</style>
border-color css
<style>
span { border-color: #B5B516; }
span { border-color: rgb(181,181,22); }
td.TdClassName
{
border-color: #B5B516;
}
.TagClassName
{
border-color: #B5B516;
}
</style>