Shades of La Rioja #BDBB0E
Tints of La Rioja #BDBB0E
RGB
CMYK
RGB Variations
Color information
#BDBB0E (or 0xBDBB0E) is known color: La Rioja. HEX triplet: BD, BB and 0E. RGB value is (189,187,14). Sum of RGB (Red+Green+Blue) = 189+187+14=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0E is #4244F1. Grayscale: #A8A8A8. Windows color (decimal): -4343026 or 965565. OLE color: 965565.
HSL color Cylindrical-coordinate representation of color #BDBB0E: hue angle of 59.31º 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 #BDBB0E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 14 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.26 |
| HSL | 59.31º | 0.86% | 0.4% | - |
| HSV(B) | 59.31º | 0.93% | 0.74% | - |
| XYZ | 38.84 | 46.39 | 7.32 | - |
| YUV | 167.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 14 | 0 | 0.01 | 0.93 | 0.26 | 59.31 | 0.86 | 0.4 |
| Hex | BD | BB | E | 0 | 1 | 5D | 1A | 3B | 56 | 28 |
| Octal | 275 | 273 | 16 | 0 | 1 | 135 | 32 | 73 | 126 | 50 |
| Binary | 10111101 | 10111011 | 1110 | 0 | 1 | 1011101 | 11010 | 111011 | 1010110 | 101000 |
Color Harmonies of #BDBB0E
Complementary color
Monochromatic Colors of #BDBB0E
Black with #BDBB0E
Text Example
Text Example
White with #BDBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB0E; }
p { color: rgb(189,187,14); }
H1.HeaderClassName
{
color: #BDBB0E;
}
.AnyTagClassName
{
color: #BDBB0E;
}
</style>
background-color css
<style>
a { background-color: #BDBB0E; }
a { background-color: rgb(189,187,14); }
div.DivClassName
{
background-color: #BDBB0E;
}
.BgClassName
{
background-color: #BDBB0E;
}
</style>
border-color css
<style>
span { border-color: #BDBB0E; }
span { border-color: rgb(189,187,14); }
td.TdClassName
{
border-color: #BDBB0E;
}
.TagClassName
{
border-color: #BDBB0E;
}
</style>