Shades of La Rioja #B1B90B
Tints of La Rioja #B1B90B
RGB
CMYK
RGB Variations
Color information
#B1B90B (or 0xB1B90B) is known color: La Rioja. HEX triplet: B1, B9 and 0B. RGB value is (177,185,11). Sum of RGB (Red+Green+Blue) = 177+185+11=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B90B is #4E46F4. Grayscale: #A3A3A3. Windows color (decimal): -5129973 or 768433. OLE color: 768433.
HSL color Cylindrical-coordinate representation of color #B1B90B: hue angle of 62.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1B90B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.27 |
| HSL | 62.76º | 0.89% | 0.38% | - |
| HSV(B) | 62.76º | 0.94% | 0.73% | - |
| XYZ | 35.54 | 44.07 | 6.95 | - |
| YUV | 162.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 11 | 0.04 | 0 | 0.94 | 0.27 | 62.76 | 0.89 | 0.38 |
| Hex | B1 | B9 | B | 4 | 0 | 5E | 1B | 3F | 59 | 26 |
| Octal | 261 | 271 | 13 | 4 | 0 | 136 | 33 | 77 | 131 | 46 |
| Binary | 10110001 | 10111001 | 1011 | 100 | 0 | 1011110 | 11011 | 111111 | 1011001 | 100110 |
Color Harmonies of #B1B90B
Complementary color
Monochromatic Colors of #B1B90B
Black with #B1B90B
Text Example
Text Example
White with #B1B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B90B; }
p { color: rgb(177,185,11); }
H1.HeaderClassName
{
color: #B1B90B;
}
.AnyTagClassName
{
color: #B1B90B;
}
</style>
background-color css
<style>
a { background-color: #B1B90B; }
a { background-color: rgb(177,185,11); }
div.DivClassName
{
background-color: #B1B90B;
}
.BgClassName
{
background-color: #B1B90B;
}
</style>
border-color css
<style>
span { border-color: #B1B90B; }
span { border-color: rgb(177,185,11); }
td.TdClassName
{
border-color: #B1B90B;
}
.TagClassName
{
border-color: #B1B90B;
}
</style>