Shades of La Rioja #BDB813
Tints of La Rioja #BDB813
RGB
CMYK
RGB Variations
Color information
#BDB813 (or 0xBDB813) is known color: La Rioja. HEX triplet: BD, B8 and 13. RGB value is (189,184,19). Sum of RGB (Red+Green+Blue) = 189+184+19=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB813 is #4247EC. Grayscale: #A7A7A7. Windows color (decimal): -4343789 or 1292477. OLE color: 1292477.
HSL color Cylindrical-coordinate representation of color #BDB813: hue angle of 58.24º 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 #BDB813 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 19 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.26 |
| HSL | 58.24º | 0.82% | 0.41% | - |
| HSV(B) | 58.24º | 0.9% | 0.74% | - |
| XYZ | 38.24 | 45.15 | 7.31 | - |
| YUV | 166.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 19 | 0 | 0.03 | 0.90 | 0.26 | 58.24 | 0.82 | 0.41 |
| Hex | BD | B8 | 13 | 0 | 3 | 5A | 1A | 3A | 52 | 29 |
| Octal | 275 | 270 | 23 | 0 | 3 | 132 | 32 | 72 | 122 | 51 |
| Binary | 10111101 | 10111000 | 10011 | 0 | 11 | 1011010 | 11010 | 111010 | 1010010 | 101001 |
Color Harmonies of #BDB813
Complementary color
Monochromatic Colors of #BDB813
Black with #BDB813
Text Example
Text Example
White with #BDB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB813; }
p { color: rgb(189,184,19); }
H1.HeaderClassName
{
color: #BDB813;
}
.AnyTagClassName
{
color: #BDB813;
}
</style>
background-color css
<style>
a { background-color: #BDB813; }
a { background-color: rgb(189,184,19); }
div.DivClassName
{
background-color: #BDB813;
}
.BgClassName
{
background-color: #BDB813;
}
</style>
border-color css
<style>
span { border-color: #BDB813; }
span { border-color: rgb(189,184,19); }
td.TdClassName
{
border-color: #BDB813;
}
.TagClassName
{
border-color: #BDB813;
}
</style>