#B59E45

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

Shades of Husk #B59E45

Tints of Husk #B59E45

Color information

#B59E45 (or 0xB59E45) is unknown color: approx Husk. HEX triplet: B5, 9E and 45. RGB value is (181,158,69). Sum of RGB (Red+Green+Blue) = 181+158+69=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E45 is #4A61BA. Grayscale: #9B9B9B. Windows color (decimal): -4874683 or 4562613. OLE color: 4562613.

HSL color Cylindrical-coordinate representation of color #B59E45: hue angle of 47.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B59E45 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18115869-
CMYK00.130.620.29
HSL47.68º44.8%49.02%-
HSV(B)47.68º61.88%70.98%-
XYZ32.3634.7110.62-
YUV154.7379.62146.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=44.36%
G=38.73%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811586900.130.620.2947.6844.849.02
HexB59E450D3E1D302d31
Octal2652361050157635605561
Binary101101011001111010001010110111111011101110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E45; }

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

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

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

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

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

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

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

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