Shades of La Rioja #BEC504
Tints of La Rioja #BEC504
RGB
CMYK
RGB Variations
Color information
#BEC504 (or 0xBEC504) is known color: La Rioja. HEX triplet: BE, C5 and 04. RGB value is (190,197,4). Sum of RGB (Red+Green+Blue) = 190+197+4=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC504 is #413AFB. Grayscale: #ADADAD. Windows color (decimal): -4274940 or 312766. OLE color: 312766.
HSL color Cylindrical-coordinate representation of color #BEC504: hue angle of 62.18º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC504 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.23 |
| HSL | 62.18º | 0.96% | 0.39% | - |
| HSV(B) | 62.18º | 0.98% | 0.77% | - |
| XYZ | 41.22 | 50.89 | 7.76 | - |
| YUV | 172.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 4 | 0.04 | 0 | 0.98 | 0.23 | 62.18 | 0.96 | 0.39 |
| Hex | BE | C5 | 4 | 4 | 0 | 62 | 17 | 3E | 60 | 27 |
| Octal | 276 | 305 | 4 | 4 | 0 | 142 | 27 | 76 | 140 | 47 |
| Binary | 10111110 | 11000101 | 100 | 100 | 0 | 1100010 | 10111 | 111110 | 1100000 | 100111 |
Color Harmonies of #BEC504
Complementary color
Monochromatic Colors of #BEC504
Black with #BEC504
Text Example
Text Example
White with #BEC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC504; }
p { color: rgb(190,197,4); }
H1.HeaderClassName
{
color: #BEC504;
}
.AnyTagClassName
{
color: #BEC504;
}
</style>
background-color css
<style>
a { background-color: #BEC504; }
a { background-color: rgb(190,197,4); }
div.DivClassName
{
background-color: #BEC504;
}
.BgClassName
{
background-color: #BEC504;
}
</style>
border-color css
<style>
span { border-color: #BEC504; }
span { border-color: rgb(190,197,4); }
td.TdClassName
{
border-color: #BEC504;
}
.TagClassName
{
border-color: #BEC504;
}
</style>