#B39C4F

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

Shades of Husk #B39C4F

Tints of Husk #B39C4F

Color information

#B39C4F (or 0xB39C4F) is unknown color: approx Husk. HEX triplet: B3, 9C and 4F. RGB value is (179,156,79). Sum of RGB (Red+Green+Blue) = 179+156+79=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C4F is #4C63B0. Grayscale: #9A9A9A. Windows color (decimal): -5006257 or 5217459. OLE color: 5217459.

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

Color convert

RGB17915679-
CMYK00.130.560.30
HSL46.2º39.68%50.59%-
HSV(B)46.2º55.87%70.2%-
XYZ31.8933.9312.26-
YUV154.185.62145.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=43.24%
G=37.68%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791567900.130.560.3046.239.6850.59
HexB39C4F0D381E2e2833
Octal2632341170157036565063
Binary101100111001110010011110110111100011110101110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C4F; }

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

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

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

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

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

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

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

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