#BA8C71

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

Shades of Pale Taupe #BA8C71

Tints of Pale Taupe #BA8C71

Color information

#BA8C71 (or 0xBA8C71) is unknown color: approx Pale Taupe. HEX triplet: BA, 8C and 71. RGB value is (186,140,113). Sum of RGB (Red+Green+Blue) = 186+140+113=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C71 is #45738E. Grayscale: #969696. Windows color (decimal): -4551567 or 7441594. OLE color: 7441594.

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

Color convert

RGB186140113-
CMYK00.250.390.27
HSL22.19º34.6%58.63%-
HSV(B)22.19º39.25%72.94%-
XYZ32.6130.3919.77-
YUV150.68106.74153.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 113 (44.53% from 255) = 25.74%
R=42.37%
G=31.89%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614011300.250.390.2722.1934.658.63
HexBA8C71019271B16233b
Octal2722141610314733264373
Binary101110101000110011100010110011001111101110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C71; }

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

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

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

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

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

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

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

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