Shades of La Rioja #BEC013
Tints of La Rioja #BEC013
RGB
CMYK
RGB Variations
Color information
#BEC013 (or 0xBEC013) is known color: La Rioja. HEX triplet: BE, C0 and 13. RGB value is (190,192,19). Sum of RGB (Red+Green+Blue) = 190+192+19=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC013 is #413FEC. Grayscale: #ACACAC. Windows color (decimal): -4276205 or 1294526. OLE color: 1294526.
HSL color Cylindrical-coordinate representation of color #BEC013: hue angle of 60.69º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC013 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 19 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.25 |
| HSL | 60.69º | 0.82% | 0.41% | - |
| HSV(B) | 60.69º | 0.9% | 0.75% | - |
| XYZ | 40.2 | 48.69 | 7.9 | - |
| YUV | 171.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 19 | 0.01 | 0 | 0.90 | 0.25 | 60.69 | 0.82 | 0.41 |
| Hex | BE | C0 | 13 | 1 | 0 | 5A | 19 | 3D | 52 | 29 |
| Octal | 276 | 300 | 23 | 1 | 0 | 132 | 31 | 75 | 122 | 51 |
| Binary | 10111110 | 11000000 | 10011 | 1 | 0 | 1011010 | 11001 | 111101 | 1010010 | 101001 |
Color Harmonies of #BEC013
Complementary color
Monochromatic Colors of #BEC013
Black with #BEC013
Text Example
Text Example
White with #BEC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC013; }
p { color: rgb(190,192,19); }
H1.HeaderClassName
{
color: #BEC013;
}
.AnyTagClassName
{
color: #BEC013;
}
</style>
background-color css
<style>
a { background-color: #BEC013; }
a { background-color: rgb(190,192,19); }
div.DivClassName
{
background-color: #BEC013;
}
.BgClassName
{
background-color: #BEC013;
}
</style>
border-color css
<style>
span { border-color: #BEC013; }
span { border-color: rgb(190,192,19); }
td.TdClassName
{
border-color: #BEC013;
}
.TagClassName
{
border-color: #BEC013;
}
</style>