#B39E58

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

Shades of Husk #B39E58

Tints of Husk #B39E58

Color information

#B39E58 (or 0xB39E58) is unknown color: approx Husk. HEX triplet: B3, 9E and 58. RGB value is (179,158,88). Sum of RGB (Red+Green+Blue) = 179+158+88=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E58 is #4C61A7. Grayscale: #9C9C9C. Windows color (decimal): -5005736 or 5807795. OLE color: 5807795.

HSL color Cylindrical-coordinate representation of color #B39E58: hue angle of 46.15º 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 #B39E58 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17915888-
CMYK00.120.510.30
HSL46.15º37.45%52.35%-
HSV(B)46.15º50.84%70.2%-
XYZ32.5834.7414.22-
YUV156.389.46144.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=42.12%
G=37.18%
B=20.71%

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
Decimal1791588800.120.510.3046.1537.4552.35
HexB39E580C331E2e2534
Octal2632361300146336564564
Binary101100111001111010110000110011001111110101110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E58; }

 p { color: rgb(179,158,88); }

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

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

 a { background-color: rgb(179,158,88); }

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

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

 span { border-color: rgb(179,158,88); }

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