Shades of La Rioja #B7B110
Tints of La Rioja #B7B110
RGB
CMYK
RGB Variations
Color information
#B7B110 (or 0xB7B110) is known color: La Rioja. HEX triplet: B7, B1 and 10. RGB value is (183,177,16). Sum of RGB (Red+Green+Blue) = 183+177+16=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B110 is #484EEF. Grayscale: #A1A1A1. Windows color (decimal): -4738800 or 1094071. OLE color: 1094071.
HSL color Cylindrical-coordinate representation of color #B7B110: hue angle of 57.84º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7B110 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 16 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.28 |
| HSL | 57.84º | 0.84% | 0.39% | - |
| HSV(B) | 57.84º | 0.91% | 0.72% | - |
| XYZ | 35.34 | 41.55 | 6.65 | - |
| YUV | 160.44 | 46.49 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 16 | 0 | 0.03 | 0.91 | 0.28 | 57.84 | 0.84 | 0.39 |
| Hex | B7 | B1 | 10 | 0 | 3 | 5B | 1C | 3A | 54 | 27 |
| Octal | 267 | 261 | 20 | 0 | 3 | 133 | 34 | 72 | 124 | 47 |
| Binary | 10110111 | 10110001 | 10000 | 0 | 11 | 1011011 | 11100 | 111010 | 1010100 | 100111 |
Color Harmonies of #B7B110
Complementary color
Monochromatic Colors of #B7B110
Black with #B7B110
Text Example
Text Example
White with #B7B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B110; }
p { color: rgb(183,177,16); }
H1.HeaderClassName
{
color: #B7B110;
}
.AnyTagClassName
{
color: #B7B110;
}
</style>
background-color css
<style>
a { background-color: #B7B110; }
a { background-color: rgb(183,177,16); }
div.DivClassName
{
background-color: #B7B110;
}
.BgClassName
{
background-color: #B7B110;
}
</style>
border-color css
<style>
span { border-color: #B7B110; }
span { border-color: rgb(183,177,16); }
td.TdClassName
{
border-color: #B7B110;
}
.TagClassName
{
border-color: #B7B110;
}
</style>