Shades of La Rioja #BDB10D
Tints of La Rioja #BDB10D
RGB
CMYK
RGB Variations
Color information
#BDB10D (or 0xBDB10D) is known color: La Rioja. HEX triplet: BD, B1 and 0D. RGB value is (189,177,13). Sum of RGB (Red+Green+Blue) = 189+177+13=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB10D is #424EF2. Grayscale: #A2A2A2. Windows color (decimal): -4345587 or 897469. OLE color: 897469.
HSL color Cylindrical-coordinate representation of color #BDB10D: hue angle of 55.91º 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 #BDB10D is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 13 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.26 |
| HSL | 55.91º | 0.87% | 0.4% | - |
| HSV(B) | 55.91º | 0.93% | 0.74% | - |
| XYZ | 36.78 | 42.29 | 6.61 | - |
| YUV | 161.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 13 | 0 | 0.06 | 0.93 | 0.26 | 55.91 | 0.87 | 0.4 |
| Hex | BD | B1 | D | 0 | 6 | 5D | 1A | 38 | 57 | 28 |
| Octal | 275 | 261 | 15 | 0 | 6 | 135 | 32 | 70 | 127 | 50 |
| Binary | 10111101 | 10110001 | 1101 | 0 | 110 | 1011101 | 11010 | 111000 | 1010111 | 101000 |
Color Harmonies of #BDB10D
Complementary color
Monochromatic Colors of #BDB10D
Black with #BDB10D
Text Example
Text Example
White with #BDB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB10D; }
p { color: rgb(189,177,13); }
H1.HeaderClassName
{
color: #BDB10D;
}
.AnyTagClassName
{
color: #BDB10D;
}
</style>
background-color css
<style>
a { background-color: #BDB10D; }
a { background-color: rgb(189,177,13); }
div.DivClassName
{
background-color: #BDB10D;
}
.BgClassName
{
background-color: #BDB10D;
}
</style>
border-color css
<style>
span { border-color: #BDB10D; }
span { border-color: rgb(189,177,13); }
td.TdClassName
{
border-color: #BDB10D;
}
.TagClassName
{
border-color: #BDB10D;
}
</style>