Shades of La Rioja #BDB90F
Tints of La Rioja #BDB90F
RGB
CMYK
RGB Variations
Color information
#BDB90F (or 0xBDB90F) is known color: La Rioja. HEX triplet: BD, B9 and 0F. RGB value is (189,185,15). Sum of RGB (Red+Green+Blue) = 189+185+15=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB90F is #4246F0. Grayscale: #A7A7A7. Windows color (decimal): -4343537 or 1030589. OLE color: 1030589.
HSL color Cylindrical-coordinate representation of color #BDB90F: hue angle of 58.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDB90F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 15 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.26 |
| HSL | 58.62º | 0.85% | 0.4% | - |
| HSV(B) | 58.62º | 0.92% | 0.74% | - |
| XYZ | 38.42 | 45.55 | 7.22 | - |
| YUV | 166.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 15 | 0 | 0.02 | 0.92 | 0.26 | 58.62 | 0.85 | 0.4 |
| Hex | BD | B9 | F | 0 | 2 | 5C | 1A | 3B | 55 | 28 |
| Octal | 275 | 271 | 17 | 0 | 2 | 134 | 32 | 73 | 125 | 50 |
| Binary | 10111101 | 10111001 | 1111 | 0 | 10 | 1011100 | 11010 | 111011 | 1010101 | 101000 |
Color Harmonies of #BDB90F
Complementary color
Monochromatic Colors of #BDB90F
Black with #BDB90F
Text Example
Text Example
White with #BDB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB90F; }
p { color: rgb(189,185,15); }
H1.HeaderClassName
{
color: #BDB90F;
}
.AnyTagClassName
{
color: #BDB90F;
}
</style>
background-color css
<style>
a { background-color: #BDB90F; }
a { background-color: rgb(189,185,15); }
div.DivClassName
{
background-color: #BDB90F;
}
.BgClassName
{
background-color: #BDB90F;
}
</style>
border-color css
<style>
span { border-color: #BDB90F; }
span { border-color: rgb(189,185,15); }
td.TdClassName
{
border-color: #BDB90F;
}
.TagClassName
{
border-color: #BDB90F;
}
</style>