Shades of La Rioja #BEC813
Tints of La Rioja #BEC813
RGB
CMYK
RGB Variations
Color information
#BEC813 (or 0xBEC813) is known color: La Rioja. HEX triplet: BE, C8 and 13. RGB value is (190,200,19). Sum of RGB (Red+Green+Blue) = 190+200+19=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC813 is #4137EC. Grayscale: #B1B1B1. Windows color (decimal): -4274157 or 1296574. OLE color: 1296574.
HSL color Cylindrical-coordinate representation of color #BEC813: hue angle of 63.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC813 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.22 |
| HSL | 63.31º | 0.83% | 0.43% | - |
| HSV(B) | 63.31º | 0.91% | 0.78% | - |
| XYZ | 42.01 | 52.3 | 8.5 | - |
| YUV | 176.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 19 | 0.05 | 0 | 0.90 | 0.22 | 63.31 | 0.83 | 0.43 |
| Hex | BE | C8 | 13 | 5 | 0 | 5A | 16 | 3F | 53 | 2B |
| Octal | 276 | 310 | 23 | 5 | 0 | 132 | 26 | 77 | 123 | 53 |
| Binary | 10111110 | 11001000 | 10011 | 101 | 0 | 1011010 | 10110 | 111111 | 1010011 | 101011 |
Color Harmonies of #BEC813
Complementary color
Monochromatic Colors of #BEC813
Black with #BEC813
Text Example
Text Example
White with #BEC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC813; }
p { color: rgb(190,200,19); }
H1.HeaderClassName
{
color: #BEC813;
}
.AnyTagClassName
{
color: #BEC813;
}
</style>
background-color css
<style>
a { background-color: #BEC813; }
a { background-color: rgb(190,200,19); }
div.DivClassName
{
background-color: #BEC813;
}
.BgClassName
{
background-color: #BEC813;
}
</style>
border-color css
<style>
span { border-color: #BEC813; }
span { border-color: rgb(190,200,19); }
td.TdClassName
{
border-color: #BEC813;
}
.TagClassName
{
border-color: #BEC813;
}
</style>