Shades of La Rioja #BEC007
Tints of La Rioja #BEC007
RGB
CMYK
RGB Variations
Color information
#BEC007 (or 0xBEC007) is known color: La Rioja. HEX triplet: BE, C0 and 07. RGB value is (190,192,7). Sum of RGB (Red+Green+Blue) = 190+192+7=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC007 is #413FF8. Grayscale: #ABABAB. Windows color (decimal): -4276217 or 508094. OLE color: 508094.
HSL color Cylindrical-coordinate representation of color #BEC007: hue angle of 60.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEC007 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 7 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.25 |
| HSL | 60.65º | 0.93% | 0.39% | - |
| HSV(B) | 60.65º | 0.96% | 0.75% | - |
| XYZ | 40.12 | 48.66 | 7.48 | - |
| YUV | 170.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 7 | 0.01 | 0 | 0.96 | 0.25 | 60.65 | 0.93 | 0.39 |
| Hex | BE | C0 | 7 | 1 | 0 | 60 | 19 | 3D | 5D | 27 |
| Octal | 276 | 300 | 7 | 1 | 0 | 140 | 31 | 75 | 135 | 47 |
| Binary | 10111110 | 11000000 | 111 | 1 | 0 | 1100000 | 11001 | 111101 | 1011101 | 100111 |
Color Harmonies of #BEC007
Complementary color
Monochromatic Colors of #BEC007
Black with #BEC007
Text Example
Text Example
White with #BEC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC007; }
p { color: rgb(190,192,7); }
H1.HeaderClassName
{
color: #BEC007;
}
.AnyTagClassName
{
color: #BEC007;
}
</style>
background-color css
<style>
a { background-color: #BEC007; }
a { background-color: rgb(190,192,7); }
div.DivClassName
{
background-color: #BEC007;
}
.BgClassName
{
background-color: #BEC007;
}
</style>
border-color css
<style>
span { border-color: #BEC007; }
span { border-color: rgb(190,192,7); }
td.TdClassName
{
border-color: #BEC007;
}
.TagClassName
{
border-color: #BEC007;
}
</style>