#B29D58

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

Shades of Husk #B29D58

Tints of Husk #B29D58

Color information

#B29D58 (or 0xB29D58) is unknown color: approx Husk. HEX triplet: B2, 9D and 58. RGB value is (178,157,88). Sum of RGB (Red+Green+Blue) = 178+157+88=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D58 is #4D62A7. Grayscale: #9B9B9B. Windows color (decimal): -5071528 or 5807538. OLE color: 5807538.

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

Color convert

RGB17815788-
CMYK00.120.510.30
HSL46º36.89%52.16%-
HSV(B)46º50.56%69.8%-
XYZ32.1834.2814.15-
YUV155.4189.96144.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=42.08%
G=37.12%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781578800.120.510.304636.8952.16
HexB29D580C331E2e2534
Octal2622351300146336564564
Binary101100101001110110110000110011001111110101110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D58; }

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

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

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

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

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

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

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

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