Shades of La Rioja #BDB90E
Tints of La Rioja #BDB90E
RGB
CMYK
RGB Variations
Color information
#BDB90E (or 0xBDB90E) is known color: La Rioja. HEX triplet: BD, B9 and 0E. RGB value is (189,185,14). Sum of RGB (Red+Green+Blue) = 189+185+14=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB90E is #4246F1. Grayscale: #A7A7A7. Windows color (decimal): -4343538 or 965053. OLE color: 965053.
HSL color Cylindrical-coordinate representation of color #BDB90E: hue angle of 58.63º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB90E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.26 |
| HSL | 58.63º | 0.86% | 0.4% | - |
| HSV(B) | 58.63º | 0.93% | 0.74% | - |
| XYZ | 38.41 | 45.55 | 7.18 | - |
| YUV | 166.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 14 | 0 | 0.02 | 0.93 | 0.26 | 58.63 | 0.86 | 0.4 |
| Hex | BD | B9 | E | 0 | 2 | 5D | 1A | 3B | 56 | 28 |
| Octal | 275 | 271 | 16 | 0 | 2 | 135 | 32 | 73 | 126 | 50 |
| Binary | 10111101 | 10111001 | 1110 | 0 | 10 | 1011101 | 11010 | 111011 | 1010110 | 101000 |
Color Harmonies of #BDB90E
Complementary color
Monochromatic Colors of #BDB90E
Black with #BDB90E
Text Example
Text Example
White with #BDB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB90E; }
p { color: rgb(189,185,14); }
H1.HeaderClassName
{
color: #BDB90E;
}
.AnyTagClassName
{
color: #BDB90E;
}
</style>
background-color css
<style>
a { background-color: #BDB90E; }
a { background-color: rgb(189,185,14); }
div.DivClassName
{
background-color: #BDB90E;
}
.BgClassName
{
background-color: #BDB90E;
}
</style>
border-color css
<style>
span { border-color: #BDB90E; }
span { border-color: rgb(189,185,14); }
td.TdClassName
{
border-color: #BDB90E;
}
.TagClassName
{
border-color: #BDB90E;
}
</style>