Shades of La Rioja #BDBA16
Tints of La Rioja #BDBA16
RGB
CMYK
RGB Variations
Color information
#BDBA16 (or 0xBDBA16) is known color: La Rioja. HEX triplet: BD, BA and 16. RGB value is (189,186,22). Sum of RGB (Red+Green+Blue) = 189+186+22=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA16 is #4245E9. Grayscale: #A8A8A8. Windows color (decimal): -4343274 or 1489597. OLE color: 1489597.
HSL color Cylindrical-coordinate representation of color #BDBA16: hue angle of 58.92º 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 #BDBA16 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.26 |
| HSL | 58.92º | 0.79% | 0.41% | - |
| HSV(B) | 58.92º | 0.88% | 0.74% | - |
| XYZ | 38.69 | 45.99 | 7.6 | - |
| YUV | 168.2 | 45.49 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 22 | 0 | 0.02 | 0.88 | 0.26 | 58.92 | 0.79 | 0.41 |
| Hex | BD | BA | 16 | 0 | 2 | 58 | 1A | 3B | 4F | 29 |
| Octal | 275 | 272 | 26 | 0 | 2 | 130 | 32 | 73 | 117 | 51 |
| Binary | 10111101 | 10111010 | 10110 | 0 | 10 | 1011000 | 11010 | 111011 | 1001111 | 101001 |
Color Harmonies of #BDBA16
Complementary color
Monochromatic Colors of #BDBA16
Black with #BDBA16
Text Example
Text Example
White with #BDBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA16; }
p { color: rgb(189,186,22); }
H1.HeaderClassName
{
color: #BDBA16;
}
.AnyTagClassName
{
color: #BDBA16;
}
</style>
background-color css
<style>
a { background-color: #BDBA16; }
a { background-color: rgb(189,186,22); }
div.DivClassName
{
background-color: #BDBA16;
}
.BgClassName
{
background-color: #BDBA16;
}
</style>
border-color css
<style>
span { border-color: #BDBA16; }
span { border-color: rgb(189,186,22); }
td.TdClassName
{
border-color: #BDBA16;
}
.TagClassName
{
border-color: #BDBA16;
}
</style>