Shades of La Rioja #BDB613
Tints of La Rioja #BDB613
RGB
CMYK
RGB Variations
Color information
#BDB613 (or 0xBDB613) is known color: La Rioja. HEX triplet: BD, B6 and 13. RGB value is (189,182,19). Sum of RGB (Red+Green+Blue) = 189+182+19=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB613 is #4249EC. Grayscale: #A6A6A6. Windows color (decimal): -4344301 or 1291965. OLE color: 1291965.
HSL color Cylindrical-coordinate representation of color #BDB613: hue angle of 57.53º 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 #BDB613 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.26 |
| HSL | 57.53º | 0.82% | 0.41% | - |
| HSV(B) | 57.53º | 0.9% | 0.74% | - |
| XYZ | 37.83 | 44.32 | 7.18 | - |
| YUV | 165.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 19 | 0 | 0.04 | 0.90 | 0.26 | 57.53 | 0.82 | 0.41 |
| Hex | BD | B6 | 13 | 0 | 4 | 5A | 1A | 3A | 52 | 29 |
| Octal | 275 | 266 | 23 | 0 | 4 | 132 | 32 | 72 | 122 | 51 |
| Binary | 10111101 | 10110110 | 10011 | 0 | 100 | 1011010 | 11010 | 111010 | 1010010 | 101001 |
Color Harmonies of #BDB613
Complementary color
Monochromatic Colors of #BDB613
Black with #BDB613
Text Example
Text Example
White with #BDB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB613; }
p { color: rgb(189,182,19); }
H1.HeaderClassName
{
color: #BDB613;
}
.AnyTagClassName
{
color: #BDB613;
}
</style>
background-color css
<style>
a { background-color: #BDB613; }
a { background-color: rgb(189,182,19); }
div.DivClassName
{
background-color: #BDB613;
}
.BgClassName
{
background-color: #BDB613;
}
</style>
border-color css
<style>
span { border-color: #BDB613; }
span { border-color: rgb(189,182,19); }
td.TdClassName
{
border-color: #BDB613;
}
.TagClassName
{
border-color: #BDB613;
}
</style>