Shades of La Rioja #BDB519
Tints of La Rioja #BDB519
RGB
CMYK
RGB Variations
Color information
#BDB519 (or 0xBDB519) is known color: La Rioja. HEX triplet: BD, B5 and 19. RGB value is (189,181,25). Sum of RGB (Red+Green+Blue) = 189+181+25=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB519 is #424AE6. Grayscale: #A6A6A6. Windows color (decimal): -4344551 or 1684925. OLE color: 1684925.
HSL color Cylindrical-coordinate representation of color #BDB519: hue angle of 57.07º 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 #BDB519 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 25 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.26 |
| HSL | 57.07º | 0.77% | 0.42% | - |
| HSV(B) | 57.07º | 0.87% | 0.74% | - |
| XYZ | 37.69 | 43.94 | 7.41 | - |
| YUV | 165.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 25 | 0 | 0.04 | 0.87 | 0.26 | 57.07 | 0.77 | 0.42 |
| Hex | BD | B5 | 19 | 0 | 4 | 57 | 1A | 39 | 4D | 2A |
| Octal | 275 | 265 | 31 | 0 | 4 | 127 | 32 | 71 | 115 | 52 |
| Binary | 10111101 | 10110101 | 11001 | 0 | 100 | 1010111 | 11010 | 111001 | 1001101 | 101010 |
Color Harmonies of #BDB519
Complementary color
Monochromatic Colors of #BDB519
Black with #BDB519
Text Example
Text Example
White with #BDB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB519; }
p { color: rgb(189,181,25); }
H1.HeaderClassName
{
color: #BDB519;
}
.AnyTagClassName
{
color: #BDB519;
}
</style>
background-color css
<style>
a { background-color: #BDB519; }
a { background-color: rgb(189,181,25); }
div.DivClassName
{
background-color: #BDB519;
}
.BgClassName
{
background-color: #BDB519;
}
</style>
border-color css
<style>
span { border-color: #BDB519; }
span { border-color: rgb(189,181,25); }
td.TdClassName
{
border-color: #BDB519;
}
.TagClassName
{
border-color: #BDB519;
}
</style>