Shades of La Rioja #BDBD15
Tints of La Rioja #BDBD15
RGB
CMYK
RGB Variations
Color information
#BDBD15 (or 0xBDBD15) is known color: La Rioja. HEX triplet: BD, BD and 15. RGB value is (189,189,21). Sum of RGB (Red+Green+Blue) = 189+189+21=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD15 is #4242EA. Grayscale: #AAAAAA. Windows color (decimal): -4342507 or 1424829. OLE color: 1424829.
HSL color Cylindrical-coordinate representation of color #BDBD15: hue angle of 60º 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 #BDBD15 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 21 | - |
| CMYK | 0 | 0 | 0.89 | 0.26 |
| HSL | 60º | 0.8% | 0.41% | - |
| HSV(B) | 60º | 0.89% | 0.74% | - |
| XYZ | 39.32 | 47.27 | 7.76 | - |
| YUV | 169.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 21 | 0 | 0 | 0.89 | 0.26 | 60 | 0.8 | 0.41 |
| Hex | BD | BD | 15 | 0 | 0 | 59 | 1A | 3C | 50 | 29 |
| Octal | 275 | 275 | 25 | 0 | 0 | 131 | 32 | 74 | 120 | 51 |
| Binary | 10111101 | 10111101 | 10101 | 0 | 0 | 1011001 | 11010 | 111100 | 1010000 | 101001 |
Color Harmonies of #BDBD15
Complementary color
Monochromatic Colors of #BDBD15
Black with #BDBD15
Text Example
Text Example
White with #BDBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD15; }
p { color: rgb(189,189,21); }
H1.HeaderClassName
{
color: #BDBD15;
}
.AnyTagClassName
{
color: #BDBD15;
}
</style>
background-color css
<style>
a { background-color: #BDBD15; }
a { background-color: rgb(189,189,21); }
div.DivClassName
{
background-color: #BDBD15;
}
.BgClassName
{
background-color: #BDBD15;
}
</style>
border-color css
<style>
span { border-color: #BDBD15; }
span { border-color: rgb(189,189,21); }
td.TdClassName
{
border-color: #BDBD15;
}
.TagClassName
{
border-color: #BDBD15;
}
</style>