#BA9D6F

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

Shades of Fallow #BA9D6F

Tints of Fallow #BA9D6F

Color information

#BA9D6F (or 0xBA9D6F) is unknown color: approx Fallow. HEX triplet: BA, 9D and 6F. RGB value is (186,157,111). Sum of RGB (Red+Green+Blue) = 186+157+111=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D6F is #456290. Grayscale: #A0A0A0. Windows color (decimal): -4547217 or 7314874. OLE color: 7314874.

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

Color convert

RGB186157111-
CMYK00.160.400.27
HSL36.8º35.21%58.24%-
HSV(B)36.8º40.32%72.94%-
XYZ35.1835.720.08-
YUV160.43100.11146.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=40.97%
G=34.58%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615711100.160.400.2736.835.2158.24
HexBA9D6F010281B25233a
Octal2722351570205033454372
Binary1011101010011101110111101000010100011011100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D6F; }

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

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

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

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

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

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

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

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