#B39A48

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

Shades of Husk #B39A48

Tints of Husk #B39A48

Color information

#B39A48 (or 0xB39A48) is unknown color: approx Husk. HEX triplet: B3, 9A and 48. RGB value is (179,154,72). Sum of RGB (Red+Green+Blue) = 179+154+72=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A48 is #4C65B7. Grayscale: #989898. Windows color (decimal): -5006776 or 4758195. OLE color: 4758195.

HSL color Cylindrical-coordinate representation of color #B39A48: hue angle of 45.98º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39A48 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17915472-
CMYK00.140.600.30
HSL45.98º42.63%49.22%-
HSV(B)45.98º59.78%70.2%-
XYZ31.3233.1610.88-
YUV152.1382.78147.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=44.20%
G=38.02%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791547200.140.600.3045.9842.6349.22
HexB39A480E3C1E2e2b31
Octal2632321100167436565361
Binary101100111001101010010000111011110011110101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A48; }

 p { color: rgb(179,154,72); }

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

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

 a { background-color: rgb(179,154,72); }

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

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

 span { border-color: rgb(179,154,72); }

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