#BECA65

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

Shades of Wild Willow #BECA65

Tints of Wild Willow #BECA65

Color information

#BECA65 (or 0xBECA65) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 65. RGB value is (190,202,101). Sum of RGB (Red+Green+Blue) = 190+202+101=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA65 is #41359A. Grayscale: #BBBBBB. Windows color (decimal): -4273563 or 6671038. OLE color: 6671038.

HSL color Cylindrical-coordinate representation of color #BECA65: hue angle of 67.13º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BECA65 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB190202101-
CMYK0.0600.500.21
HSL67.13º48.79%59.41%-
HSV(B)67.13º50%79.22%-
XYZ44.754.1320.4-
YUV186.979.52130.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=38.54%
G=40.97%
B=20.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021010.0600.500.2167.1348.7959.41
HexBECA6560321543313b
Octal2763121456062251036173
Binary101111101100101011001011100110010101011000011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA65; }

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

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

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

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

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

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

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

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