#B59E48

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

Shades of Husk #B59E48

Tints of Husk #B59E48

Color information

#B59E48 (or 0xB59E48) is unknown color: approx Husk. HEX triplet: B5, 9E and 48. RGB value is (181,158,72). Sum of RGB (Red+Green+Blue) = 181+158+72=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E48 is #4A61B7. Grayscale: #9B9B9B. Windows color (decimal): -4874680 or 4759221. OLE color: 4759221.

HSL color Cylindrical-coordinate representation of color #B59E48: hue angle of 47.34º 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 #B59E48 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18115872-
CMYK00.130.600.29
HSL47.34º43.08%49.61%-
HSV(B)47.34º60.22%70.98%-
XYZ32.4534.7511.13-
YUV155.0781.12146.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=44.04%
G=38.44%
B=17.52%

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
Decimal1811587200.130.600.2947.3443.0849.61
HexB59E480D3C1D2f2b32
Octal2652361100157435575362
Binary101101011001111010010000110111110011101101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E48; }

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

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

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

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

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

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

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

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