#BAA04C

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

Shades of Husk #BAA04C

Tints of Husk #BAA04C

Color information

#BAA04C (or 0xBAA04C) is unknown color: approx Husk. HEX triplet: BA, A0 and 4C. RGB value is (186,160,76). Sum of RGB (Red+Green+Blue) = 186+160+76=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA04C is #455FB3. Grayscale: #9E9E9E. Windows color (decimal): -4546484 or 5021882. OLE color: 5021882.

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

Color convert

RGB18616076-
CMYK00.140.590.27
HSL45.82º44.35%51.37%-
HSV(B)45.82º59.14%72.94%-
XYZ34.1336.112.01-
YUV158.281.61147.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=44.08%
G=37.91%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861607600.140.590.2745.8244.3551.37
HexBAA04C0E3B1B2e2c33
Octal2722401140167333565463
Binary101110101010000010011000111011101111011101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA04C; }

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

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

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

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

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

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

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

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