Shades of La Rioja #BBB616
Tints of La Rioja #BBB616
RGB
CMYK
RGB Variations
Color information
#BBB616 (or 0xBBB616) is known color: La Rioja. HEX triplet: BB, B6 and 16. RGB value is (187,182,22). Sum of RGB (Red+Green+Blue) = 187+182+22=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB616 is #4449E9. Grayscale: #A5A5A5. Windows color (decimal): -4475370 or 1488571. OLE color: 1488571.
HSL color Cylindrical-coordinate representation of color #BBB616: hue angle of 58.18º 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 #BBB616 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 22 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.27 |
| HSL | 58.18º | 0.79% | 0.41% | - |
| HSV(B) | 58.18º | 0.88% | 0.73% | - |
| XYZ | 37.37 | 44.08 | 7.3 | - |
| YUV | 165.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 22 | 0 | 0.03 | 0.88 | 0.27 | 58.18 | 0.79 | 0.41 |
| Hex | BB | B6 | 16 | 0 | 3 | 58 | 1B | 3A | 4F | 29 |
| Octal | 273 | 266 | 26 | 0 | 3 | 130 | 33 | 72 | 117 | 51 |
| Binary | 10111011 | 10110110 | 10110 | 0 | 11 | 1011000 | 11011 | 111010 | 1001111 | 101001 |
Color Harmonies of #BBB616
Complementary color
Monochromatic Colors of #BBB616
Black with #BBB616
Text Example
Text Example
White with #BBB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB616; }
p { color: rgb(187,182,22); }
H1.HeaderClassName
{
color: #BBB616;
}
.AnyTagClassName
{
color: #BBB616;
}
</style>
background-color css
<style>
a { background-color: #BBB616; }
a { background-color: rgb(187,182,22); }
div.DivClassName
{
background-color: #BBB616;
}
.BgClassName
{
background-color: #BBB616;
}
</style>
border-color css
<style>
span { border-color: #BBB616; }
span { border-color: rgb(187,182,22); }
td.TdClassName
{
border-color: #BBB616;
}
.TagClassName
{
border-color: #BBB616;
}
</style>