#BA8C6D

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

Shades of Fallow #BA8C6D

Tints of Fallow #BA8C6D

Color information

#BA8C6D (or 0xBA8C6D) is unknown color: approx Fallow. HEX triplet: BA, 8C and 6D. RGB value is (186,140,109). Sum of RGB (Red+Green+Blue) = 186+140+109=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C6D is #457392. Grayscale: #969696. Windows color (decimal): -4551571 or 7179450. OLE color: 7179450.

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

Color convert

RGB186140109-
CMYK00.250.410.27
HSL24.16º35.81%57.84%-
HSV(B)24.16º41.4%72.94%-
XYZ32.3930.318.61-
YUV150.22104.74153.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=42.76%
G=32.18%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614010900.250.410.2724.1635.8157.84
HexBA8C6D019291B18243a
Octal2722141550315133304472
Binary101110101000110011011010110011010011101111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C6D; }

 p { color: rgb(186,140,109); }

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

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

 a { background-color: rgb(186,140,109); }

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

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

 span { border-color: rgb(186,140,109); }

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