#B39B58

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

Shades of Husk #B39B58

Tints of Husk #B39B58

Color information

#B39B58 (or 0xB39B58) is unknown color: approx Husk. HEX triplet: B3, 9B and 58. RGB value is (179,155,88). Sum of RGB (Red+Green+Blue) = 179+155+88=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B58 is #4C64A7. Grayscale: #9A9A9A. Windows color (decimal): -5006504 or 5807027. OLE color: 5807027.

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

Color convert

RGB17915588-
CMYK00.130.510.30
HSL44.18º37.45%52.35%-
HSV(B)44.18º50.84%70.2%-
XYZ32.0733.7314.05-
YUV154.5490.45145.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=42.42%
G=36.73%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791558800.130.510.3044.1837.4552.35
HexB39B580D331E2c2534
Octal2632331300156336544564
Binary101100111001101110110000110111001111110101100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B58; }

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

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

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

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

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

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

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

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