#BECB68

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

Shades of Wild Willow #BECB68

Tints of Wild Willow #BECB68

Color information

#BECB68 (or 0xBECB68) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 68. RGB value is (190,203,104). Sum of RGB (Red+Green+Blue) = 190+203+104=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB68 is #413497. Grayscale: #BCBCBC. Windows color (decimal): -4273304 or 6867902. OLE color: 6867902.

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

Color convert

RGB190203104-
CMYK0.0600.490.20
HSL67.88º48.77%60.2%-
HSV(B)67.88º48.77%79.61%-
XYZ45.0954.6621.27-
YUV187.8380.69129.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 104 (41.02% from 255) = 20.93%
R=38.23%
G=40.85%
B=20.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031040.0600.490.2067.8848.7760.2
HexBECB6860311444313c
Octal2763131506061241046174
Binary101111101100101111010001100110001101001000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB68; }

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

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

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

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

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

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

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

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