Shades of La Rioja #BDB804
Tints of La Rioja #BDB804
RGB
CMYK
RGB Variations
Color information
#BDB804 (or 0xBDB804) is known color: La Rioja. HEX triplet: BD, B8 and 04. RGB value is (189,184,4). Sum of RGB (Red+Green+Blue) = 189+184+4=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB804 is #4247FB. Grayscale: #A5A5A5. Windows color (decimal): -4343804 or 309437. OLE color: 309437.
HSL color Cylindrical-coordinate representation of color #BDB804: hue angle of 58.38º 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 #BDB804 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.26 |
| HSL | 58.38º | 0.96% | 0.38% | - |
| HSV(B) | 58.38º | 0.98% | 0.74% | - |
| XYZ | 38.15 | 45.11 | 6.81 | - |
| YUV | 164.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 4 | 0 | 0.03 | 0.98 | 0.26 | 58.38 | 0.96 | 0.38 |
| Hex | BD | B8 | 4 | 0 | 3 | 62 | 1A | 3A | 60 | 26 |
| Octal | 275 | 270 | 4 | 0 | 3 | 142 | 32 | 72 | 140 | 46 |
| Binary | 10111101 | 10111000 | 100 | 0 | 11 | 1100010 | 11010 | 111010 | 1100000 | 100110 |
Color Harmonies of #BDB804
Complementary color
Monochromatic Colors of #BDB804
Black with #BDB804
Text Example
Text Example
White with #BDB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB804; }
p { color: rgb(189,184,4); }
H1.HeaderClassName
{
color: #BDB804;
}
.AnyTagClassName
{
color: #BDB804;
}
</style>
background-color css
<style>
a { background-color: #BDB804; }
a { background-color: rgb(189,184,4); }
div.DivClassName
{
background-color: #BDB804;
}
.BgClassName
{
background-color: #BDB804;
}
</style>
border-color css
<style>
span { border-color: #BDB804; }
span { border-color: rgb(189,184,4); }
td.TdClassName
{
border-color: #BDB804;
}
.TagClassName
{
border-color: #BDB804;
}
</style>