Shades of La Rioja #BECB11
Tints of La Rioja #BECB11
RGB
CMYK
RGB Variations
Color information
#BECB11 (or 0xBECB11) is known color: La Rioja. HEX triplet: BE, CB and 11. RGB value is (190,203,17). Sum of RGB (Red+Green+Blue) = 190+203+17=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB11 is #4134EE. Grayscale: #B2B2B2. Windows color (decimal): -4273391 or 1166270. OLE color: 1166270.
HSL color Cylindrical-coordinate representation of color #BECB11: hue angle of 64.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BECB11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.20 |
| HSL | 64.19º | 0.85% | 0.43% | - |
| HSV(B) | 64.19º | 0.92% | 0.8% | - |
| XYZ | 42.69 | 53.7 | 8.65 | - |
| YUV | 177.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 17 | 0.06 | 0 | 0.92 | 0.20 | 64.19 | 0.85 | 0.43 |
| Hex | BE | CB | 11 | 6 | 0 | 5C | 14 | 40 | 55 | 2B |
| Octal | 276 | 313 | 21 | 6 | 0 | 134 | 24 | 100 | 125 | 53 |
| Binary | 10111110 | 11001011 | 10001 | 110 | 0 | 1011100 | 10100 | 1000000 | 1010101 | 101011 |
Color Harmonies of #BECB11
Complementary color
Monochromatic Colors of #BECB11
Black with #BECB11
Text Example
Text Example
White with #BECB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB11; }
p { color: rgb(190,203,17); }
H1.HeaderClassName
{
color: #BECB11;
}
.AnyTagClassName
{
color: #BECB11;
}
</style>
background-color css
<style>
a { background-color: #BECB11; }
a { background-color: rgb(190,203,17); }
div.DivClassName
{
background-color: #BECB11;
}
.BgClassName
{
background-color: #BECB11;
}
</style>
border-color css
<style>
span { border-color: #BECB11; }
span { border-color: rgb(190,203,17); }
td.TdClassName
{
border-color: #BECB11;
}
.TagClassName
{
border-color: #BECB11;
}
</style>