Shades of La Rioja #BDB211
Tints of La Rioja #BDB211
RGB
CMYK
RGB Variations
Color information
#BDB211 (or 0xBDB211) is known color: La Rioja. HEX triplet: BD, B2 and 11. RGB value is (189,178,17). Sum of RGB (Red+Green+Blue) = 189+178+17=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB211 is #424DEE. Grayscale: #A3A3A3. Windows color (decimal): -4345327 or 1159869. OLE color: 1159869.
HSL color Cylindrical-coordinate representation of color #BDB211: hue angle of 56.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDB211 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.26 |
| HSL | 56.16º | 0.83% | 0.4% | - |
| HSV(B) | 56.16º | 0.91% | 0.74% | - |
| XYZ | 37.01 | 42.7 | 6.82 | - |
| YUV | 162.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 17 | 0 | 0.06 | 0.91 | 0.26 | 56.16 | 0.83 | 0.4 |
| Hex | BD | B2 | 11 | 0 | 6 | 5B | 1A | 38 | 53 | 28 |
| Octal | 275 | 262 | 21 | 0 | 6 | 133 | 32 | 70 | 123 | 50 |
| Binary | 10111101 | 10110010 | 10001 | 0 | 110 | 1011011 | 11010 | 111000 | 1010011 | 101000 |
Color Harmonies of #BDB211
Complementary color
Monochromatic Colors of #BDB211
Black with #BDB211
Text Example
Text Example
White with #BDB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB211; }
p { color: rgb(189,178,17); }
H1.HeaderClassName
{
color: #BDB211;
}
.AnyTagClassName
{
color: #BDB211;
}
</style>
background-color css
<style>
a { background-color: #BDB211; }
a { background-color: rgb(189,178,17); }
div.DivClassName
{
background-color: #BDB211;
}
.BgClassName
{
background-color: #BDB211;
}
</style>
border-color css
<style>
span { border-color: #BDB211; }
span { border-color: rgb(189,178,17); }
td.TdClassName
{
border-color: #BDB211;
}
.TagClassName
{
border-color: #BDB211;
}
</style>