#B39648

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

Shades of Husk #B39648

Tints of Husk #B39648

Color information

#B39648 (or 0xB39648) is unknown color: approx Husk. HEX triplet: B3, 96 and 48. RGB value is (179,150,72). Sum of RGB (Red+Green+Blue) = 179+150+72=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B39648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39648 is #4C69B7. Grayscale: #969696. Windows color (decimal): -5007800 or 4757171. OLE color: 4757171.

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

Color convert

RGB17915072-
CMYK00.160.600.30
HSL43.74º42.63%49.22%-
HSV(B)43.74º59.78%70.2%-
XYZ30.6731.8610.67-
YUV149.7884.11148.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=44.64%
G=37.41%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791507200.160.600.3043.7442.6349.22
HexB396480103C1E2c2b31
Octal2632261100207436545361
Binary1011001110010110100100001000011110011110101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39648; }

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

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

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

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

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

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

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

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