#BA916E

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

Shades of Fallow #BA916E

Tints of Fallow #BA916E

Color information

#BA916E (or 0xBA916E) is unknown color: approx Fallow. HEX triplet: BA, 91 and 6E. RGB value is (186,145,110). Sum of RGB (Red+Green+Blue) = 186+145+110=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA916E is #456E91. Grayscale: #999999. Windows color (decimal): -4550290 or 7246266. OLE color: 7246266.

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

Color convert

RGB186145110-
CMYK00.220.410.27
HSL27.63º35.51%58.04%-
HSV(B)27.63º40.86%72.94%-
XYZ33.1931.8219.14-
YUV153.27103.58151.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=42.18%
G=32.88%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614511000.220.410.2727.6335.5158.04
HexBA916E016291B1c243a
Octal2722211560265133344472
Binary101110101001000111011100101101010011101111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA916E; }

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

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

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

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

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

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

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

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