#BAA057

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

Shades of Husk #BAA057

Tints of Husk #BAA057

Color information

#BAA057 (or 0xBAA057) is unknown color: approx Husk. HEX triplet: BA, A0 and 57. RGB value is (186,160,87). Sum of RGB (Red+Green+Blue) = 186+160+87=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA057 is #455FA8. Grayscale: #9F9F9F. Windows color (decimal): -4546473 or 5742778. OLE color: 5742778.

HSL color Cylindrical-coordinate representation of color #BAA057: hue angle of 44.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA057 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18616087-
CMYK00.140.530.27
HSL44.24º41.77%53.53%-
HSV(B)44.24º53.23%72.94%-
XYZ34.5436.2714.2-
YUV159.4587.11146.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=42.96%
G=36.95%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861608700.140.530.2744.2441.7753.53
HexBAA0570E351B2c2a36
Octal2722401270166533545266
Binary101110101010000010101110111011010111011101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA057; }

 p { color: rgb(186,160,87); }

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

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

 a { background-color: rgb(186,160,87); }

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

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

 span { border-color: rgb(186,160,87); }

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