#B39F4E

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

Shades of Husk #B39F4E

Tints of Husk #B39F4E

Color information

#B39F4E (or 0xB39F4E) is unknown color: approx Husk. HEX triplet: B3, 9F and 4E. RGB value is (179,159,78). Sum of RGB (Red+Green+Blue) = 179+159+78=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F4E is #4C60B1. Grayscale: #9C9C9C. Windows color (decimal): -5005490 or 5152691. OLE color: 5152691.

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

Color convert

RGB17915978-
CMYK00.110.560.30
HSL48.12º39.92%50.39%-
HSV(B)48.12º56.42%70.2%-
XYZ32.3634.9312.24-
YUV155.7584.13144.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=43.03%
G=38.22%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791597800.110.560.3048.1239.9250.39
HexB39F4E0B381E302832
Octal2632371160137036605062
Binary101100111001111110011100101111100011110110000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F4E; }

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

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

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

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

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

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

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

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