#BAA156

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

Shades of Husk #BAA156

Tints of Husk #BAA156

Color information

#BAA156 (or 0xBAA156) is unknown color: approx Husk. HEX triplet: BA, A1 and 56. RGB value is (186,161,86). Sum of RGB (Red+Green+Blue) = 186+161+86=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA156 is #455EA9. Grayscale: #A0A0A0. Windows color (decimal): -4546218 or 5677498. OLE color: 5677498.

HSL color Cylindrical-coordinate representation of color #BAA156: hue angle of 45º 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 #BAA156 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18616186-
CMYK00.130.540.27
HSL45º42.02%53.33%-
HSV(B)45º53.76%72.94%-
XYZ34.6736.614.04-
YUV159.9286.28146.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=42.96%
G=37.18%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861618600.130.540.274542.0253.33
HexBAA1560D361B2d2a35
Octal2722411260156633555265
Binary101110101010000110101100110111011011011101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA156; }

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

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

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

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

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

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

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

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