Shades of La Rioja #BEC315
Tints of La Rioja #BEC315
RGB
CMYK
RGB Variations
Color information
#BEC315 (or 0xBEC315) is known color: La Rioja. HEX triplet: BE, C3 and 15. RGB value is (190,195,21). Sum of RGB (Red+Green+Blue) = 190+195+21=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC315 is #413CEA. Grayscale: #AEAEAE. Windows color (decimal): -4275435 or 1426366. OLE color: 1426366.
HSL color Cylindrical-coordinate representation of color #BEC315: hue angle of 61.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC315 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.24 |
| HSL | 61.72º | 0.81% | 0.42% | - |
| HSV(B) | 61.72º | 0.89% | 0.76% | - |
| XYZ | 40.89 | 50.03 | 8.21 | - |
| YUV | 173.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 21 | 0.03 | 0 | 0.89 | 0.24 | 61.72 | 0.81 | 0.42 |
| Hex | BE | C3 | 15 | 3 | 0 | 59 | 18 | 3E | 51 | 2A |
| Octal | 276 | 303 | 25 | 3 | 0 | 131 | 30 | 76 | 121 | 52 |
| Binary | 10111110 | 11000011 | 10101 | 11 | 0 | 1011001 | 11000 | 111110 | 1010001 | 101010 |
Color Harmonies of #BEC315
Complementary color
Monochromatic Colors of #BEC315
Black with #BEC315
Text Example
Text Example
White with #BEC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC315; }
p { color: rgb(190,195,21); }
H1.HeaderClassName
{
color: #BEC315;
}
.AnyTagClassName
{
color: #BEC315;
}
</style>
background-color css
<style>
a { background-color: #BEC315; }
a { background-color: rgb(190,195,21); }
div.DivClassName
{
background-color: #BEC315;
}
.BgClassName
{
background-color: #BEC315;
}
</style>
border-color css
<style>
span { border-color: #BEC315; }
span { border-color: rgb(190,195,21); }
td.TdClassName
{
border-color: #BEC315;
}
.TagClassName
{
border-color: #BEC315;
}
</style>