Shades of La Rioja #BBBD16
Tints of La Rioja #BBBD16
RGB
CMYK
RGB Variations
Color information
#BBBD16 (or 0xBBBD16) is known color: La Rioja. HEX triplet: BB, BD and 16. RGB value is (187,189,22). Sum of RGB (Red+Green+Blue) = 187+189+22=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD16 is #4442E9. Grayscale: #AAAAAA. Windows color (decimal): -4473578 or 1490363. OLE color: 1490363.
HSL color Cylindrical-coordinate representation of color #BBBD16: hue angle of 60.72º 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 #BBBD16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 22 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.26 |
| HSL | 60.72º | 0.79% | 0.41% | - |
| HSV(B) | 60.72º | 0.88% | 0.74% | - |
| XYZ | 38.84 | 47.02 | 7.79 | - |
| YUV | 169.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 22 | 0.01 | 0 | 0.88 | 0.26 | 60.72 | 0.79 | 0.41 |
| Hex | BB | BD | 16 | 1 | 0 | 58 | 1A | 3D | 4F | 29 |
| Octal | 273 | 275 | 26 | 1 | 0 | 130 | 32 | 75 | 117 | 51 |
| Binary | 10111011 | 10111101 | 10110 | 1 | 0 | 1011000 | 11010 | 111101 | 1001111 | 101001 |
Color Harmonies of #BBBD16
Complementary color
Monochromatic Colors of #BBBD16
Black with #BBBD16
Text Example
Text Example
White with #BBBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD16; }
p { color: rgb(187,189,22); }
H1.HeaderClassName
{
color: #BBBD16;
}
.AnyTagClassName
{
color: #BBBD16;
}
</style>
background-color css
<style>
a { background-color: #BBBD16; }
a { background-color: rgb(187,189,22); }
div.DivClassName
{
background-color: #BBBD16;
}
.BgClassName
{
background-color: #BBBD16;
}
</style>
border-color css
<style>
span { border-color: #BBBD16; }
span { border-color: rgb(187,189,22); }
td.TdClassName
{
border-color: #BBBD16;
}
.TagClassName
{
border-color: #BBBD16;
}
</style>