Shades of La Rioja #BEC010
Tints of La Rioja #BEC010
RGB
CMYK
RGB Variations
Color information
#BEC010 (or 0xBEC010) is known color: La Rioja. HEX triplet: BE, C0 and 10. RGB value is (190,192,16). Sum of RGB (Red+Green+Blue) = 190+192+16=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC010 is #413FEF. Grayscale: #ACACAC. Windows color (decimal): -4276208 or 1097918. OLE color: 1097918.
HSL color Cylindrical-coordinate representation of color #BEC010: hue angle of 60.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC010 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 16 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.25 |
| HSL | 60.68º | 0.85% | 0.41% | - |
| HSV(B) | 60.68º | 0.92% | 0.75% | - |
| XYZ | 40.18 | 48.68 | 7.77 | - |
| YUV | 171.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 16 | 0.01 | 0 | 0.92 | 0.25 | 60.68 | 0.85 | 0.41 |
| Hex | BE | C0 | 10 | 1 | 0 | 5C | 19 | 3D | 55 | 29 |
| Octal | 276 | 300 | 20 | 1 | 0 | 134 | 31 | 75 | 125 | 51 |
| Binary | 10111110 | 11000000 | 10000 | 1 | 0 | 1011100 | 11001 | 111101 | 1010101 | 101001 |
Color Harmonies of #BEC010
Complementary color
Monochromatic Colors of #BEC010
Black with #BEC010
Text Example
Text Example
White with #BEC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC010; }
p { color: rgb(190,192,16); }
H1.HeaderClassName
{
color: #BEC010;
}
.AnyTagClassName
{
color: #BEC010;
}
</style>
background-color css
<style>
a { background-color: #BEC010; }
a { background-color: rgb(190,192,16); }
div.DivClassName
{
background-color: #BEC010;
}
.BgClassName
{
background-color: #BEC010;
}
</style>
border-color css
<style>
span { border-color: #BEC010; }
span { border-color: rgb(190,192,16); }
td.TdClassName
{
border-color: #BEC010;
}
.TagClassName
{
border-color: #BEC010;
}
</style>