#BAA14E

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

Shades of Husk #BAA14E

Tints of Husk #BAA14E

Color information

#BAA14E (or 0xBAA14E) is unknown color: approx Husk. HEX triplet: BA, A1 and 4E. RGB value is (186,161,78). Sum of RGB (Red+Green+Blue) = 186+161+78=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA14E is #455EB1. Grayscale: #9F9F9F. Windows color (decimal): -4546226 or 5153210. OLE color: 5153210.

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

Color convert

RGB18616178-
CMYK00.130.580.27
HSL46.11º43.9%51.76%-
HSV(B)46.11º58.06%72.94%-
XYZ34.3736.4812.44-
YUV159.0182.28147.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=43.76%
G=37.88%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861617800.130.580.2746.1143.951.76
HexBAA14E0D3A1B2e2c34
Octal2722411160157233565464
Binary101110101010000110011100110111101011011101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA14E; }

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

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

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

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

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

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

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

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