Shades of La Rioja #BEB919
Tints of La Rioja #BEB919
RGB
CMYK
RGB Variations
Color information
#BEB919 (or 0xBEB919) is known color: La Rioja. HEX triplet: BE, B9 and 19. RGB value is (190,185,25). Sum of RGB (Red+Green+Blue) = 190+185+25=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB919 is #4146E6. Grayscale: #A8A8A8. Windows color (decimal): -4277991 or 1685950. OLE color: 1685950.
HSL color Cylindrical-coordinate representation of color #BEB919: hue angle of 58.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEB919 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 25 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.25 |
| HSL | 58.18º | 0.77% | 0.42% | - |
| HSV(B) | 58.18º | 0.87% | 0.75% | - |
| XYZ | 38.76 | 45.72 | 7.7 | - |
| YUV | 168.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 25 | 0 | 0.03 | 0.87 | 0.25 | 58.18 | 0.77 | 0.42 |
| Hex | BE | B9 | 19 | 0 | 3 | 57 | 19 | 3A | 4D | 2A |
| Octal | 276 | 271 | 31 | 0 | 3 | 127 | 31 | 72 | 115 | 52 |
| Binary | 10111110 | 10111001 | 11001 | 0 | 11 | 1010111 | 11001 | 111010 | 1001101 | 101010 |
Color Harmonies of #BEB919
Complementary color
Monochromatic Colors of #BEB919
Black with #BEB919
Text Example
Text Example
White with #BEB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB919; }
p { color: rgb(190,185,25); }
H1.HeaderClassName
{
color: #BEB919;
}
.AnyTagClassName
{
color: #BEB919;
}
</style>
background-color css
<style>
a { background-color: #BEB919; }
a { background-color: rgb(190,185,25); }
div.DivClassName
{
background-color: #BEB919;
}
.BgClassName
{
background-color: #BEB919;
}
</style>
border-color css
<style>
span { border-color: #BEB919; }
span { border-color: rgb(190,185,25); }
td.TdClassName
{
border-color: #BEB919;
}
.TagClassName
{
border-color: #BEB919;
}
</style>