#B29C4F

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

Shades of Husk #B29C4F

Tints of Husk #B29C4F

Color information

#B29C4F (or 0xB29C4F) is unknown color: approx Husk. HEX triplet: B2, 9C and 4F. RGB value is (178,156,79). Sum of RGB (Red+Green+Blue) = 178+156+79=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C4F is #4D63B0. Grayscale: #9A9A9A. Windows color (decimal): -5071793 or 5217458. OLE color: 5217458.

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

Color convert

RGB17815679-
CMYK00.120.560.30
HSL46.67º39.13%50.39%-
HSV(B)46.67º55.62%69.8%-
XYZ31.6633.8112.25-
YUV153.885.79145.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=43.10%
G=37.77%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781567900.120.560.3046.6739.1350.39
HexB29C4F0C381E2f2732
Octal2622341170147036574762
Binary101100101001110010011110110011100011110101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C4F; }

 p { color: rgb(178,156,79); }

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

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

 a { background-color: rgb(178,156,79); }

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

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

 span { border-color: rgb(178,156,79); }

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