Shades of La Rioja #BDB90A
Tints of La Rioja #BDB90A
RGB
CMYK
RGB Variations
Color information
#BDB90A (or 0xBDB90A) is known color: La Rioja. HEX triplet: BD, B9 and 0A. RGB value is (189,185,10). Sum of RGB (Red+Green+Blue) = 189+185+10=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB90A is #4246F5. Grayscale: #A6A6A6. Windows color (decimal): -4343542 or 702909. OLE color: 702909.
HSL color Cylindrical-coordinate representation of color #BDB90A: hue angle of 58.66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDB90A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.26 |
| HSL | 58.66º | 0.9% | 0.39% | - |
| HSV(B) | 58.66º | 0.95% | 0.74% | - |
| XYZ | 38.39 | 45.54 | 7.05 | - |
| YUV | 166.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 10 | 0 | 0.02 | 0.95 | 0.26 | 58.66 | 0.9 | 0.39 |
| Hex | BD | B9 | A | 0 | 2 | 5F | 1A | 3B | 5A | 27 |
| Octal | 275 | 271 | 12 | 0 | 2 | 137 | 32 | 73 | 132 | 47 |
| Binary | 10111101 | 10111001 | 1010 | 0 | 10 | 1011111 | 11010 | 111011 | 1011010 | 100111 |
Color Harmonies of #BDB90A
Complementary color
Monochromatic Colors of #BDB90A
Black with #BDB90A
Text Example
Text Example
White with #BDB90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB90A; }
p { color: rgb(189,185,10); }
H1.HeaderClassName
{
color: #BDB90A;
}
.AnyTagClassName
{
color: #BDB90A;
}
</style>
background-color css
<style>
a { background-color: #BDB90A; }
a { background-color: rgb(189,185,10); }
div.DivClassName
{
background-color: #BDB90A;
}
.BgClassName
{
background-color: #BDB90A;
}
</style>
border-color css
<style>
span { border-color: #BDB90A; }
span { border-color: rgb(189,185,10); }
td.TdClassName
{
border-color: #BDB90A;
}
.TagClassName
{
border-color: #BDB90A;
}
</style>