#B39E48

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

Shades of Husk #B39E48

Tints of Husk #B39E48

Color information

#B39E48 (or 0xB39E48) is unknown color: approx Husk. HEX triplet: B3, 9E and 48. RGB value is (179,158,72). Sum of RGB (Red+Green+Blue) = 179+158+72=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39E48 is #4C61B7. Grayscale: #9A9A9A. Windows color (decimal): -5005752 or 4759219. OLE color: 4759219.

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

Color convert

RGB17915872-
CMYK00.120.600.30
HSL48.22º42.63%49.22%-
HSV(B)48.22º59.78%70.2%-
XYZ31.9934.5111.11-
YUV154.4881.46145.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 72 (28.52% from 255) = 17.60%
R=43.77%
G=38.63%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791587200.120.600.3048.2242.6349.22
HexB39E480C3C1E302b31
Octal2632361100147436605361
Binary101100111001111010010000110011110011110110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E48; }

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

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

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

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

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

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

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

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