Shades of La Rioja #BEB619
Tints of La Rioja #BEB619
RGB
CMYK
RGB Variations
Color information
#BEB619 (or 0xBEB619) is known color: La Rioja. HEX triplet: BE, B6 and 19. RGB value is (190,182,25). Sum of RGB (Red+Green+Blue) = 190+182+25=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB619 is #4149E6. Grayscale: #A7A7A7. Windows color (decimal): -4278759 or 1685182. OLE color: 1685182.
HSL color Cylindrical-coordinate representation of color #BEB619: hue angle of 57.09º 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 #BEB619 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 25 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.25 |
| HSL | 57.09º | 0.77% | 0.42% | - |
| HSV(B) | 57.09º | 0.87% | 0.75% | - |
| XYZ | 38.14 | 44.47 | 7.49 | - |
| YUV | 166.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 25 | 0 | 0.04 | 0.87 | 0.25 | 57.09 | 0.77 | 0.42 |
| Hex | BE | B6 | 19 | 0 | 4 | 57 | 19 | 39 | 4D | 2A |
| Octal | 276 | 266 | 31 | 0 | 4 | 127 | 31 | 71 | 115 | 52 |
| Binary | 10111110 | 10110110 | 11001 | 0 | 100 | 1010111 | 11001 | 111001 | 1001101 | 101010 |
Color Harmonies of #BEB619
Complementary color
Monochromatic Colors of #BEB619
Black with #BEB619
Text Example
Text Example
White with #BEB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB619; }
p { color: rgb(190,182,25); }
H1.HeaderClassName
{
color: #BEB619;
}
.AnyTagClassName
{
color: #BEB619;
}
</style>
background-color css
<style>
a { background-color: #BEB619; }
a { background-color: rgb(190,182,25); }
div.DivClassName
{
background-color: #BEB619;
}
.BgClassName
{
background-color: #BEB619;
}
</style>
border-color css
<style>
span { border-color: #BEB619; }
span { border-color: rgb(190,182,25); }
td.TdClassName
{
border-color: #BEB619;
}
.TagClassName
{
border-color: #BEB619;
}
</style>