#B29D4A

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

Shades of Husk #B29D4A

Tints of Husk #B29D4A

Color information

#B29D4A (or 0xB29D4A) is unknown color: approx Husk. HEX triplet: B2, 9D and 4A. RGB value is (178,157,74). Sum of RGB (Red+Green+Blue) = 178+157+74=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D4A is #4D62B5. Grayscale: #9A9A9A. Windows color (decimal): -5071542 or 4890034. OLE color: 4890034.

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

Color convert

RGB17815774-
CMYK00.120.580.30
HSL47.88º41.27%49.41%-
HSV(B)47.88º58.43%69.8%-
XYZ31.6534.0711.39-
YUV153.8282.96145.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=43.52%
G=38.39%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781577400.120.580.3047.8841.2749.41
HexB29D4A0C3A1E302931
Octal2622351120147236605161
Binary101100101001110110010100110011101011110110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D4A; }

 p { color: rgb(178,157,74); }

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

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

 a { background-color: rgb(178,157,74); }

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

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

 span { border-color: rgb(178,157,74); }

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