#B29549

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

Shades of Husk #B29549

Tints of Husk #B29549

Color information

#B29549 (or 0xB29549) is unknown color: approx Husk. HEX triplet: B2, 95 and 49. RGB value is (178,149,73). Sum of RGB (Red+Green+Blue) = 178+149+73=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B29549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29549 is #4D6AB6. Grayscale: #959595. Windows color (decimal): -5073591 or 4822450. OLE color: 4822450.

HSL color Cylindrical-coordinate representation of color #B29549: hue angle of 43.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B29549 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17814973-
CMYK00.160.590.30
HSL43.43º41.83%49.22%-
HSV(B)43.43º58.99%69.8%-
XYZ30.3131.4410.77-
YUV149.0185.11148.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=44.5%
G=37.25%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781497300.160.590.3043.4341.8349.22
HexB295490103B1E2b2a31
Octal2622251110207336535261
Binary1011001010010101100100101000011101111110101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29549; }

 p { color: rgb(178,149,73); }

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

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

 a { background-color: rgb(178,149,73); }

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

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

 span { border-color: rgb(178,149,73); }

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