#B3BF6D

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

Shades of Wild Willow #B3BF6D

Tints of Wild Willow #B3BF6D

Color information

#B3BF6D (or 0xB3BF6D) is unknown color: approx Wild Willow. HEX triplet: B3, BF and 6D. RGB value is (179,191,109). Sum of RGB (Red+Green+Blue) = 179+191+109=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF6D is #4C4092. Grayscale: #B2B2B2. Windows color (decimal): -4997267 or 7192499. OLE color: 7192499.

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

Color convert

RGB179191109-
CMYK0.0600.430.25
HSL68.78º39.05%58.82%-
HSV(B)68.78º42.93%74.9%-
XYZ39.9847.9521.62-
YUV178.0689.02128.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=37.37%
G=39.87%
B=22.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911090.0600.430.2568.7839.0558.82
HexB3BF6D602B1945273b
Octal2632771556053311054773
Binary101100111011111111011011100101011110011000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF6D; }

 p { color: rgb(179,191,109); }

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

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

 a { background-color: rgb(179,191,109); }

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

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

 span { border-color: rgb(179,191,109); }

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