#BAA056

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

Shades of Husk #BAA056

Tints of Husk #BAA056

Color information

#BAA056 (or 0xBAA056) is unknown color: approx Husk. HEX triplet: BA, A0 and 56. RGB value is (186,160,86). Sum of RGB (Red+Green+Blue) = 186+160+86=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA056 is #455FA9. Grayscale: #9F9F9F. Windows color (decimal): -4546474 or 5677242. OLE color: 5677242.

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

Color convert

RGB18616086-
CMYK00.140.540.27
HSL44.4º42.02%53.33%-
HSV(B)44.4º53.76%72.94%-
XYZ34.536.2513.98-
YUV159.3486.61147.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=43.06%
G=37.04%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861608600.140.540.2744.442.0253.33
HexBAA0560E361B2c2a35
Octal2722401260166633545265
Binary101110101010000010101100111011011011011101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA056; }

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

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

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

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

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

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

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

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