Shades of La Rioja #BECB0E
Tints of La Rioja #BECB0E
RGB
CMYK
RGB Variations
Color information
#BECB0E (or 0xBECB0E) is known color: La Rioja. HEX triplet: BE, CB and 0E. RGB value is (190,203,14). Sum of RGB (Red+Green+Blue) = 190+203+14=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB0E is #4134F1. Grayscale: #B2B2B2. Windows color (decimal): -4273394 or 969662. OLE color: 969662.
HSL color Cylindrical-coordinate representation of color #BECB0E: hue angle of 64.13º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BECB0E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 14 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.20 |
| HSL | 64.13º | 0.87% | 0.43% | - |
| HSV(B) | 64.13º | 0.93% | 0.8% | - |
| XYZ | 42.67 | 53.69 | 8.53 | - |
| YUV | 177.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 14 | 0.06 | 0 | 0.93 | 0.20 | 64.13 | 0.87 | 0.43 |
| Hex | BE | CB | E | 6 | 0 | 5D | 14 | 40 | 57 | 2B |
| Octal | 276 | 313 | 16 | 6 | 0 | 135 | 24 | 100 | 127 | 53 |
| Binary | 10111110 | 11001011 | 1110 | 110 | 0 | 1011101 | 10100 | 1000000 | 1010111 | 101011 |
Color Harmonies of #BECB0E
Complementary color
Monochromatic Colors of #BECB0E
Black with #BECB0E
Text Example
Text Example
White with #BECB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB0E; }
p { color: rgb(190,203,14); }
H1.HeaderClassName
{
color: #BECB0E;
}
.AnyTagClassName
{
color: #BECB0E;
}
</style>
background-color css
<style>
a { background-color: #BECB0E; }
a { background-color: rgb(190,203,14); }
div.DivClassName
{
background-color: #BECB0E;
}
.BgClassName
{
background-color: #BECB0E;
}
</style>
border-color css
<style>
span { border-color: #BECB0E; }
span { border-color: rgb(190,203,14); }
td.TdClassName
{
border-color: #BECB0E;
}
.TagClassName
{
border-color: #BECB0E;
}
</style>