Shades of La Rioja #BEC015
Tints of La Rioja #BEC015
RGB
CMYK
RGB Variations
Color information
#BEC015 (or 0xBEC015) is known color: La Rioja. HEX triplet: BE, C0 and 15. RGB value is (190,192,21). Sum of RGB (Red+Green+Blue) = 190+192+21=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC015 is #413FEA. Grayscale: #ACACAC. Windows color (decimal): -4276203 or 1425598. OLE color: 1425598.
HSL color Cylindrical-coordinate representation of color #BEC015: hue angle of 60.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC015 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 21 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.25 |
| HSL | 60.7º | 0.8% | 0.42% | - |
| HSV(B) | 60.7º | 0.89% | 0.75% | - |
| XYZ | 40.22 | 48.7 | 7.99 | - |
| YUV | 171.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 21 | 0.01 | 0 | 0.89 | 0.25 | 60.7 | 0.8 | 0.42 |
| Hex | BE | C0 | 15 | 1 | 0 | 59 | 19 | 3D | 50 | 2A |
| Octal | 276 | 300 | 25 | 1 | 0 | 131 | 31 | 75 | 120 | 52 |
| Binary | 10111110 | 11000000 | 10101 | 1 | 0 | 1011001 | 11001 | 111101 | 1010000 | 101010 |
Color Harmonies of #BEC015
Complementary color
Monochromatic Colors of #BEC015
Black with #BEC015
Text Example
Text Example
White with #BEC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC015; }
p { color: rgb(190,192,21); }
H1.HeaderClassName
{
color: #BEC015;
}
.AnyTagClassName
{
color: #BEC015;
}
</style>
background-color css
<style>
a { background-color: #BEC015; }
a { background-color: rgb(190,192,21); }
div.DivClassName
{
background-color: #BEC015;
}
.BgClassName
{
background-color: #BEC015;
}
</style>
border-color css
<style>
span { border-color: #BEC015; }
span { border-color: rgb(190,192,21); }
td.TdClassName
{
border-color: #BEC015;
}
.TagClassName
{
border-color: #BEC015;
}
</style>