Shades of La Rioja #BEB711
Tints of La Rioja #BEB711
RGB
CMYK
RGB Variations
Color information
#BEB711 (or 0xBEB711) is known color: La Rioja. HEX triplet: BE, B7 and 11. RGB value is (190,183,17). Sum of RGB (Red+Green+Blue) = 190+183+17=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB711 is #4148EE. Grayscale: #A6A6A6. Windows color (decimal): -4278511 or 1161150. OLE color: 1161150.
HSL color Cylindrical-coordinate representation of color #BEB711: hue angle of 57.57º 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 #BEB711 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 17 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.25 |
| HSL | 57.57º | 0.84% | 0.41% | - |
| HSV(B) | 57.57º | 0.91% | 0.75% | - |
| XYZ | 38.27 | 44.85 | 7.17 | - |
| YUV | 166.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 17 | 0 | 0.04 | 0.91 | 0.25 | 57.57 | 0.84 | 0.41 |
| Hex | BE | B7 | 11 | 0 | 4 | 5B | 19 | 3A | 54 | 29 |
| Octal | 276 | 267 | 21 | 0 | 4 | 133 | 31 | 72 | 124 | 51 |
| Binary | 10111110 | 10110111 | 10001 | 0 | 100 | 1011011 | 11001 | 111010 | 1010100 | 101001 |
Color Harmonies of #BEB711
Complementary color
Monochromatic Colors of #BEB711
Black with #BEB711
Text Example
Text Example
White with #BEB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB711; }
p { color: rgb(190,183,17); }
H1.HeaderClassName
{
color: #BEB711;
}
.AnyTagClassName
{
color: #BEB711;
}
</style>
background-color css
<style>
a { background-color: #BEB711; }
a { background-color: rgb(190,183,17); }
div.DivClassName
{
background-color: #BEB711;
}
.BgClassName
{
background-color: #BEB711;
}
</style>
border-color css
<style>
span { border-color: #BEB711; }
span { border-color: rgb(190,183,17); }
td.TdClassName
{
border-color: #BEB711;
}
.TagClassName
{
border-color: #BEB711;
}
</style>