#B29D55

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

Shades of Husk #B29D55

Tints of Husk #B29D55

Color information

#B29D55 (or 0xB29D55) is unknown color: approx Husk. HEX triplet: B2, 9D and 55. RGB value is (178,157,85). Sum of RGB (Red+Green+Blue) = 178+157+85=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D55 is #4D62AA. Grayscale: #9B9B9B. Windows color (decimal): -5071531 or 5610930. OLE color: 5610930.

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

Color convert

RGB17815785-
CMYK00.120.520.30
HSL46.45º37.65%51.57%-
HSV(B)46.45º52.25%69.8%-
XYZ32.0634.2313.51-
YUV155.0788.46144.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 157 (61.72% from 255) = 37.38%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=42.38%
G=37.38%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781578500.120.520.3046.4537.6551.57
HexB29D550C341E2e2634
Octal2622351250146436564664
Binary101100101001110110101010110011010011110101110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D55; }

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

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

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

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

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

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

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

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