#BECB55

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

Shades of Wild Willow #BECB55

Tints of Wild Willow #BECB55

Color information

#BECB55 (or 0xBECB55) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 55. RGB value is (190,203,85). Sum of RGB (Red+Green+Blue) = 190+203+85=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB55 is #4134AA. Grayscale: #BABABA. Windows color (decimal): -4273323 or 5622718. OLE color: 5622718.

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

Color convert

RGB19020385-
CMYK0.0600.580.20
HSL66.61º53.15%56.47%-
HSV(B)66.61º58.13%79.61%-
XYZ44.2354.3116.75-
YUV185.6671.19131.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=39.75%
G=42.47%
B=17.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190203850.0600.580.2066.6153.1556.47
HexBECB55603A14433538
Octal2763131256072241036570
Binary101111101100101110101011100111010101001000011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB55; }

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

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

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

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

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

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

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

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