Shades of La Rioja #B1B106
Tints of La Rioja #B1B106
RGB
CMYK
RGB Variations
Color information
#B1B106 (or 0xB1B106) is known color: La Rioja. HEX triplet: B1, B1 and 06. RGB value is (177,177,6). Sum of RGB (Red+Green+Blue) = 177+177+6=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B106 is #4E4EF9. Grayscale: #9E9E9E. Windows color (decimal): -5132026 or 438705. OLE color: 438705.
HSL color Cylindrical-coordinate representation of color #B1B106: hue angle of 60º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1B106 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 6 | - |
| CMYK | 0 | 0 | 0.97 | 0.31 |
| HSL | 60º | 0.93% | 0.36% | - |
| HSV(B) | 60º | 0.97% | 0.69% | - |
| XYZ | 33.89 | 40.8 | 6.26 | - |
| YUV | 157.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 6 | 0 | 0 | 0.97 | 0.31 | 60 | 0.93 | 0.36 |
| Hex | B1 | B1 | 6 | 0 | 0 | 61 | 1F | 3C | 5D | 24 |
| Octal | 261 | 261 | 6 | 0 | 0 | 141 | 37 | 74 | 135 | 44 |
| Binary | 10110001 | 10110001 | 110 | 0 | 0 | 1100001 | 11111 | 111100 | 1011101 | 100100 |
Color Harmonies of #B1B106
Complementary color
Monochromatic Colors of #B1B106
Black with #B1B106
Text Example
Text Example
White with #B1B106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B106; }
p { color: rgb(177,177,6); }
H1.HeaderClassName
{
color: #B1B106;
}
.AnyTagClassName
{
color: #B1B106;
}
</style>
background-color css
<style>
a { background-color: #B1B106; }
a { background-color: rgb(177,177,6); }
div.DivClassName
{
background-color: #B1B106;
}
.BgClassName
{
background-color: #B1B106;
}
</style>
border-color css
<style>
span { border-color: #B1B106; }
span { border-color: rgb(177,177,6); }
td.TdClassName
{
border-color: #B1B106;
}
.TagClassName
{
border-color: #B1B106;
}
</style>