Shades of La Rioja #BDB904
Tints of La Rioja #BDB904
RGB
CMYK
RGB Variations
Color information
#BDB904 (or 0xBDB904) is known color: La Rioja. HEX triplet: BD, B9 and 04. RGB value is (189,185,4). Sum of RGB (Red+Green+Blue) = 189+185+4=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB904 is #4246FB. Grayscale: #A6A6A6. Windows color (decimal): -4343548 or 309693. OLE color: 309693.
HSL color Cylindrical-coordinate representation of color #BDB904: hue angle of 58.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDB904 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.26 |
| HSL | 58.7º | 0.96% | 0.38% | - |
| HSV(B) | 58.7º | 0.98% | 0.74% | - |
| XYZ | 38.36 | 45.53 | 6.88 | - |
| YUV | 165.56 | 36.83 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 4 | 0 | 0.02 | 0.98 | 0.26 | 58.7 | 0.96 | 0.38 |
| Hex | BD | B9 | 4 | 0 | 2 | 62 | 1A | 3B | 60 | 26 |
| Octal | 275 | 271 | 4 | 0 | 2 | 142 | 32 | 73 | 140 | 46 |
| Binary | 10111101 | 10111001 | 100 | 0 | 10 | 1100010 | 11010 | 111011 | 1100000 | 100110 |
Color Harmonies of #BDB904
Complementary color
Monochromatic Colors of #BDB904
Black with #BDB904
Text Example
Text Example
White with #BDB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB904; }
p { color: rgb(189,185,4); }
H1.HeaderClassName
{
color: #BDB904;
}
.AnyTagClassName
{
color: #BDB904;
}
</style>
background-color css
<style>
a { background-color: #BDB904; }
a { background-color: rgb(189,185,4); }
div.DivClassName
{
background-color: #BDB904;
}
.BgClassName
{
background-color: #BDB904;
}
</style>
border-color css
<style>
span { border-color: #BDB904; }
span { border-color: rgb(189,185,4); }
td.TdClassName
{
border-color: #BDB904;
}
.TagClassName
{
border-color: #BDB904;
}
</style>