#B39D4F

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

Shades of Husk #B39D4F

Tints of Husk #B39D4F

Color information

#B39D4F (or 0xB39D4F) is unknown color: approx Husk. HEX triplet: B3, 9D and 4F. RGB value is (179,157,79). Sum of RGB (Red+Green+Blue) = 179+157+79=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D4F is #4C62B0. Grayscale: #9B9B9B. Windows color (decimal): -5006001 or 5217715. OLE color: 5217715.

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

Color convert

RGB17915779-
CMYK00.120.560.30
HSL46.8º39.68%50.59%-
HSV(B)46.8º55.87%70.2%-
XYZ32.0634.2612.32-
YUV154.6985.29145.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=43.13%
G=37.83%
B=19.04%

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
Decimal1791577900.120.560.3046.839.6850.59
HexB39D4F0C381E2f2833
Octal2632351170147036575063
Binary101100111001110110011110110011100011110101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D4F; }

 p { color: rgb(179,157,79); }

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

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

 a { background-color: rgb(179,157,79); }

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

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

 span { border-color: rgb(179,157,79); }

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