Shades of La Rioja #B1BB0B
Tints of La Rioja #B1BB0B
RGB
CMYK
RGB Variations
Color information
#B1BB0B (or 0xB1BB0B) is known color: La Rioja. HEX triplet: B1, BB and 0B. RGB value is (177,187,11). Sum of RGB (Red+Green+Blue) = 177+187+11=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BB0B is #4E44F4. Grayscale: #A4A4A4. Windows color (decimal): -5129461 or 768945. OLE color: 768945.
HSL color Cylindrical-coordinate representation of color #B1BB0B: hue angle of 63.41º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1BB0B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.27 |
| HSL | 63.41º | 0.89% | 0.39% | - |
| HSV(B) | 63.41º | 0.94% | 0.73% | - |
| XYZ | 35.96 | 44.91 | 7.09 | - |
| YUV | 163.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 11 | 0.05 | 0 | 0.94 | 0.27 | 63.41 | 0.89 | 0.39 |
| Hex | B1 | BB | B | 5 | 0 | 5E | 1B | 3F | 59 | 27 |
| Octal | 261 | 273 | 13 | 5 | 0 | 136 | 33 | 77 | 131 | 47 |
| Binary | 10110001 | 10111011 | 1011 | 101 | 0 | 1011110 | 11011 | 111111 | 1011001 | 100111 |
Color Harmonies of #B1BB0B
Complementary color
Monochromatic Colors of #B1BB0B
Black with #B1BB0B
Text Example
Text Example
White with #B1BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB0B; }
p { color: rgb(177,187,11); }
H1.HeaderClassName
{
color: #B1BB0B;
}
.AnyTagClassName
{
color: #B1BB0B;
}
</style>
background-color css
<style>
a { background-color: #B1BB0B; }
a { background-color: rgb(177,187,11); }
div.DivClassName
{
background-color: #B1BB0B;
}
.BgClassName
{
background-color: #B1BB0B;
}
</style>
border-color css
<style>
span { border-color: #B1BB0B; }
span { border-color: rgb(177,187,11); }
td.TdClassName
{
border-color: #B1BB0B;
}
.TagClassName
{
border-color: #B1BB0B;
}
</style>