#BECB70

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

Shades of Wild Willow #BECB70

Tints of Wild Willow #BECB70

Color information

#BECB70 (or 0xBECB70) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 70. RGB value is (190,203,112). Sum of RGB (Red+Green+Blue) = 190+203+112=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB70 is #41348F. Grayscale: #BDBDBD. Windows color (decimal): -4273296 or 7392190. OLE color: 7392190.

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

Color convert

RGB190203112-
CMYK0.0600.450.20
HSL68.57º46.67%61.76%-
HSV(B)68.57º44.83%79.61%-
XYZ45.5254.8323.51-
YUV188.7484.69128.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=37.62%
G=40.20%
B=22.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031120.0600.450.2068.5746.6761.76
HexBECB70602D14452f3e
Octal2763131606055241055776
Binary101111101100101111100001100101101101001000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB70; }

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

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

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

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

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

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

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

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