Shades of La Rioja #BDB905
Tints of La Rioja #BDB905
RGB
CMYK
RGB Variations
Color information
#BDB905 (or 0xBDB905) is known color: La Rioja. HEX triplet: BD, B9 and 05. RGB value is (189,185,5). Sum of RGB (Red+Green+Blue) = 189+185+5=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB905 is #4246FA. Grayscale: #A6A6A6. Windows color (decimal): -4343547 or 375229. OLE color: 375229.
HSL color Cylindrical-coordinate representation of color #BDB905: hue angle of 58.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB905 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.26 |
| HSL | 58.7º | 0.95% | 0.38% | - |
| HSV(B) | 58.7º | 0.97% | 0.74% | - |
| XYZ | 38.36 | 45.53 | 6.91 | - |
| YUV | 165.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 5 | 0 | 0.02 | 0.97 | 0.26 | 58.7 | 0.95 | 0.38 |
| Hex | BD | B9 | 5 | 0 | 2 | 61 | 1A | 3B | 5F | 26 |
| Octal | 275 | 271 | 5 | 0 | 2 | 141 | 32 | 73 | 137 | 46 |
| Binary | 10111101 | 10111001 | 101 | 0 | 10 | 1100001 | 11010 | 111011 | 1011111 | 100110 |
Color Harmonies of #BDB905
Complementary color
Monochromatic Colors of #BDB905
Black with #BDB905
Text Example
Text Example
White with #BDB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB905; }
p { color: rgb(189,185,5); }
H1.HeaderClassName
{
color: #BDB905;
}
.AnyTagClassName
{
color: #BDB905;
}
</style>
background-color css
<style>
a { background-color: #BDB905; }
a { background-color: rgb(189,185,5); }
div.DivClassName
{
background-color: #BDB905;
}
.BgClassName
{
background-color: #BDB905;
}
</style>
border-color css
<style>
span { border-color: #BDB905; }
span { border-color: rgb(189,185,5); }
td.TdClassName
{
border-color: #BDB905;
}
.TagClassName
{
border-color: #BDB905;
}
</style>