Shades of La Rioja #BDB60E
Tints of La Rioja #BDB60E
RGB
CMYK
RGB Variations
Color information
#BDB60E (or 0xBDB60E) is known color: La Rioja. HEX triplet: BD, B6 and 0E. RGB value is (189,182,14). Sum of RGB (Red+Green+Blue) = 189+182+14=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60E is #4249F1. Grayscale: #A5A5A5. Windows color (decimal): -4344306 or 964285. OLE color: 964285.
HSL color Cylindrical-coordinate representation of color #BDB60E: hue angle of 57.6º 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 #BDB60E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.26 |
| HSL | 57.6º | 0.86% | 0.4% | - |
| HSV(B) | 57.6º | 0.93% | 0.74% | - |
| XYZ | 37.79 | 44.31 | 6.98 | - |
| YUV | 164.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 14 | 0 | 0.04 | 0.93 | 0.26 | 57.6 | 0.86 | 0.4 |
| Hex | BD | B6 | E | 0 | 4 | 5D | 1A | 3A | 56 | 28 |
| Octal | 275 | 266 | 16 | 0 | 4 | 135 | 32 | 72 | 126 | 50 |
| Binary | 10111101 | 10110110 | 1110 | 0 | 100 | 1011101 | 11010 | 111010 | 1010110 | 101000 |
Color Harmonies of #BDB60E
Complementary color
Monochromatic Colors of #BDB60E
Black with #BDB60E
Text Example
Text Example
White with #BDB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB60E; }
p { color: rgb(189,182,14); }
H1.HeaderClassName
{
color: #BDB60E;
}
.AnyTagClassName
{
color: #BDB60E;
}
</style>
background-color css
<style>
a { background-color: #BDB60E; }
a { background-color: rgb(189,182,14); }
div.DivClassName
{
background-color: #BDB60E;
}
.BgClassName
{
background-color: #BDB60E;
}
</style>
border-color css
<style>
span { border-color: #BDB60E; }
span { border-color: rgb(189,182,14); }
td.TdClassName
{
border-color: #BDB60E;
}
.TagClassName
{
border-color: #BDB60E;
}
</style>