Shades of La Rioja #BEC607
Tints of La Rioja #BEC607
RGB
CMYK
RGB Variations
Color information
#BEC607 (or 0xBEC607) is known color: La Rioja. HEX triplet: BE, C6 and 07. RGB value is (190,198,7). Sum of RGB (Red+Green+Blue) = 190+198+7=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC607 is #4139F8. Grayscale: #AEAEAE. Windows color (decimal): -4274681 or 509630. OLE color: 509630.
HSL color Cylindrical-coordinate representation of color #BEC607: hue angle of 62.51º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEC607 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.22 |
| HSL | 62.51º | 0.93% | 0.4% | - |
| HSV(B) | 62.51º | 0.96% | 0.78% | - |
| XYZ | 41.47 | 51.35 | 7.93 | - |
| YUV | 173.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 7 | 0.04 | 0 | 0.96 | 0.22 | 62.51 | 0.93 | 0.4 |
| Hex | BE | C6 | 7 | 4 | 0 | 60 | 16 | 3F | 5D | 28 |
| Octal | 276 | 306 | 7 | 4 | 0 | 140 | 26 | 77 | 135 | 50 |
| Binary | 10111110 | 11000110 | 111 | 100 | 0 | 1100000 | 10110 | 111111 | 1011101 | 101000 |
Color Harmonies of #BEC607
Complementary color
Monochromatic Colors of #BEC607
Black with #BEC607
Text Example
Text Example
White with #BEC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC607; }
p { color: rgb(190,198,7); }
H1.HeaderClassName
{
color: #BEC607;
}
.AnyTagClassName
{
color: #BEC607;
}
</style>
background-color css
<style>
a { background-color: #BEC607; }
a { background-color: rgb(190,198,7); }
div.DivClassName
{
background-color: #BEC607;
}
.BgClassName
{
background-color: #BEC607;
}
</style>
border-color css
<style>
span { border-color: #BEC607; }
span { border-color: rgb(190,198,7); }
td.TdClassName
{
border-color: #BEC607;
}
.TagClassName
{
border-color: #BEC607;
}
</style>