#B4BE63

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

Shades of Wild Willow #B4BE63

Tints of Wild Willow #B4BE63

Color information

#B4BE63 (or 0xB4BE63) is unknown color: approx Wild Willow. HEX triplet: B4, BE and 63. RGB value is (180,190,99). Sum of RGB (Red+Green+Blue) = 180+190+99=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE63 is #4B419C. Grayscale: #B0B0B0. Windows color (decimal): -4931997 or 6536884. OLE color: 6536884.

HSL color Cylindrical-coordinate representation of color #B4BE63: hue angle of 66.59º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4BE63 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB18019099-
CMYK0.0500.480.25
HSL66.59º41.18%56.67%-
HSV(B)66.59º47.89%74.51%-
XYZ39.4947.4318.88-
YUV176.6484.19130.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=38.38%
G=40.51%
B=21.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190990.0500.480.2566.5941.1856.67
HexB4BE63503019432939
Octal2642761435060311035171
Binary101101001011111011000111010110000110011000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE63; }

 p { color: rgb(180,190,99); }

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

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

 a { background-color: rgb(180,190,99); }

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

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

 span { border-color: rgb(180,190,99); }

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