#BECB69

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

Shades of Wild Willow #BECB69

Tints of Wild Willow #BECB69

Color information

#BECB69 (or 0xBECB69) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 69. RGB value is (190,203,105). Sum of RGB (Red+Green+Blue) = 190+203+105=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB69 is #413496. Grayscale: #BCBCBC. Windows color (decimal): -4273303 or 6933438. OLE color: 6933438.

HSL color Cylindrical-coordinate representation of color #BECB69: hue angle of 67.96º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BECB69 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB190203105-
CMYK0.0600.480.20
HSL67.96º48.51%60.39%-
HSV(B)67.96º48.28%79.61%-
XYZ45.1454.6821.54-
YUV187.9481.19129.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 105 (41.41% from 255) = 21.08%
R=38.15%
G=40.76%
B=21.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031050.0600.480.2067.9648.5160.39
HexBECB6960301444313c
Octal2763131516060241046174
Binary101111101100101111010011100110000101001000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB69; }

 p { color: rgb(190,203,105); }

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

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

 a { background-color: rgb(190,203,105); }

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

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

 span { border-color: rgb(190,203,105); }

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