Shades of La Rioja #BEB211
Tints of La Rioja #BEB211
RGB
CMYK
RGB Variations
Color information
#BEB211 (or 0xBEB211) is known color: La Rioja. HEX triplet: BE, B2 and 11. RGB value is (190,178,17). Sum of RGB (Red+Green+Blue) = 190+178+17=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB211 is #414DEE. Grayscale: #A3A3A3. Windows color (decimal): -4279791 or 1159870. OLE color: 1159870.
HSL color Cylindrical-coordinate representation of color #BEB211: hue angle of 55.84º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEB211 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.25 |
| HSL | 55.84º | 0.84% | 0.41% | - |
| HSV(B) | 55.84º | 0.91% | 0.75% | - |
| XYZ | 37.26 | 42.83 | 6.83 | - |
| YUV | 163.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 17 | 0 | 0.06 | 0.91 | 0.25 | 55.84 | 0.84 | 0.41 |
| Hex | BE | B2 | 11 | 0 | 6 | 5B | 19 | 38 | 54 | 29 |
| Octal | 276 | 262 | 21 | 0 | 6 | 133 | 31 | 70 | 124 | 51 |
| Binary | 10111110 | 10110010 | 10001 | 0 | 110 | 1011011 | 11001 | 111000 | 1010100 | 101001 |
Color Harmonies of #BEB211
Complementary color
Monochromatic Colors of #BEB211
Black with #BEB211
Text Example
Text Example
White with #BEB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB211; }
p { color: rgb(190,178,17); }
H1.HeaderClassName
{
color: #BEB211;
}
.AnyTagClassName
{
color: #BEB211;
}
</style>
background-color css
<style>
a { background-color: #BEB211; }
a { background-color: rgb(190,178,17); }
div.DivClassName
{
background-color: #BEB211;
}
.BgClassName
{
background-color: #BEB211;
}
</style>
border-color css
<style>
span { border-color: #BEB211; }
span { border-color: rgb(190,178,17); }
td.TdClassName
{
border-color: #BEB211;
}
.TagClassName
{
border-color: #BEB211;
}
</style>