Shades of La Rioja #B5B10E
Tints of La Rioja #B5B10E
RGB
CMYK
RGB Variations
Color information
#B5B10E (or 0xB5B10E) is known color: La Rioja. HEX triplet: B5, B1 and 0E. RGB value is (181,177,14). Sum of RGB (Red+Green+Blue) = 181+177+14=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B10E is #4A4EF1. Grayscale: #A0A0A0. Windows color (decimal): -4869874 or 962997. OLE color: 962997.
HSL color Cylindrical-coordinate representation of color #B5B10E: hue angle of 58.56º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5B10E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 14 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.29 |
| HSL | 58.56º | 0.86% | 0.38% | - |
| HSV(B) | 58.56º | 0.92% | 0.71% | - |
| XYZ | 34.86 | 41.3 | 6.55 | - |
| YUV | 159.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 14 | 0 | 0.02 | 0.92 | 0.29 | 58.56 | 0.86 | 0.38 |
| Hex | B5 | B1 | E | 0 | 2 | 5C | 1D | 3B | 56 | 26 |
| Octal | 265 | 261 | 16 | 0 | 2 | 134 | 35 | 73 | 126 | 46 |
| Binary | 10110101 | 10110001 | 1110 | 0 | 10 | 1011100 | 11101 | 111011 | 1010110 | 100110 |
Color Harmonies of #B5B10E
Complementary color
Monochromatic Colors of #B5B10E
Black with #B5B10E
Text Example
Text Example
White with #B5B10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B10E; }
p { color: rgb(181,177,14); }
H1.HeaderClassName
{
color: #B5B10E;
}
.AnyTagClassName
{
color: #B5B10E;
}
</style>
background-color css
<style>
a { background-color: #B5B10E; }
a { background-color: rgb(181,177,14); }
div.DivClassName
{
background-color: #B5B10E;
}
.BgClassName
{
background-color: #B5B10E;
}
</style>
border-color css
<style>
span { border-color: #B5B10E; }
span { border-color: rgb(181,177,14); }
td.TdClassName
{
border-color: #B5B10E;
}
.TagClassName
{
border-color: #B5B10E;
}
</style>