#BA986F

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

Shades of Fallow #BA986F

Tints of Fallow #BA986F

Color information

#BA986F (or 0xBA986F) is unknown color: approx Fallow. HEX triplet: BA, 98 and 6F. RGB value is (186,152,111). Sum of RGB (Red+Green+Blue) = 186+152+111=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA986F is #456790. Grayscale: #9D9D9D. Windows color (decimal): -4548497 or 7313594. OLE color: 7313594.

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

Color convert

RGB186152111-
CMYK00.180.400.27
HSL32.8º35.21%58.24%-
HSV(B)32.8º40.32%72.94%-
XYZ34.3534.0419.8-
YUV157.49101.76148.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=41.43%
G=33.85%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615211100.180.400.2732.835.2158.24
HexBA986F012281B21233a
Octal2722301570225033414372
Binary1011101010011000110111101001010100011011100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA986F; }

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

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

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

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

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

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

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

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