#B59B48

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

Shades of Husk #B59B48

Tints of Husk #B59B48

Color information

#B59B48 (or 0xB59B48) is unknown color: approx Husk. HEX triplet: B5, 9B and 48. RGB value is (181,155,72). Sum of RGB (Red+Green+Blue) = 181+155+72=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B48 is #4A64B7. Grayscale: #999999. Windows color (decimal): -4875448 or 4758453. OLE color: 4758453.

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

Color convert

RGB18115572-
CMYK00.140.600.29
HSL45.69º43.08%49.61%-
HSV(B)45.69º60.22%70.98%-
XYZ31.9533.7310.96-
YUV153.3182.11147.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=44.36%
G=37.99%
B=17.65%

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
Decimal1811557200.140.600.2945.6943.0849.61
HexB59B480E3C1D2e2b32
Octal2652331100167435565362
Binary101101011001101110010000111011110011101101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B48; }

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

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

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

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

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

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

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

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