#B59D4D

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

Shades of Husk #B59D4D

Tints of Husk #B59D4D

Color information

#B59D4D (or 0xB59D4D) is unknown color: approx Husk. HEX triplet: B5, 9D and 4D. RGB value is (181,157,77). Sum of RGB (Red+Green+Blue) = 181+157+77=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D4D is #4A62B2. Grayscale: #9B9B9B. Windows color (decimal): -4874931 or 5086645. OLE color: 5086645.

HSL color Cylindrical-coordinate representation of color #B59D4D: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B59D4D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18115777-
CMYK00.130.570.29
HSL46.15º41.27%50.59%-
HSV(B)46.15º57.46%70.98%-
XYZ32.4534.4711.96-
YUV155.0683.95146.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=43.61%
G=37.83%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811577700.130.570.2946.1541.2750.59
HexB59D4D0D391D2e2933
Octal2652351150157135565163
Binary101101011001110110011010110111100111101101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D4D; }

 p { color: rgb(181,157,77); }

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

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

 a { background-color: rgb(181,157,77); }

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

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

 span { border-color: rgb(181,157,77); }

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