#B59B4D

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

Shades of Husk #B59B4D

Tints of Husk #B59B4D

Color information

#B59B4D (or 0xB59B4D) is unknown color: approx Husk. HEX triplet: B5, 9B and 4D. RGB value is (181,155,77). Sum of RGB (Red+Green+Blue) = 181+155+77=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B4D is #4A64B2. Grayscale: #9A9A9A. Windows color (decimal): -4875443 or 5086133. OLE color: 5086133.

HSL color Cylindrical-coordinate representation of color #B59B4D: hue angle of 45º 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 #B59B4D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18115577-
CMYK00.140.570.29
HSL45º41.27%50.59%-
HSV(B)45º57.46%70.98%-
XYZ32.1233.811.85-
YUV153.8884.61147.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=43.83%
G=37.53%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811557700.140.570.294541.2750.59
HexB59B4D0E391D2d2933
Octal2652331150167135555163
Binary101101011001101110011010111011100111101101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B4D; }

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

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

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

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

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

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

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

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