#BECB6A

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

Shades of Wild Willow #BECB6A

Tints of Wild Willow #BECB6A

Color information

#BECB6A (or 0xBECB6A) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 6A. RGB value is (190,203,106). Sum of RGB (Red+Green+Blue) = 190+203+106=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB6A is #413495. Grayscale: #BCBCBC. Windows color (decimal): -4273302 or 6998974. OLE color: 6998974.

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

Color convert

RGB190203106-
CMYK0.0600.480.20
HSL68.04º48.26%60.59%-
HSV(B)68.04º47.78%79.61%-
XYZ45.1954.721.81-
YUV188.0581.69129.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=38.08%
G=40.68%
B=21.24%

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
Decimal1902031060.0600.480.2068.0448.2660.59
HexBECB6A60301444303d
Octal2763131526060241046075
Binary101111101100101111010101100110000101001000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB6A; }

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

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

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

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

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

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

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

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