#B59D59

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

Shades of Husk #B59D59

Tints of Husk #B59D59

Color information

#B59D59 (or 0xB59D59) is unknown color: approx Husk. HEX triplet: B5, 9D and 59. RGB value is (181,157,89). Sum of RGB (Red+Green+Blue) = 181+157+89=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D59 is #4A62A6. Grayscale: #9C9C9C. Windows color (decimal): -4874919 or 5873077. OLE color: 5873077.

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

Color convert

RGB18115789-
CMYK00.130.510.29
HSL44.35º38.33%52.94%-
HSV(B)44.35º50.83%70.98%-
XYZ32.9234.6614.41-
YUV156.4289.95145.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=42.39%
G=36.77%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811578900.130.510.2944.3538.3352.94
HexB59D590D331D2c2635
Octal2652351310156335544665
Binary101101011001110110110010110111001111101101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D59; }

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

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

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

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

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

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

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

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