Shades of La Rioja #BDBB17
Tints of La Rioja #BDBB17
RGB
CMYK
RGB Variations
Color information
#BDBB17 (or 0xBDBB17) is known color: La Rioja. HEX triplet: BD, BB and 17. RGB value is (189,187,23). Sum of RGB (Red+Green+Blue) = 189+187+23=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB17 is #4244E8. Grayscale: #A9A9A9. Windows color (decimal): -4343017 or 1555389. OLE color: 1555389.
HSL color Cylindrical-coordinate representation of color #BDBB17: hue angle of 59.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDBB17 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 23 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.26 |
| HSL | 59.28º | 0.78% | 0.42% | - |
| HSV(B) | 59.28º | 0.88% | 0.74% | - |
| XYZ | 38.91 | 46.42 | 7.72 | - |
| YUV | 168.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 23 | 0 | 0.01 | 0.88 | 0.26 | 59.28 | 0.78 | 0.42 |
| Hex | BD | BB | 17 | 0 | 1 | 58 | 1A | 3B | 4E | 2A |
| Octal | 275 | 273 | 27 | 0 | 1 | 130 | 32 | 73 | 116 | 52 |
| Binary | 10111101 | 10111011 | 10111 | 0 | 1 | 1011000 | 11010 | 111011 | 1001110 | 101010 |
Color Harmonies of #BDBB17
Complementary color
Monochromatic Colors of #BDBB17
Black with #BDBB17
Text Example
Text Example
White with #BDBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB17; }
p { color: rgb(189,187,23); }
H1.HeaderClassName
{
color: #BDBB17;
}
.AnyTagClassName
{
color: #BDBB17;
}
</style>
background-color css
<style>
a { background-color: #BDBB17; }
a { background-color: rgb(189,187,23); }
div.DivClassName
{
background-color: #BDBB17;
}
.BgClassName
{
background-color: #BDBB17;
}
</style>
border-color css
<style>
span { border-color: #BDBB17; }
span { border-color: rgb(189,187,23); }
td.TdClassName
{
border-color: #BDBB17;
}
.TagClassName
{
border-color: #BDBB17;
}
</style>