#BAA24D

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

Shades of Husk #BAA24D

Tints of Husk #BAA24D

Color information

#BAA24D (or 0xBAA24D) is unknown color: approx Husk. HEX triplet: BA, A2 and 4D. RGB value is (186,162,77). Sum of RGB (Red+Green+Blue) = 186+162+77=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA24D is #455DB2. Grayscale: #9F9F9F. Windows color (decimal): -4545971 or 5087930. OLE color: 5087930.

HSL color Cylindrical-coordinate representation of color #BAA24D: hue angle of 46.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAA24D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18616277-
CMYK00.130.590.27
HSL46.79º44.13%51.57%-
HSV(B)46.79º58.6%72.94%-
XYZ34.5136.8212.31-
YUV159.4981.45146.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=43.76%
G=38.12%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861627700.130.590.2746.7944.1351.57
HexBAA24D0D3B1B2f2c34
Octal2722421150157333575464
Binary101110101010001010011010110111101111011101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA24D; }

 p { color: rgb(186,162,77); }

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

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

 a { background-color: rgb(186,162,77); }

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

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

 span { border-color: rgb(186,162,77); }

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