Shades of La Rioja #B5B115
Tints of La Rioja #B5B115
RGB
CMYK
RGB Variations
Color information
#B5B115 (or 0xB5B115) is known color: La Rioja. HEX triplet: B5, B1 and 15. RGB value is (181,177,21). Sum of RGB (Red+Green+Blue) = 181+177+21=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B115 is #4A4EEA. Grayscale: #A1A1A1. Windows color (decimal): -4869867 or 1421749. OLE color: 1421749.
HSL color Cylindrical-coordinate representation of color #B5B115: hue angle of 58.5º degrees, saturation: 0.79, 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 #B5B115 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 21 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.29 |
| HSL | 58.5º | 0.79% | 0.4% | - |
| HSV(B) | 58.5º | 0.88% | 0.71% | - |
| XYZ | 34.91 | 41.32 | 6.85 | - |
| YUV | 160.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 21 | 0 | 0.02 | 0.88 | 0.29 | 58.5 | 0.79 | 0.4 |
| Hex | B5 | B1 | 15 | 0 | 2 | 58 | 1D | 3A | 4F | 28 |
| Octal | 265 | 261 | 25 | 0 | 2 | 130 | 35 | 72 | 117 | 50 |
| Binary | 10110101 | 10110001 | 10101 | 0 | 10 | 1011000 | 11101 | 111010 | 1001111 | 101000 |
Color Harmonies of #B5B115
Complementary color
Monochromatic Colors of #B5B115
Black with #B5B115
Text Example
Text Example
White with #B5B115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B115; }
p { color: rgb(181,177,21); }
H1.HeaderClassName
{
color: #B5B115;
}
.AnyTagClassName
{
color: #B5B115;
}
</style>
background-color css
<style>
a { background-color: #B5B115; }
a { background-color: rgb(181,177,21); }
div.DivClassName
{
background-color: #B5B115;
}
.BgClassName
{
background-color: #B5B115;
}
</style>
border-color css
<style>
span { border-color: #B5B115; }
span { border-color: rgb(181,177,21); }
td.TdClassName
{
border-color: #B5B115;
}
.TagClassName
{
border-color: #B5B115;
}
</style>