#B59E49

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

Shades of Husk #B59E49

Tints of Husk #B59E49

Color information

#B59E49 (or 0xB59E49) is unknown color: approx Husk. HEX triplet: B5, 9E and 49. RGB value is (181,158,73). Sum of RGB (Red+Green+Blue) = 181+158+73=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E49 is #4A61B6. Grayscale: #9B9B9B. Windows color (decimal): -4874679 or 4824757. OLE color: 4824757.

HSL color Cylindrical-coordinate representation of color #B59E49: hue angle of 47.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59E49 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18115873-
CMYK00.130.600.29
HSL47.22º42.52%49.8%-
HSV(B)47.22º59.67%70.98%-
XYZ32.4934.7611.3-
YUV155.1981.62146.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 73 (28.91% from 255) = 17.72%
R=43.93%
G=38.35%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811587300.130.600.2947.2242.5249.8
HexB59E490D3C1D2f2b32
Octal2652361110157435575362
Binary101101011001111010010010110111110011101101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E49; }

 p { color: rgb(181,158,73); }

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

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

 a { background-color: rgb(181,158,73); }

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

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

 span { border-color: rgb(181,158,73); }

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