#BECB72

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

Shades of Wild Willow #BECB72

Tints of Wild Willow #BECB72

Color information

#BECB72 (or 0xBECB72) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 72. RGB value is (190,203,114). Sum of RGB (Red+Green+Blue) = 190+203+114=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB72 is #41348D. Grayscale: #BDBDBD. Windows color (decimal): -4273294 or 7523262. OLE color: 7523262.

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

Color convert

RGB190203114-
CMYK0.0600.440.20
HSL68.76º46.11%62.16%-
HSV(B)68.76º43.84%79.61%-
XYZ45.6354.8724.11-
YUV188.9785.69128.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=37.48%
G=40.04%
B=22.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031140.0600.440.2068.7646.1162.16
HexBECB72602C14452e3e
Octal2763131626054241055676
Binary101111101100101111100101100101100101001000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB72; }

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

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

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

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

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

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

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

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