Shades of La Rioja #B1B112
Tints of La Rioja #B1B112
RGB
CMYK
RGB Variations
Color information
#B1B112 (or 0xB1B112) is known color: La Rioja. HEX triplet: B1, B1 and 12. RGB value is (177,177,18). Sum of RGB (Red+Green+Blue) = 177+177+18=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B112 is #4E4EED. Grayscale: #9F9F9F. Windows color (decimal): -5132014 or 1225137. OLE color: 1225137.
HSL color Cylindrical-coordinate representation of color #B1B112: hue angle of 60º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1B112 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 18 | - |
| CMYK | 0 | 0 | 0.90 | 0.31 |
| HSL | 60º | 0.82% | 0.38% | - |
| HSV(B) | 60º | 0.9% | 0.69% | - |
| XYZ | 33.96 | 40.84 | 6.66 | - |
| YUV | 158.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 18 | 0 | 0 | 0.90 | 0.31 | 60 | 0.82 | 0.38 |
| Hex | B1 | B1 | 12 | 0 | 0 | 5A | 1F | 3C | 52 | 26 |
| Octal | 261 | 261 | 22 | 0 | 0 | 132 | 37 | 74 | 122 | 46 |
| Binary | 10110001 | 10110001 | 10010 | 0 | 0 | 1011010 | 11111 | 111100 | 1010010 | 100110 |
Color Harmonies of #B1B112
Complementary color
Monochromatic Colors of #B1B112
Black with #B1B112
Text Example
Text Example
White with #B1B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B112; }
p { color: rgb(177,177,18); }
H1.HeaderClassName
{
color: #B1B112;
}
.AnyTagClassName
{
color: #B1B112;
}
</style>
background-color css
<style>
a { background-color: #B1B112; }
a { background-color: rgb(177,177,18); }
div.DivClassName
{
background-color: #B1B112;
}
.BgClassName
{
background-color: #B1B112;
}
</style>
border-color css
<style>
span { border-color: #B1B112; }
span { border-color: rgb(177,177,18); }
td.TdClassName
{
border-color: #B1B112;
}
.TagClassName
{
border-color: #B1B112;
}
</style>