#B2A059

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

Shades of Husk #B2A059

Tints of Husk #B2A059

Color information

#B2A059 (or 0xB2A059) is unknown color: approx Husk. HEX triplet: B2, A0 and 59. RGB value is (178,160,89). Sum of RGB (Red+Green+Blue) = 178+160+89=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A059 is #4D5FA6. Grayscale: #9D9D9D. Windows color (decimal): -5070759 or 5873842. OLE color: 5873842.

HSL color Cylindrical-coordinate representation of color #B2A059: hue angle of 47.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2A059 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB17816089-
CMYK00.100.50.30
HSL47.87º36.63%52.35%-
HSV(B)47.87º50%69.8%-
XYZ32.7335.3314.54-
YUV157.2989.46142.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=41.69%
G=37.47%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781608900.100.50.3047.8736.6352.35
HexB2A0590A321E302534
Octal2622401310126236604564
Binary101100101010000010110010101011001011110110000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A059; }

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

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

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

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

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

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

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

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