#B29C47

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

Shades of Husk #B29C47

Tints of Husk #B29C47

Color information

#B29C47 (or 0xB29C47) is unknown color: approx Husk. HEX triplet: B2, 9C and 47. RGB value is (178,156,71). Sum of RGB (Red+Green+Blue) = 178+156+71=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C47 is #4D63B8. Grayscale: #999999. Windows color (decimal): -5071801 or 4693170. OLE color: 4693170.

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

Color convert

RGB17815671-
CMYK00.120.600.30
HSL47.66º42.97%48.82%-
HSV(B)47.66º60.11%69.8%-
XYZ31.3933.710.81-
YUV152.8981.79145.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=43.95%
G=38.52%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781567100.120.600.3047.6642.9748.82
HexB29C470C3C1E302b31
Octal2622341070147436605361
Binary101100101001110010001110110011110011110110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C47; }

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

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

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

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

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

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

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

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