Shades of La Rioja #BECA0F
Tints of La Rioja #BECA0F
RGB
CMYK
RGB Variations
Color information
#BECA0F (or 0xBECA0F) is known color: La Rioja. HEX triplet: BE, CA and 0F. RGB value is (190,202,15). Sum of RGB (Red+Green+Blue) = 190+202+15=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA0F is #4135F0. Grayscale: #B1B1B1. Windows color (decimal): -4273649 or 1034942. OLE color: 1034942.
HSL color Cylindrical-coordinate representation of color #BECA0F: hue angle of 63.85º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BECA0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.21 |
| HSL | 63.85º | 0.86% | 0.43% | - |
| HSV(B) | 63.85º | 0.93% | 0.79% | - |
| XYZ | 42.44 | 53.22 | 8.49 | - |
| YUV | 177.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 15 | 0.06 | 0 | 0.93 | 0.21 | 63.85 | 0.86 | 0.43 |
| Hex | BE | CA | F | 6 | 0 | 5D | 15 | 40 | 56 | 2B |
| Octal | 276 | 312 | 17 | 6 | 0 | 135 | 25 | 100 | 126 | 53 |
| Binary | 10111110 | 11001010 | 1111 | 110 | 0 | 1011101 | 10101 | 1000000 | 1010110 | 101011 |
Color Harmonies of #BECA0F
Complementary color
Monochromatic Colors of #BECA0F
Black with #BECA0F
Text Example
Text Example
White with #BECA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA0F; }
p { color: rgb(190,202,15); }
H1.HeaderClassName
{
color: #BECA0F;
}
.AnyTagClassName
{
color: #BECA0F;
}
</style>
background-color css
<style>
a { background-color: #BECA0F; }
a { background-color: rgb(190,202,15); }
div.DivClassName
{
background-color: #BECA0F;
}
.BgClassName
{
background-color: #BECA0F;
}
</style>
border-color css
<style>
span { border-color: #BECA0F; }
span { border-color: rgb(190,202,15); }
td.TdClassName
{
border-color: #BECA0F;
}
.TagClassName
{
border-color: #BECA0F;
}
</style>