Shades of La Rioja #B7BB16
Tints of La Rioja #B7BB16
RGB
CMYK
RGB Variations
Color information
#B7BB16 (or 0xB7BB16) is known color: La Rioja. HEX triplet: B7, BB and 16. RGB value is (183,187,22). Sum of RGB (Red+Green+Blue) = 183+187+22=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BB16 is #4844E9. Grayscale: #A7A7A7. Windows color (decimal): -4736234 or 1489847. OLE color: 1489847.
HSL color Cylindrical-coordinate representation of color #B7BB16: hue angle of 61.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7BB16 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 22 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.27 |
| HSL | 61.45º | 0.79% | 0.41% | - |
| HSV(B) | 61.45º | 0.88% | 0.73% | - |
| XYZ | 37.44 | 45.67 | 7.6 | - |
| YUV | 166.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 22 | 0.02 | 0 | 0.88 | 0.27 | 61.45 | 0.79 | 0.41 |
| Hex | B7 | BB | 16 | 2 | 0 | 58 | 1B | 3D | 4F | 29 |
| Octal | 267 | 273 | 26 | 2 | 0 | 130 | 33 | 75 | 117 | 51 |
| Binary | 10110111 | 10111011 | 10110 | 10 | 0 | 1011000 | 11011 | 111101 | 1001111 | 101001 |
Color Harmonies of #B7BB16
Complementary color
Monochromatic Colors of #B7BB16
Black with #B7BB16
Text Example
Text Example
White with #B7BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB16; }
p { color: rgb(183,187,22); }
H1.HeaderClassName
{
color: #B7BB16;
}
.AnyTagClassName
{
color: #B7BB16;
}
</style>
background-color css
<style>
a { background-color: #B7BB16; }
a { background-color: rgb(183,187,22); }
div.DivClassName
{
background-color: #B7BB16;
}
.BgClassName
{
background-color: #B7BB16;
}
</style>
border-color css
<style>
span { border-color: #B7BB16; }
span { border-color: rgb(183,187,22); }
td.TdClassName
{
border-color: #B7BB16;
}
.TagClassName
{
border-color: #B7BB16;
}
</style>