Shades of La Rioja #B7BE16
Tints of La Rioja #B7BE16
RGB
CMYK
RGB Variations
Color information
#B7BE16 (or 0xB7BE16) is known color: La Rioja. HEX triplet: B7, BE and 16. RGB value is (183,190,22). Sum of RGB (Red+Green+Blue) = 183+190+22=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BE16 is #4841E9. Grayscale: #A9A9A9. Windows color (decimal): -4735466 or 1490615. OLE color: 1490615.
HSL color Cylindrical-coordinate representation of color #B7BE16: hue angle of 62.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7BE16 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 190 | 22 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.25 |
| HSL | 62.5º | 0.79% | 0.42% | - |
| HSV(B) | 62.5º | 0.88% | 0.75% | - |
| XYZ | 38.09 | 46.95 | 7.81 | - |
| YUV | 168.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 22 | 0.04 | 0 | 0.88 | 0.25 | 62.5 | 0.79 | 0.42 |
| Hex | B7 | BE | 16 | 4 | 0 | 58 | 19 | 3F | 4F | 2A |
| Octal | 267 | 276 | 26 | 4 | 0 | 130 | 31 | 77 | 117 | 52 |
| Binary | 10110111 | 10111110 | 10110 | 100 | 0 | 1011000 | 11001 | 111111 | 1001111 | 101010 |
Color Harmonies of #B7BE16
Complementary color
Monochromatic Colors of #B7BE16
Black with #B7BE16
Text Example
Text Example
White with #B7BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BE16; }
p { color: rgb(183,190,22); }
H1.HeaderClassName
{
color: #B7BE16;
}
.AnyTagClassName
{
color: #B7BE16;
}
</style>
background-color css
<style>
a { background-color: #B7BE16; }
a { background-color: rgb(183,190,22); }
div.DivClassName
{
background-color: #B7BE16;
}
.BgClassName
{
background-color: #B7BE16;
}
</style>
border-color css
<style>
span { border-color: #B7BE16; }
span { border-color: rgb(183,190,22); }
td.TdClassName
{
border-color: #B7BE16;
}
.TagClassName
{
border-color: #B7BE16;
}
</style>