#B29C43

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

Shades of Husk #B29C43

Tints of Husk #B29C43

Color information

#B29C43 (or 0xB29C43) is unknown color: approx Husk. HEX triplet: B2, 9C and 43. RGB value is (178,156,67). Sum of RGB (Red+Green+Blue) = 178+156+67=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C43 is #4D63BC. Grayscale: #989898. Windows color (decimal): -5071805 or 4431026. OLE color: 4431026.

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

Color convert

RGB17815667-
CMYK00.120.620.30
HSL48.11º45.31%48.04%-
HSV(B)48.11º62.36%69.8%-
XYZ31.2633.6510.16-
YUV152.4379.79146.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=44.39%
G=38.90%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781566700.120.620.3048.1145.3148.04
HexB29C430C3E1E302d30
Octal2622341030147636605560
Binary101100101001110010000110110011111011110110000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C43; }

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

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

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

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

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

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

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

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