Shades of La Rioja #BDB916
Tints of La Rioja #BDB916
RGB
CMYK
RGB Variations
Color information
#BDB916 (or 0xBDB916) is known color: La Rioja. HEX triplet: BD, B9 and 16. RGB value is (189,185,22). Sum of RGB (Red+Green+Blue) = 189+185+22=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB916 is #4246E9. Grayscale: #A8A8A8. Windows color (decimal): -4343530 or 1489341. OLE color: 1489341.
HSL color Cylindrical-coordinate representation of color #BDB916: hue angle of 58.56º 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 #BDB916 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.26 |
| HSL | 58.56º | 0.79% | 0.41% | - |
| HSV(B) | 58.56º | 0.88% | 0.74% | - |
| XYZ | 38.48 | 45.57 | 7.53 | - |
| YUV | 167.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 22 | 0 | 0.02 | 0.88 | 0.26 | 58.56 | 0.79 | 0.41 |
| Hex | BD | B9 | 16 | 0 | 2 | 58 | 1A | 3B | 4F | 29 |
| Octal | 275 | 271 | 26 | 0 | 2 | 130 | 32 | 73 | 117 | 51 |
| Binary | 10111101 | 10111001 | 10110 | 0 | 10 | 1011000 | 11010 | 111011 | 1001111 | 101001 |
Color Harmonies of #BDB916
Complementary color
Monochromatic Colors of #BDB916
Black with #BDB916
Text Example
Text Example
White with #BDB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB916; }
p { color: rgb(189,185,22); }
H1.HeaderClassName
{
color: #BDB916;
}
.AnyTagClassName
{
color: #BDB916;
}
</style>
background-color css
<style>
a { background-color: #BDB916; }
a { background-color: rgb(189,185,22); }
div.DivClassName
{
background-color: #BDB916;
}
.BgClassName
{
background-color: #BDB916;
}
</style>
border-color css
<style>
span { border-color: #BDB916; }
span { border-color: rgb(189,185,22); }
td.TdClassName
{
border-color: #BDB916;
}
.TagClassName
{
border-color: #BDB916;
}
</style>