#BAA04E

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

Shades of Husk #BAA04E

Tints of Husk #BAA04E

Color information

#BAA04E (or 0xBAA04E) is unknown color: approx Husk. HEX triplet: BA, A0 and 4E. RGB value is (186,160,78). Sum of RGB (Red+Green+Blue) = 186+160+78=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA04E is #455FB1. Grayscale: #9E9E9E. Windows color (decimal): -4546482 or 5152954. OLE color: 5152954.

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

Color convert

RGB18616078-
CMYK00.140.580.27
HSL45.56º43.9%51.76%-
HSV(B)45.56º58.06%72.94%-
XYZ34.236.1312.38-
YUV158.4382.61147.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=43.87%
G=37.74%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861607800.140.580.2745.5643.951.76
HexBAA04E0E3A1B2e2c34
Octal2722401160167233565464
Binary101110101010000010011100111011101011011101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA04E; }

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

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

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

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

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

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

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

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