#BA986C

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

Shades of Fallow #BA986C

Tints of Fallow #BA986C

Color information

#BA986C (or 0xBA986C) is unknown color: approx Fallow. HEX triplet: BA, 98 and 6C. RGB value is (186,152,108). Sum of RGB (Red+Green+Blue) = 186+152+108=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA986C is #456793. Grayscale: #9D9D9D. Windows color (decimal): -4548500 or 7116986. OLE color: 7116986.

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

Color convert

RGB186152108-
CMYK00.180.420.27
HSL33.85º36.11%57.65%-
HSV(B)33.85º41.94%72.94%-
XYZ34.1833.9818.94-
YUV157.15100.26148.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=41.70%
G=34.08%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615210800.180.420.2733.8536.1157.65
HexBA986C0122A1B22243a
Octal2722301540225233424472
Binary1011101010011000110110001001010101011011100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA986C; }

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

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

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

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

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

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

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

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