#BECA07

Color #BECA07 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BECA07

Tints of La Rioja #BECA07

Color information

#BECA07 (or 0xBECA07) is unknown color: approx La Rioja. HEX triplet: BE, CA and 07. RGB value is (190,202,7). Sum of RGB (Red+Green+Blue) = 190+202+7=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA07 is #4135F8. Grayscale: #B0B0B0. Windows color (decimal): -4273657 or 510654. OLE color: 510654.

HSL color Cylindrical-coordinate representation of color #BECA07: hue angle of 63.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BECA07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB1902027-
CMYK0.0600.970.21
HSL63.69º93.3%40.98%-
HSV(B)63.69º96.53%79.22%-
XYZ42.3953.28.24-
YUV176.1832.52137.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=47.62%
G=50.63%
B=1.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19020270.0600.970.2163.6993.340.98
HexBECA7606115405d29
Octal2763127601412510013551
Binary1011111011001010111110011000011010110000001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA07; }

 p { color: rgb(190,202,7); }

 H1.HeaderClassName
 {
   color: #BECA07;
 }
 .AnyTagClassName
 {
   color: #BECA07;
 }
</style>
background-color css

<style>
 a { background-color: #BECA07; }

 a { background-color: rgb(190,202,7); }

 div.DivClassName
 {
   background-color: #BECA07;
 }
 .BgClassName
 {
   background-color: #BECA07;
 }
</style>
border-color css

<style>
 span { border-color: #BECA07; }

 span { border-color: rgb(190,202,7); }

 td.TdClassName
 {
   border-color: #BECA07;
 }
 .TagClassName
 {
   border-color: #BECA07;
 }
</style>