Shades of La Rioja #BDB716
Tints of La Rioja #BDB716
RGB
CMYK
RGB Variations
Color information
#BDB716 (or 0xBDB716) is known color: La Rioja. HEX triplet: BD, B7 and 16. RGB value is (189,183,22). Sum of RGB (Red+Green+Blue) = 189+183+22=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB716 is #4248E9. Grayscale: #A7A7A7. Windows color (decimal): -4344042 or 1488829. OLE color: 1488829.
HSL color Cylindrical-coordinate representation of color #BDB716: hue angle of 57.84º 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 #BDB716 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 22 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.26 |
| HSL | 57.84º | 0.79% | 0.41% | - |
| HSV(B) | 57.84º | 0.88% | 0.74% | - |
| XYZ | 38.06 | 44.74 | 7.39 | - |
| YUV | 166.44 | 46.49 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 22 | 0 | 0.03 | 0.88 | 0.26 | 57.84 | 0.79 | 0.41 |
| Hex | BD | B7 | 16 | 0 | 3 | 58 | 1A | 3A | 4F | 29 |
| Octal | 275 | 267 | 26 | 0 | 3 | 130 | 32 | 72 | 117 | 51 |
| Binary | 10111101 | 10110111 | 10110 | 0 | 11 | 1011000 | 11010 | 111010 | 1001111 | 101001 |
Color Harmonies of #BDB716
Complementary color
Monochromatic Colors of #BDB716
Black with #BDB716
Text Example
Text Example
White with #BDB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB716; }
p { color: rgb(189,183,22); }
H1.HeaderClassName
{
color: #BDB716;
}
.AnyTagClassName
{
color: #BDB716;
}
</style>
background-color css
<style>
a { background-color: #BDB716; }
a { background-color: rgb(189,183,22); }
div.DivClassName
{
background-color: #BDB716;
}
.BgClassName
{
background-color: #BDB716;
}
</style>
border-color css
<style>
span { border-color: #BDB716; }
span { border-color: rgb(189,183,22); }
td.TdClassName
{
border-color: #BDB716;
}
.TagClassName
{
border-color: #BDB716;
}
</style>