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