#B39E4C

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

Shades of Husk #B39E4C

Tints of Husk #B39E4C

Color information

#B39E4C (or 0xB39E4C) is unknown color: approx Husk. HEX triplet: B3, 9E and 4C. RGB value is (179,158,76). Sum of RGB (Red+Green+Blue) = 179+158+76=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39E4C is #4C61B3. Grayscale: #9B9B9B. Windows color (decimal): -5005748 or 5021363. OLE color: 5021363.

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

Color convert

RGB17915876-
CMYK00.120.580.30
HSL47.77º40.39%50%-
HSV(B)47.77º57.54%70.2%-
XYZ32.1234.5611.82-
YUV154.9383.46145.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=43.34%
G=38.26%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791587600.120.580.3047.7740.3950
HexB39E4C0C3A1E302832
Octal2632361140147236605062
Binary101100111001111010011000110011101011110110000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E4C; }

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

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

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

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

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

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

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

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