Shades of La Rioja #BDB718
Tints of La Rioja #BDB718
RGB
CMYK
RGB Variations
Color information
#BDB718 (or 0xBDB718) is known color: La Rioja. HEX triplet: BD, B7 and 18. RGB value is (189,183,24). Sum of RGB (Red+Green+Blue) = 189+183+24=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB718 is #4248E7. Grayscale: #A7A7A7. Windows color (decimal): -4344040 or 1619901. OLE color: 1619901.
HSL color Cylindrical-coordinate representation of color #BDB718: hue angle of 57.82º 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 #BDB718 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 24 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.26 |
| HSL | 57.82º | 0.77% | 0.42% | - |
| HSV(B) | 57.82º | 0.87% | 0.74% | - |
| XYZ | 38.08 | 44.75 | 7.49 | - |
| YUV | 166.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 24 | 0 | 0.03 | 0.87 | 0.26 | 57.82 | 0.77 | 0.42 |
| Hex | BD | B7 | 18 | 0 | 3 | 57 | 1A | 3A | 4D | 2A |
| Octal | 275 | 267 | 30 | 0 | 3 | 127 | 32 | 72 | 115 | 52 |
| Binary | 10111101 | 10110111 | 11000 | 0 | 11 | 1010111 | 11010 | 111010 | 1001101 | 101010 |
Color Harmonies of #BDB718
Complementary color
Monochromatic Colors of #BDB718
Black with #BDB718
Text Example
Text Example
White with #BDB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB718; }
p { color: rgb(189,183,24); }
H1.HeaderClassName
{
color: #BDB718;
}
.AnyTagClassName
{
color: #BDB718;
}
</style>
background-color css
<style>
a { background-color: #BDB718; }
a { background-color: rgb(189,183,24); }
div.DivClassName
{
background-color: #BDB718;
}
.BgClassName
{
background-color: #BDB718;
}
</style>
border-color css
<style>
span { border-color: #BDB718; }
span { border-color: rgb(189,183,24); }
td.TdClassName
{
border-color: #BDB718;
}
.TagClassName
{
border-color: #BDB718;
}
</style>