#B29F49

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

Shades of Husk #B29F49

Tints of Husk #B29F49

Color information

#B29F49 (or 0xB29F49) is unknown color: approx Husk. HEX triplet: B2, 9F and 49. RGB value is (178,159,73). Sum of RGB (Red+Green+Blue) = 178+159+73=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F49 is #4D60B6. Grayscale: #9B9B9B. Windows color (decimal): -5071031 or 4825010. OLE color: 4825010.

HSL color Cylindrical-coordinate representation of color #B29F49: hue angle of 49.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B29F49 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17815973-
CMYK00.110.590.30
HSL49.14º41.83%49.22%-
HSV(B)49.14º58.99%69.8%-
XYZ31.9634.7411.32-
YUV154.8881.79144.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=43.41%
G=38.78%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781597300.110.590.3049.1441.8349.22
HexB29F490B3B1E312a31
Octal2622371110137336615261
Binary101100101001111110010010101111101111110110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F49; }

 p { color: rgb(178,159,73); }

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

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

 a { background-color: rgb(178,159,73); }

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

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

 span { border-color: rgb(178,159,73); }

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