Shades of La Rioja #BDB815
Tints of La Rioja #BDB815
RGB
CMYK
RGB Variations
Color information
#BDB815 (or 0xBDB815) is known color: La Rioja. HEX triplet: BD, B8 and 15. RGB value is (189,184,21). Sum of RGB (Red+Green+Blue) = 189+184+21=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB815 is #4247EA. Grayscale: #A7A7A7. Windows color (decimal): -4343787 or 1423549. OLE color: 1423549.
HSL color Cylindrical-coordinate representation of color #BDB815: hue angle of 58.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB815 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 21 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.26 |
| HSL | 58.21º | 0.8% | 0.41% | - |
| HSV(B) | 58.21º | 0.89% | 0.74% | - |
| XYZ | 38.26 | 45.15 | 7.41 | - |
| YUV | 166.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 21 | 0 | 0.03 | 0.89 | 0.26 | 58.21 | 0.8 | 0.41 |
| Hex | BD | B8 | 15 | 0 | 3 | 59 | 1A | 3A | 50 | 29 |
| Octal | 275 | 270 | 25 | 0 | 3 | 131 | 32 | 72 | 120 | 51 |
| Binary | 10111101 | 10111000 | 10101 | 0 | 11 | 1011001 | 11010 | 111010 | 1010000 | 101001 |
Color Harmonies of #BDB815
Complementary color
Monochromatic Colors of #BDB815
Black with #BDB815
Text Example
Text Example
White with #BDB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB815; }
p { color: rgb(189,184,21); }
H1.HeaderClassName
{
color: #BDB815;
}
.AnyTagClassName
{
color: #BDB815;
}
</style>
background-color css
<style>
a { background-color: #BDB815; }
a { background-color: rgb(189,184,21); }
div.DivClassName
{
background-color: #BDB815;
}
.BgClassName
{
background-color: #BDB815;
}
</style>
border-color css
<style>
span { border-color: #BDB815; }
span { border-color: rgb(189,184,21); }
td.TdClassName
{
border-color: #BDB815;
}
.TagClassName
{
border-color: #BDB815;
}
</style>