#B39B51

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

Shades of Husk #B39B51

Tints of Husk #B39B51

Color information

#B39B51 (or 0xB39B51) is unknown color: approx Husk. HEX triplet: B3, 9B and 51. RGB value is (179,155,81). Sum of RGB (Red+Green+Blue) = 179+155+81=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B51 is #4C64AE. Grayscale: #9A9A9A. Windows color (decimal): -5006511 or 5348275. OLE color: 5348275.

HSL color Cylindrical-coordinate representation of color #B39B51: hue angle of 45.31º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B39B51 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17915581-
CMYK00.130.550.30
HSL45.31º39.2%50.98%-
HSV(B)45.31º54.75%70.2%-
XYZ31.833.6212.6-
YUV153.7486.95146.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=43.13%
G=37.35%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791558100.130.550.3045.3139.250.98
HexB39B510D371E2d2733
Octal2632331210156736554763
Binary101100111001101110100010110111011111110101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B51; }

 p { color: rgb(179,155,81); }

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

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

 a { background-color: rgb(179,155,81); }

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

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

 span { border-color: rgb(179,155,81); }

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