#BA8C6F

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

Shades of Pale Taupe #BA8C6F

Tints of Pale Taupe #BA8C6F

Color information

#BA8C6F (or 0xBA8C6F) is unknown color: approx Pale Taupe. HEX triplet: BA, 8C and 6F. RGB value is (186,140,111). Sum of RGB (Red+Green+Blue) = 186+140+111=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C6F is #457390. Grayscale: #969696. Windows color (decimal): -4551569 or 7310522. OLE color: 7310522.

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

Color convert

RGB186140111-
CMYK00.250.400.27
HSL23.2º35.21%58.24%-
HSV(B)23.2º40.32%72.94%-
XYZ32.530.3419.18-
YUV150.45105.74153.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=42.56%
G=32.04%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614011100.250.400.2723.235.2158.24
HexBA8C6F019281B17233a
Octal2722141570315033274372
Binary101110101000110011011110110011010001101110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C6F; }

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

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

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

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

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

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

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

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