Shades of La Rioja #BBB90B
Tints of La Rioja #BBB90B
RGB
CMYK
RGB Variations
Color information
#BBB90B (or 0xBBB90B) is known color: La Rioja. HEX triplet: BB, B9 and 0B. RGB value is (187,185,11). Sum of RGB (Red+Green+Blue) = 187+185+11=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB90B is #4446F4. Grayscale: #A6A6A6. Windows color (decimal): -4474613 or 768443. OLE color: 768443.
HSL color Cylindrical-coordinate representation of color #BBB90B: hue angle of 59.32º 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 #BBB90B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.27 |
| HSL | 59.32º | 0.89% | 0.39% | - |
| HSV(B) | 59.32º | 0.94% | 0.73% | - |
| XYZ | 37.9 | 45.29 | 7.06 | - |
| YUV | 165.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 11 | 0 | 0.01 | 0.94 | 0.27 | 59.32 | 0.89 | 0.39 |
| Hex | BB | B9 | B | 0 | 1 | 5E | 1B | 3B | 59 | 27 |
| Octal | 273 | 271 | 13 | 0 | 1 | 136 | 33 | 73 | 131 | 47 |
| Binary | 10111011 | 10111001 | 1011 | 0 | 1 | 1011110 | 11011 | 111011 | 1011001 | 100111 |
Color Harmonies of #BBB90B
Complementary color
Monochromatic Colors of #BBB90B
Black with #BBB90B
Text Example
Text Example
White with #BBB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB90B; }
p { color: rgb(187,185,11); }
H1.HeaderClassName
{
color: #BBB90B;
}
.AnyTagClassName
{
color: #BBB90B;
}
</style>
background-color css
<style>
a { background-color: #BBB90B; }
a { background-color: rgb(187,185,11); }
div.DivClassName
{
background-color: #BBB90B;
}
.BgClassName
{
background-color: #BBB90B;
}
</style>
border-color css
<style>
span { border-color: #BBB90B; }
span { border-color: rgb(187,185,11); }
td.TdClassName
{
border-color: #BBB90B;
}
.TagClassName
{
border-color: #BBB90B;
}
</style>