Shades of La Rioja #B0B116
Tints of La Rioja #B0B116
RGB
CMYK
RGB Variations
Color information
#B0B116 (or 0xB0B116) is known color: La Rioja. HEX triplet: B0, B1 and 16. RGB value is (176,177,22). Sum of RGB (Red+Green+Blue) = 176+177+22=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B116 is #4F4EE9. Grayscale: #9F9F9F. Windows color (decimal): -5197546 or 1487280. OLE color: 1487280.
HSL color Cylindrical-coordinate representation of color #B0B116: hue angle of 60.39º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0B116 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 22 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.31 |
| HSL | 60.39º | 0.78% | 0.39% | - |
| HSV(B) | 60.39º | 0.88% | 0.69% | - |
| XYZ | 33.77 | 40.73 | 6.84 | - |
| YUV | 159.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 22 | 0.01 | 0 | 0.88 | 0.31 | 60.39 | 0.78 | 0.39 |
| Hex | B0 | B1 | 16 | 1 | 0 | 58 | 1F | 3C | 4E | 27 |
| Octal | 260 | 261 | 26 | 1 | 0 | 130 | 37 | 74 | 116 | 47 |
| Binary | 10110000 | 10110001 | 10110 | 1 | 0 | 1011000 | 11111 | 111100 | 1001110 | 100111 |
Color Harmonies of #B0B116
Complementary color
Monochromatic Colors of #B0B116
Black with #B0B116
Text Example
Text Example
White with #B0B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B116; }
p { color: rgb(176,177,22); }
H1.HeaderClassName
{
color: #B0B116;
}
.AnyTagClassName
{
color: #B0B116;
}
</style>
background-color css
<style>
a { background-color: #B0B116; }
a { background-color: rgb(176,177,22); }
div.DivClassName
{
background-color: #B0B116;
}
.BgClassName
{
background-color: #B0B116;
}
</style>
border-color css
<style>
span { border-color: #B0B116; }
span { border-color: rgb(176,177,22); }
td.TdClassName
{
border-color: #B0B116;
}
.TagClassName
{
border-color: #B0B116;
}
</style>