#B4BF6A

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

Shades of Wild Willow #B4BF6A

Tints of Wild Willow #B4BF6A

Color information

#B4BF6A (or 0xB4BF6A) is unknown color: approx Wild Willow. HEX triplet: B4, BF and 6A. RGB value is (180,191,106). Sum of RGB (Red+Green+Blue) = 180+191+106=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF6A is #4B4095. Grayscale: #B2B2B2. Windows color (decimal): -4931734 or 6995892. OLE color: 6995892.

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

Color convert

RGB180191106-
CMYK0.0600.450.25
HSL67.76º39.91%58.24%-
HSV(B)67.76º44.5%74.9%-
XYZ40.0548.0120.79-
YUV178.0287.36129.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=37.74%
G=40.04%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911060.0600.450.2567.7639.9158.24
HexB4BF6A602D1944283a
Octal2642771526055311045072
Binary101101001011111111010101100101101110011000100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF6A; }

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

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

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

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

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

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

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

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