#B6A059

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

Shades of Husk #B6A059

Tints of Husk #B6A059

Color information

#B6A059 (or 0xB6A059) is unknown color: approx Husk. HEX triplet: B6, A0 and 59. RGB value is (182,160,89). Sum of RGB (Red+Green+Blue) = 182+160+89=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A059 is #495FA6. Grayscale: #9E9E9E. Windows color (decimal): -4808615 or 5873846. OLE color: 5873846.

HSL color Cylindrical-coordinate representation of color #B6A059: hue angle of 45.81º degrees, saturation: 0.39, 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 #B6A059 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18216089-
CMYK00.120.510.29
HSL45.81º38.91%53.14%-
HSV(B)45.81º51.1%71.37%-
XYZ33.6735.8114.59-
YUV158.4888.79144.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=42.23%
G=37.12%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821608900.120.510.2945.8138.9153.14
HexB6A0590C331D2e2735
Octal2662401310146335564765
Binary101101101010000010110010110011001111101101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A059; }

 p { color: rgb(182,160,89); }

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

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

 a { background-color: rgb(182,160,89); }

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

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

 span { border-color: rgb(182,160,89); }

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