Shades of La Rioja #BDB713
Tints of La Rioja #BDB713
RGB
CMYK
RGB Variations
Color information
#BDB713 (or 0xBDB713) is known color: La Rioja. HEX triplet: BD, B7 and 13. RGB value is (189,183,19). Sum of RGB (Red+Green+Blue) = 189+183+19=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB713 is #4248EC. Grayscale: #A6A6A6. Windows color (decimal): -4344045 or 1292221. OLE color: 1292221.
HSL color Cylindrical-coordinate representation of color #BDB713: hue angle of 57.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB713 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 19 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.26 |
| HSL | 57.88º | 0.82% | 0.41% | - |
| HSV(B) | 57.88º | 0.9% | 0.74% | - |
| XYZ | 38.04 | 44.73 | 7.25 | - |
| YUV | 166.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 19 | 0 | 0.03 | 0.90 | 0.26 | 57.88 | 0.82 | 0.41 |
| Hex | BD | B7 | 13 | 0 | 3 | 5A | 1A | 3A | 52 | 29 |
| Octal | 275 | 267 | 23 | 0 | 3 | 132 | 32 | 72 | 122 | 51 |
| Binary | 10111101 | 10110111 | 10011 | 0 | 11 | 1011010 | 11010 | 111010 | 1010010 | 101001 |
Color Harmonies of #BDB713
Complementary color
Monochromatic Colors of #BDB713
Black with #BDB713
Text Example
Text Example
White with #BDB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB713; }
p { color: rgb(189,183,19); }
H1.HeaderClassName
{
color: #BDB713;
}
.AnyTagClassName
{
color: #BDB713;
}
</style>
background-color css
<style>
a { background-color: #BDB713; }
a { background-color: rgb(189,183,19); }
div.DivClassName
{
background-color: #BDB713;
}
.BgClassName
{
background-color: #BDB713;
}
</style>
border-color css
<style>
span { border-color: #BDB713; }
span { border-color: rgb(189,183,19); }
td.TdClassName
{
border-color: #BDB713;
}
.TagClassName
{
border-color: #BDB713;
}
</style>