#BAA177

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

Shades of Fallow #BAA177

Tints of Fallow #BAA177

Color information

#BAA177 (or 0xBAA177) is unknown color: approx Fallow. HEX triplet: BA, A1 and 77. RGB value is (186,161,119). Sum of RGB (Red+Green+Blue) = 186+161+119=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA177 is #455E88. Grayscale: #A3A3A3. Windows color (decimal): -4546185 or 7840186. OLE color: 7840186.

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

Color convert

RGB186161119-
CMYK00.130.360.27
HSL37.61º32.68%59.8%-
HSV(B)37.61º36.02%72.94%-
XYZ36.3237.2622.73-
YUV163.69102.78143.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=39.91%
G=34.55%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616111900.130.360.2737.6132.6859.8
HexBAA1770D241B26213c
Octal2722411670154433464174
Binary101110101010000111101110110110010011011100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA177; }

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

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

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

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

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

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

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

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