#B39A4E

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

Shades of Husk #B39A4E

Tints of Husk #B39A4E

Color information

#B39A4E (or 0xB39A4E) is unknown color: approx Husk. HEX triplet: B3, 9A and 4E. RGB value is (179,154,78). Sum of RGB (Red+Green+Blue) = 179+154+78=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A4E is #4C65B1. Grayscale: #999999. Windows color (decimal): -5006770 or 5151411. OLE color: 5151411.

HSL color Cylindrical-coordinate representation of color #B39A4E: hue angle of 45.15º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B39A4E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17915478-
CMYK00.140.560.30
HSL45.15º39.92%50.39%-
HSV(B)45.15º56.42%70.2%-
XYZ31.5233.2411.96-
YUV152.8185.78146.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=43.55%
G=37.47%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791547800.140.560.3045.1539.9250.39
HexB39A4E0E381E2d2832
Octal2632321160167036555062
Binary101100111001101010011100111011100011110101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A4E; }

 p { color: rgb(179,154,78); }

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

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

 a { background-color: rgb(179,154,78); }

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

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

 span { border-color: rgb(179,154,78); }

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