#BECA71

Color #BECA71 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BECA71

Tints of Wild Willow #BECA71

Color information

#BECA71 (or 0xBECA71) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 71. RGB value is (190,202,113). Sum of RGB (Red+Green+Blue) = 190+202+113=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA71 is #41358E. Grayscale: #BCBCBC. Windows color (decimal): -4273551 or 7457470. OLE color: 7457470.

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

Color convert

RGB190202113-
CMYK0.0600.440.21
HSL68.09º45.64%61.76%-
HSV(B)68.09º44.06%79.22%-
XYZ45.3454.3823.73-
YUV188.2785.52129.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=37.62%
G=40%
B=22.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021130.0600.440.2168.0945.6461.76
HexBECA71602C15442e3e
Octal2763121616054251045676
Binary101111101100101011100011100101100101011000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA71; }

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

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

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

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

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

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

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

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