Shades of La Rioja #B5BE0F
Tints of La Rioja #B5BE0F
RGB
CMYK
RGB Variations
Color information
#B5BE0F (or 0xB5BE0F) is known color: La Rioja. HEX triplet: B5, BE and 0F. RGB value is (181,190,15). Sum of RGB (Red+Green+Blue) = 181+190+15=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BE0F is #4A41F0. Grayscale: #A8A8A8. Windows color (decimal): -4866545 or 1031861. OLE color: 1031861.
HSL color Cylindrical-coordinate representation of color #B5BE0F: hue angle of 63.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5BE0F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 15 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.25 |
| HSL | 63.09º | 0.85% | 0.4% | - |
| HSV(B) | 63.09º | 0.92% | 0.75% | - |
| XYZ | 37.56 | 46.69 | 7.48 | - |
| YUV | 167.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 15 | 0.05 | 0 | 0.92 | 0.25 | 63.09 | 0.85 | 0.4 |
| Hex | B5 | BE | F | 5 | 0 | 5C | 19 | 3F | 55 | 28 |
| Octal | 265 | 276 | 17 | 5 | 0 | 134 | 31 | 77 | 125 | 50 |
| Binary | 10110101 | 10111110 | 1111 | 101 | 0 | 1011100 | 11001 | 111111 | 1010101 | 101000 |
Color Harmonies of #B5BE0F
Complementary color
Monochromatic Colors of #B5BE0F
Black with #B5BE0F
Text Example
Text Example
White with #B5BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE0F; }
p { color: rgb(181,190,15); }
H1.HeaderClassName
{
color: #B5BE0F;
}
.AnyTagClassName
{
color: #B5BE0F;
}
</style>
background-color css
<style>
a { background-color: #B5BE0F; }
a { background-color: rgb(181,190,15); }
div.DivClassName
{
background-color: #B5BE0F;
}
.BgClassName
{
background-color: #B5BE0F;
}
</style>
border-color css
<style>
span { border-color: #B5BE0F; }
span { border-color: rgb(181,190,15); }
td.TdClassName
{
border-color: #B5BE0F;
}
.TagClassName
{
border-color: #B5BE0F;
}
</style>