Shades of La Rioja #BDB717
Tints of La Rioja #BDB717
RGB
CMYK
RGB Variations
Color information
#BDB717 (or 0xBDB717) is known color: La Rioja. HEX triplet: BD, B7 and 17. RGB value is (189,183,23). Sum of RGB (Red+Green+Blue) = 189+183+23=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB717 is #4248E8. Grayscale: #A7A7A7. Windows color (decimal): -4344041 or 1554365. OLE color: 1554365.
HSL color Cylindrical-coordinate representation of color #BDB717: hue angle of 57.83º 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 #BDB717 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 23 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.26 |
| HSL | 57.83º | 0.78% | 0.42% | - |
| HSV(B) | 57.83º | 0.88% | 0.74% | - |
| XYZ | 38.07 | 44.75 | 7.44 | - |
| YUV | 166.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 23 | 0 | 0.03 | 0.88 | 0.26 | 57.83 | 0.78 | 0.42 |
| Hex | BD | B7 | 17 | 0 | 3 | 58 | 1A | 3A | 4E | 2A |
| Octal | 275 | 267 | 27 | 0 | 3 | 130 | 32 | 72 | 116 | 52 |
| Binary | 10111101 | 10110111 | 10111 | 0 | 11 | 1011000 | 11010 | 111010 | 1001110 | 101010 |
Color Harmonies of #BDB717
Complementary color
Monochromatic Colors of #BDB717
Black with #BDB717
Text Example
Text Example
White with #BDB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB717; }
p { color: rgb(189,183,23); }
H1.HeaderClassName
{
color: #BDB717;
}
.AnyTagClassName
{
color: #BDB717;
}
</style>
background-color css
<style>
a { background-color: #BDB717; }
a { background-color: rgb(189,183,23); }
div.DivClassName
{
background-color: #BDB717;
}
.BgClassName
{
background-color: #BDB717;
}
</style>
border-color css
<style>
span { border-color: #BDB717; }
span { border-color: rgb(189,183,23); }
td.TdClassName
{
border-color: #BDB717;
}
.TagClassName
{
border-color: #BDB717;
}
</style>