#B59B4E

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

Shades of Husk #B59B4E

Tints of Husk #B59B4E

Color information

#B59B4E (or 0xB59B4E) is unknown color: approx Husk. HEX triplet: B5, 9B and 4E. RGB value is (181,155,78). Sum of RGB (Red+Green+Blue) = 181+155+78=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B4E is #4A64B1. Grayscale: #9A9A9A. Windows color (decimal): -4875442 or 5151669. OLE color: 5151669.

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

Color convert

RGB18115578-
CMYK00.140.570.29
HSL44.85º41.04%50.78%-
HSV(B)44.85º56.91%70.98%-
XYZ32.1533.8212.04-
YUV15485.11147.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=43.72%
G=37.44%
B=18.84%

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
Decimal1811557800.140.570.2944.8541.0450.78
HexB59B4E0E391D2d2933
Octal2652331160167135555163
Binary101101011001101110011100111011100111101101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B4E; }

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

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

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

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

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

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

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

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