Shades of La Rioja #BDB50D
Tints of La Rioja #BDB50D
RGB
CMYK
RGB Variations
Color information
#BDB50D (or 0xBDB50D) is known color: La Rioja. HEX triplet: BD, B5 and 0D. RGB value is (189,181,13). Sum of RGB (Red+Green+Blue) = 189+181+13=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB50D is #424AF2. Grayscale: #A4A4A4. Windows color (decimal): -4344563 or 898493. OLE color: 898493.
HSL color Cylindrical-coordinate representation of color #BDB50D: hue angle of 57.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB50D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 13 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.26 |
| HSL | 57.27º | 0.87% | 0.4% | - |
| HSV(B) | 57.27º | 0.93% | 0.74% | - |
| XYZ | 37.58 | 43.9 | 6.87 | - |
| YUV | 164.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 13 | 0 | 0.04 | 0.93 | 0.26 | 57.27 | 0.87 | 0.4 |
| Hex | BD | B5 | D | 0 | 4 | 5D | 1A | 39 | 57 | 28 |
| Octal | 275 | 265 | 15 | 0 | 4 | 135 | 32 | 71 | 127 | 50 |
| Binary | 10111101 | 10110101 | 1101 | 0 | 100 | 1011101 | 11010 | 111001 | 1010111 | 101000 |
Color Harmonies of #BDB50D
Complementary color
Monochromatic Colors of #BDB50D
Black with #BDB50D
Text Example
Text Example
White with #BDB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB50D; }
p { color: rgb(189,181,13); }
H1.HeaderClassName
{
color: #BDB50D;
}
.AnyTagClassName
{
color: #BDB50D;
}
</style>
background-color css
<style>
a { background-color: #BDB50D; }
a { background-color: rgb(189,181,13); }
div.DivClassName
{
background-color: #BDB50D;
}
.BgClassName
{
background-color: #BDB50D;
}
</style>
border-color css
<style>
span { border-color: #BDB50D; }
span { border-color: rgb(189,181,13); }
td.TdClassName
{
border-color: #BDB50D;
}
.TagClassName
{
border-color: #BDB50D;
}
</style>