Shades of La Rioja #BBB916
Tints of La Rioja #BBB916
RGB
CMYK
RGB Variations
Color information
#BBB916 (or 0xBBB916) is known color: La Rioja. HEX triplet: BB, B9 and 16. RGB value is (187,185,22). Sum of RGB (Red+Green+Blue) = 187+185+22=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB916 is #4446E9. Grayscale: #A7A7A7. Windows color (decimal): -4474602 or 1489339. OLE color: 1489339.
HSL color Cylindrical-coordinate representation of color #BBB916: hue angle of 59.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBB916 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 22 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.27 |
| HSL | 59.27º | 0.79% | 0.41% | - |
| HSV(B) | 59.27º | 0.88% | 0.73% | - |
| XYZ | 37.99 | 45.32 | 7.5 | - |
| YUV | 167.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 22 | 0 | 0.01 | 0.88 | 0.27 | 59.27 | 0.79 | 0.41 |
| Hex | BB | B9 | 16 | 0 | 1 | 58 | 1B | 3B | 4F | 29 |
| Octal | 273 | 271 | 26 | 0 | 1 | 130 | 33 | 73 | 117 | 51 |
| Binary | 10111011 | 10111001 | 10110 | 0 | 1 | 1011000 | 11011 | 111011 | 1001111 | 101001 |
Color Harmonies of #BBB916
Complementary color
Monochromatic Colors of #BBB916
Black with #BBB916
Text Example
Text Example
White with #BBB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB916; }
p { color: rgb(187,185,22); }
H1.HeaderClassName
{
color: #BBB916;
}
.AnyTagClassName
{
color: #BBB916;
}
</style>
background-color css
<style>
a { background-color: #BBB916; }
a { background-color: rgb(187,185,22); }
div.DivClassName
{
background-color: #BBB916;
}
.BgClassName
{
background-color: #BBB916;
}
</style>
border-color css
<style>
span { border-color: #BBB916; }
span { border-color: rgb(187,185,22); }
td.TdClassName
{
border-color: #BBB916;
}
.TagClassName
{
border-color: #BBB916;
}
</style>