#B39D56

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

Shades of Husk #B39D56

Tints of Husk #B39D56

Color information

#B39D56 (or 0xB39D56) is unknown color: approx Husk. HEX triplet: B3, 9D and 56. RGB value is (179,157,86). Sum of RGB (Red+Green+Blue) = 179+157+86=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D56 is #4C62A9. Grayscale: #9B9B9B. Windows color (decimal): -5005994 or 5676467. OLE color: 5676467.

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

Color convert

RGB17915786-
CMYK00.120.520.30
HSL45.81º37.96%51.96%-
HSV(B)45.81º51.96%70.2%-
XYZ32.3334.3713.73-
YUV155.4888.79144.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=42.42%
G=37.20%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791578600.120.520.3045.8137.9651.96
HexB39D560C341E2e2634
Octal2632351260146436564664
Binary101100111001110110101100110011010011110101110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D56; }

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

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

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

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

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

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

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

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