Shades of La Rioja #BDB210
Tints of La Rioja #BDB210
RGB
CMYK
RGB Variations
Color information
#BDB210 (or 0xBDB210) is known color: La Rioja. HEX triplet: BD, B2 and 10. RGB value is (189,178,16). Sum of RGB (Red+Green+Blue) = 189+178+16=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB210 is #424DEF. Grayscale: #A3A3A3. Windows color (decimal): -4345328 or 1094333. OLE color: 1094333.
HSL color Cylindrical-coordinate representation of color #BDB210: hue angle of 56.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDB210 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.26 |
| HSL | 56.18º | 0.84% | 0.4% | - |
| HSV(B) | 56.18º | 0.92% | 0.74% | - |
| XYZ | 37 | 42.7 | 6.78 | - |
| YUV | 162.82 | 45.14 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 16 | 0 | 0.06 | 0.92 | 0.26 | 56.18 | 0.84 | 0.4 |
| Hex | BD | B2 | 10 | 0 | 6 | 5C | 1A | 38 | 54 | 28 |
| Octal | 275 | 262 | 20 | 0 | 6 | 134 | 32 | 70 | 124 | 50 |
| Binary | 10111101 | 10110010 | 10000 | 0 | 110 | 1011100 | 11010 | 111000 | 1010100 | 101000 |
Color Harmonies of #BDB210
Complementary color
Monochromatic Colors of #BDB210
Black with #BDB210
Text Example
Text Example
White with #BDB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB210; }
p { color: rgb(189,178,16); }
H1.HeaderClassName
{
color: #BDB210;
}
.AnyTagClassName
{
color: #BDB210;
}
</style>
background-color css
<style>
a { background-color: #BDB210; }
a { background-color: rgb(189,178,16); }
div.DivClassName
{
background-color: #BDB210;
}
.BgClassName
{
background-color: #BDB210;
}
</style>
border-color css
<style>
span { border-color: #BDB210; }
span { border-color: rgb(189,178,16); }
td.TdClassName
{
border-color: #BDB210;
}
.TagClassName
{
border-color: #BDB210;
}
</style>