Shades of La Rioja #BDB919
Tints of La Rioja #BDB919
RGB
CMYK
RGB Variations
Color information
#BDB919 (or 0xBDB919) is known color: La Rioja. HEX triplet: BD, B9 and 19. RGB value is (189,185,25). Sum of RGB (Red+Green+Blue) = 189+185+25=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB919 is #4246E6. Grayscale: #A8A8A8. Windows color (decimal): -4343527 or 1685949. OLE color: 1685949.
HSL color Cylindrical-coordinate representation of color #BDB919: hue angle of 58.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDB919 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 25 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.26 |
| HSL | 58.54º | 0.77% | 0.42% | - |
| HSV(B) | 58.54º | 0.87% | 0.74% | - |
| XYZ | 38.51 | 45.59 | 7.69 | - |
| YUV | 167.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 25 | 0 | 0.02 | 0.87 | 0.26 | 58.54 | 0.77 | 0.42 |
| Hex | BD | B9 | 19 | 0 | 2 | 57 | 1A | 3B | 4D | 2A |
| Octal | 275 | 271 | 31 | 0 | 2 | 127 | 32 | 73 | 115 | 52 |
| Binary | 10111101 | 10111001 | 11001 | 0 | 10 | 1010111 | 11010 | 111011 | 1001101 | 101010 |
Color Harmonies of #BDB919
Complementary color
Monochromatic Colors of #BDB919
Black with #BDB919
Text Example
Text Example
White with #BDB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB919; }
p { color: rgb(189,185,25); }
H1.HeaderClassName
{
color: #BDB919;
}
.AnyTagClassName
{
color: #BDB919;
}
</style>
background-color css
<style>
a { background-color: #BDB919; }
a { background-color: rgb(189,185,25); }
div.DivClassName
{
background-color: #BDB919;
}
.BgClassName
{
background-color: #BDB919;
}
</style>
border-color css
<style>
span { border-color: #BDB919; }
span { border-color: rgb(189,185,25); }
td.TdClassName
{
border-color: #BDB919;
}
.TagClassName
{
border-color: #BDB919;
}
</style>