Shades of La Rioja #BDB80E
Tints of La Rioja #BDB80E
RGB
CMYK
RGB Variations
Color information
#BDB80E (or 0xBDB80E) is known color: La Rioja. HEX triplet: BD, B8 and 0E. RGB value is (189,184,14). Sum of RGB (Red+Green+Blue) = 189+184+14=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB80E is #4247F1. Grayscale: #A6A6A6. Windows color (decimal): -4343794 or 964797. OLE color: 964797.
HSL color Cylindrical-coordinate representation of color #BDB80E: hue angle of 58.29º 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 #BDB80E is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 14 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.26 |
| HSL | 58.29º | 0.86% | 0.4% | - |
| HSV(B) | 58.29º | 0.93% | 0.74% | - |
| XYZ | 38.21 | 45.13 | 7.11 | - |
| YUV | 166.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 14 | 0 | 0.03 | 0.93 | 0.26 | 58.29 | 0.86 | 0.4 |
| Hex | BD | B8 | E | 0 | 3 | 5D | 1A | 3A | 56 | 28 |
| Octal | 275 | 270 | 16 | 0 | 3 | 135 | 32 | 72 | 126 | 50 |
| Binary | 10111101 | 10111000 | 1110 | 0 | 11 | 1011101 | 11010 | 111010 | 1010110 | 101000 |
Color Harmonies of #BDB80E
Complementary color
Monochromatic Colors of #BDB80E
Black with #BDB80E
Text Example
Text Example
White with #BDB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB80E; }
p { color: rgb(189,184,14); }
H1.HeaderClassName
{
color: #BDB80E;
}
.AnyTagClassName
{
color: #BDB80E;
}
</style>
background-color css
<style>
a { background-color: #BDB80E; }
a { background-color: rgb(189,184,14); }
div.DivClassName
{
background-color: #BDB80E;
}
.BgClassName
{
background-color: #BDB80E;
}
</style>
border-color css
<style>
span { border-color: #BDB80E; }
span { border-color: rgb(189,184,14); }
td.TdClassName
{
border-color: #BDB80E;
}
.TagClassName
{
border-color: #BDB80E;
}
</style>