Shades of La Rioja #B1B110
Tints of La Rioja #B1B110
RGB
CMYK
RGB Variations
Color information
#B1B110 (or 0xB1B110) is known color: La Rioja. HEX triplet: B1, B1 and 10. RGB value is (177,177,16). Sum of RGB (Red+Green+Blue) = 177+177+16=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B110 is #4E4EEF. Grayscale: #9F9F9F. Windows color (decimal): -5132016 or 1094065. OLE color: 1094065.
HSL color Cylindrical-coordinate representation of color #B1B110: hue angle of 60º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1B110 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 16 | - |
| CMYK | 0 | 0 | 0.91 | 0.31 |
| HSL | 60º | 0.83% | 0.38% | - |
| HSV(B) | 60º | 0.91% | 0.69% | - |
| XYZ | 33.95 | 40.83 | 6.58 | - |
| YUV | 158.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 16 | 0 | 0 | 0.91 | 0.31 | 60 | 0.83 | 0.38 |
| Hex | B1 | B1 | 10 | 0 | 0 | 5B | 1F | 3C | 53 | 26 |
| Octal | 261 | 261 | 20 | 0 | 0 | 133 | 37 | 74 | 123 | 46 |
| Binary | 10110001 | 10110001 | 10000 | 0 | 0 | 1011011 | 11111 | 111100 | 1010011 | 100110 |
Color Harmonies of #B1B110
Complementary color
Monochromatic Colors of #B1B110
Black with #B1B110
Text Example
Text Example
White with #B1B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B110; }
p { color: rgb(177,177,16); }
H1.HeaderClassName
{
color: #B1B110;
}
.AnyTagClassName
{
color: #B1B110;
}
</style>
background-color css
<style>
a { background-color: #B1B110; }
a { background-color: rgb(177,177,16); }
div.DivClassName
{
background-color: #B1B110;
}
.BgClassName
{
background-color: #B1B110;
}
</style>
border-color css
<style>
span { border-color: #B1B110; }
span { border-color: rgb(177,177,16); }
td.TdClassName
{
border-color: #B1B110;
}
.TagClassName
{
border-color: #B1B110;
}
</style>