#B29C53

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

Shades of Husk #B29C53

Tints of Husk #B29C53

Color information

#B29C53 (or 0xB29C53) is unknown color: approx Husk. HEX triplet: B2, 9C and 53. RGB value is (178,156,83). Sum of RGB (Red+Green+Blue) = 178+156+83=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C53 is #4D63AC. Grayscale: #9A9A9A. Windows color (decimal): -5071789 or 5479602. OLE color: 5479602.

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

Color convert

RGB17815683-
CMYK00.120.530.30
HSL46.11º38.15%51.18%-
HSV(B)46.11º53.37%69.8%-
XYZ31.8133.8713.04-
YUV154.2687.79144.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 83 (32.81% from 255) = 19.90%
R=42.69%
G=37.41%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781568300.120.530.3046.1138.1551.18
HexB29C530C351E2e2633
Octal2622341230146536564663
Binary101100101001110010100110110011010111110101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C53; }

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

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

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

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

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

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

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

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