#B29F4C

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

Shades of Husk #B29F4C

Tints of Husk #B29F4C

Color information

#B29F4C (or 0xB29F4C) is unknown color: approx Husk. HEX triplet: B2, 9F and 4C. RGB value is (178,159,76). Sum of RGB (Red+Green+Blue) = 178+159+76=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F4C is #4D60B3. Grayscale: #9B9B9B. Windows color (decimal): -5071028 or 5021618. OLE color: 5021618.

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

Color convert

RGB17815976-
CMYK00.110.570.30
HSL48.82º40.16%49.8%-
HSV(B)48.82º57.3%69.8%-
XYZ32.0634.7811.86-
YUV155.2283.29144.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=43.10%
G=38.50%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781597600.110.570.3048.8240.1649.8
HexB29F4C0B391E312832
Octal2622371140137136615062
Binary101100101001111110011000101111100111110110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F4C; }

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

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

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

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

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

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

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

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