#B59B49

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

Shades of Husk #B59B49

Tints of Husk #B59B49

Color information

#B59B49 (or 0xB59B49) is unknown color: approx Husk. HEX triplet: B5, 9B and 49. RGB value is (181,155,73). Sum of RGB (Red+Green+Blue) = 181+155+73=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B49 is #4A64B6. Grayscale: #999999. Windows color (decimal): -4875447 or 4823989. OLE color: 4823989.

HSL color Cylindrical-coordinate representation of color #B59B49: hue angle of 45.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59B49 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18115573-
CMYK00.140.600.29
HSL45.56º42.52%49.8%-
HSV(B)45.56º59.67%70.98%-
XYZ31.9833.7511.13-
YUV153.4382.61147.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=44.25%
G=37.90%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811557300.140.600.2945.5642.5249.8
HexB59B490E3C1D2e2b32
Octal2652331110167435565362
Binary101101011001101110010010111011110011101101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B49; }

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

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

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

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

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

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

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

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