#BAA179

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

Shades of Fallow #BAA179

Tints of Fallow #BAA179

Color information

#BAA179 (or 0xBAA179) is unknown color: approx Fallow. HEX triplet: BA, A1 and 79. RGB value is (186,161,121). Sum of RGB (Red+Green+Blue) = 186+161+121=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA179 is #455E86. Grayscale: #A4A4A4. Windows color (decimal): -4546183 or 7971258. OLE color: 7971258.

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

Color convert

RGB186161121-
CMYK00.130.350.27
HSL36.92º32.02%60.2%-
HSV(B)36.92º34.95%72.94%-
XYZ36.4537.3123.37-
YUV163.92103.78143.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=39.74%
G=34.40%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616112100.130.350.2736.9232.0260.2
HexBAA1790D231B25203c
Octal2722411710154333454074
Binary101110101010000111110010110110001111011100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA179; }

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

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

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

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

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

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

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

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