#BA916F

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

Shades of Fallow #BA916F

Tints of Fallow #BA916F

Color information

#BA916F (or 0xBA916F) is unknown color: approx Fallow. HEX triplet: BA, 91 and 6F. RGB value is (186,145,111). Sum of RGB (Red+Green+Blue) = 186+145+111=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA916F is #456E90. Grayscale: #999999. Windows color (decimal): -4550289 or 7311802. OLE color: 7311802.

HSL color Cylindrical-coordinate representation of color #BA916F: hue angle of 27.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA916F is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186145111-
CMYK00.220.400.27
HSL27.2º35.21%58.24%-
HSV(B)27.2º40.32%72.94%-
XYZ33.2431.8419.43-
YUV153.38104.08151.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=42.08%
G=32.81%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614511100.220.400.2727.235.2158.24
HexBA916F016281B1b233a
Octal2722211570265033334372
Binary101110101001000111011110101101010001101111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA916F; }

 p { color: rgb(186,145,111); }

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

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

 a { background-color: rgb(186,145,111); }

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

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

 span { border-color: rgb(186,145,111); }

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