#BA8E71

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

Shades of Pale Taupe #BA8E71

Tints of Pale Taupe #BA8E71

Color information

#BA8E71 (or 0xBA8E71) is unknown color: approx Pale Taupe. HEX triplet: BA, 8E and 71. RGB value is (186,142,113). Sum of RGB (Red+Green+Blue) = 186+142+113=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E71 is #45718E. Grayscale: #989898. Windows color (decimal): -4551055 or 7442106. OLE color: 7442106.

HSL color Cylindrical-coordinate representation of color #BA8E71: hue angle of 23.84º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8E71 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186142113-
CMYK00.240.390.27
HSL23.84º34.6%58.63%-
HSV(B)23.84º39.25%72.94%-
XYZ32.930.9819.87-
YUV151.85106.08152.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=42.18%
G=32.20%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614211300.240.390.2723.8434.658.63
HexBA8E71018271B18233b
Octal2722161610304733304373
Binary101110101000111011100010110001001111101111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E71; }

 p { color: rgb(186,142,113); }

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

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

 a { background-color: rgb(186,142,113); }

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

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

 span { border-color: rgb(186,142,113); }

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