#B39E4E

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

Shades of Husk #B39E4E

Tints of Husk #B39E4E

Color information

#B39E4E (or 0xB39E4E) is unknown color: approx Husk. HEX triplet: B3, 9E and 4E. RGB value is (179,158,78). Sum of RGB (Red+Green+Blue) = 179+158+78=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E4E is #4C61B1. Grayscale: #9B9B9B. Windows color (decimal): -5005746 or 5152435. OLE color: 5152435.

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

Color convert

RGB17915878-
CMYK00.120.560.30
HSL47.52º39.92%50.39%-
HSV(B)47.52º56.42%70.2%-
XYZ32.1934.5912.19-
YUV155.1684.46145-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=43.13%
G=38.07%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791587800.120.560.3047.5239.9250.39
HexB39E4E0C381E302832
Octal2632361160147036605062
Binary101100111001111010011100110011100011110110000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E4E; }

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

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

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

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

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

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

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

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