Shades of La Rioja #BBBC16
Tints of La Rioja #BBBC16
RGB
CMYK
RGB Variations
Color information
#BBBC16 (or 0xBBBC16) is known color: La Rioja. HEX triplet: BB, BC and 16. RGB value is (187,188,22). Sum of RGB (Red+Green+Blue) = 187+188+22=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC16 is #4443E9. Grayscale: #A9A9A9. Windows color (decimal): -4473834 or 1490107. OLE color: 1490107.
HSL color Cylindrical-coordinate representation of color #BBBC16: hue angle of 60.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBBC16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 22 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.26 |
| HSL | 60.36º | 0.79% | 0.41% | - |
| HSV(B) | 60.36º | 0.88% | 0.74% | - |
| XYZ | 38.62 | 46.59 | 7.72 | - |
| YUV | 168.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 22 | 0.01 | 0 | 0.88 | 0.26 | 60.36 | 0.79 | 0.41 |
| Hex | BB | BC | 16 | 1 | 0 | 58 | 1A | 3C | 4F | 29 |
| Octal | 273 | 274 | 26 | 1 | 0 | 130 | 32 | 74 | 117 | 51 |
| Binary | 10111011 | 10111100 | 10110 | 1 | 0 | 1011000 | 11010 | 111100 | 1001111 | 101001 |
Color Harmonies of #BBBC16
Complementary color
Monochromatic Colors of #BBBC16
Black with #BBBC16
Text Example
Text Example
White with #BBBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC16; }
p { color: rgb(187,188,22); }
H1.HeaderClassName
{
color: #BBBC16;
}
.AnyTagClassName
{
color: #BBBC16;
}
</style>
background-color css
<style>
a { background-color: #BBBC16; }
a { background-color: rgb(187,188,22); }
div.DivClassName
{
background-color: #BBBC16;
}
.BgClassName
{
background-color: #BBBC16;
}
</style>
border-color css
<style>
span { border-color: #BBBC16; }
span { border-color: rgb(187,188,22); }
td.TdClassName
{
border-color: #BBBC16;
}
.TagClassName
{
border-color: #BBBC16;
}
</style>