Shades of La Rioja #BEB90B
Tints of La Rioja #BEB90B
RGB
CMYK
RGB Variations
Color information
#BEB90B (or 0xBEB90B) is known color: La Rioja. HEX triplet: BE, B9 and 0B. RGB value is (190,185,11). Sum of RGB (Red+Green+Blue) = 190+185+11=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB90B is #4146F4. Grayscale: #A7A7A7. Windows color (decimal): -4278005 or 768446. OLE color: 768446.
HSL color Cylindrical-coordinate representation of color #BEB90B: hue angle of 58.32º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEB90B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.25 |
| HSL | 58.32º | 0.89% | 0.39% | - |
| HSV(B) | 58.32º | 0.94% | 0.75% | - |
| XYZ | 38.64 | 45.67 | 7.09 | - |
| YUV | 166.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 11 | 0 | 0.03 | 0.94 | 0.25 | 58.32 | 0.89 | 0.39 |
| Hex | BE | B9 | B | 0 | 3 | 5E | 19 | 3A | 59 | 27 |
| Octal | 276 | 271 | 13 | 0 | 3 | 136 | 31 | 72 | 131 | 47 |
| Binary | 10111110 | 10111001 | 1011 | 0 | 11 | 1011110 | 11001 | 111010 | 1011001 | 100111 |
Color Harmonies of #BEB90B
Complementary color
Monochromatic Colors of #BEB90B
Black with #BEB90B
Text Example
Text Example
White with #BEB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB90B; }
p { color: rgb(190,185,11); }
H1.HeaderClassName
{
color: #BEB90B;
}
.AnyTagClassName
{
color: #BEB90B;
}
</style>
background-color css
<style>
a { background-color: #BEB90B; }
a { background-color: rgb(190,185,11); }
div.DivClassName
{
background-color: #BEB90B;
}
.BgClassName
{
background-color: #BEB90B;
}
</style>
border-color css
<style>
span { border-color: #BEB90B; }
span { border-color: rgb(190,185,11); }
td.TdClassName
{
border-color: #BEB90B;
}
.TagClassName
{
border-color: #BEB90B;
}
</style>