#BECB71

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

Shades of Wild Willow #BECB71

Tints of Wild Willow #BECB71

Color information

#BECB71 (or 0xBECB71) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 71. RGB value is (190,203,113). Sum of RGB (Red+Green+Blue) = 190+203+113=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB71 is #41348E. Grayscale: #BDBDBD. Windows color (decimal): -4273295 or 7457726. OLE color: 7457726.

HSL color Cylindrical-coordinate representation of color #BECB71: hue angle of 68.67º 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 #BECB71 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB190203113-
CMYK0.0600.440.20
HSL68.67º46.39%61.96%-
HSV(B)68.67º44.33%79.61%-
XYZ45.5754.8523.81-
YUV188.8585.19128.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=37.55%
G=40.12%
B=22.33%

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
Decimal1902031130.0600.440.2068.6746.3961.96
HexBECB71602C14452e3e
Octal2763131616054241055676
Binary101111101100101111100011100101100101001000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB71; }

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

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

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

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

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

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

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

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