#B4BE6A

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

Shades of Wild Willow #B4BE6A

Tints of Wild Willow #B4BE6A

Color information

#B4BE6A (or 0xB4BE6A) is unknown color: approx Wild Willow. HEX triplet: B4, BE and 6A. RGB value is (180,190,106). Sum of RGB (Red+Green+Blue) = 180+190+106=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE6A is #4B4195. Grayscale: #B1B1B1. Windows color (decimal): -4931990 or 6995636. OLE color: 6995636.

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

Color convert

RGB180190106-
CMYK0.0500.440.25
HSL67.14º39.25%58.04%-
HSV(B)67.14º44.21%74.51%-
XYZ39.8447.5720.72-
YUV177.4387.69129.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=37.82%
G=39.92%
B=22.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901060.0500.440.2567.1439.2558.04
HexB4BE6A502C1943273a
Octal2642761525054311034772
Binary101101001011111011010101010101100110011000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE6A; }

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

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

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

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

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

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

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

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