#B59C48

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

Shades of Husk #B59C48

Tints of Husk #B59C48

Color information

#B59C48 (or 0xB59C48) is unknown color: approx Husk. HEX triplet: B5, 9C and 48. RGB value is (181,156,72). Sum of RGB (Red+Green+Blue) = 181+156+72=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C48 is #4A63B7. Grayscale: #9A9A9A. Windows color (decimal): -4875192 or 4758709. OLE color: 4758709.

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

Color convert

RGB18115672-
CMYK00.140.600.29
HSL46.24º43.08%49.61%-
HSV(B)46.24º60.22%70.98%-
XYZ32.1134.0711.01-
YUV153.981.78147.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 72 (28.52% from 255) = 17.60%
R=44.25%
G=38.14%
B=17.60%

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
Decimal1811567200.140.600.2946.2443.0849.61
HexB59C480E3C1D2e2b32
Octal2652341100167435565362
Binary101101011001110010010000111011110011101101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C48; }

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

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

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

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

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

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

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

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