#B59F56

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

Shades of Husk #B59F56

Tints of Husk #B59F56

Color information

#B59F56 (or 0xB59F56) is unknown color: approx Husk. HEX triplet: B5, 9F and 56. RGB value is (181,159,86). Sum of RGB (Red+Green+Blue) = 181+159+86=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F56 is #4A60A9. Grayscale: #9D9D9D. Windows color (decimal): -4874410 or 5676981. OLE color: 5676981.

HSL color Cylindrical-coordinate representation of color #B59F56: hue angle of 46.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B59F56 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18115986-
CMYK00.120.520.29
HSL46.11º39.09%52.35%-
HSV(B)46.11º52.49%70.98%-
XYZ33.1335.2913.87-
YUV157.2687.79144.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=42.49%
G=37.32%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811598600.120.520.2946.1139.0952.35
HexB59F560C341D2e2734
Octal2652371260146435564764
Binary101101011001111110101100110011010011101101110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F56; }

 p { color: rgb(181,159,86); }

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

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

 a { background-color: rgb(181,159,86); }

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

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

 span { border-color: rgb(181,159,86); }

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