#BA8E76

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

Shades of Pale Taupe #BA8E76

Tints of Pale Taupe #BA8E76

Color information

#BA8E76 (or 0xBA8E76) is unknown color: approx Pale Taupe. HEX triplet: BA, 8E and 76. RGB value is (186,142,118). Sum of RGB (Red+Green+Blue) = 186+142+118=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E76 is #457189. Grayscale: #989898. Windows color (decimal): -4551050 or 7769786. OLE color: 7769786.

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

Color convert

RGB186142118-
CMYK00.240.370.27
HSL21.18º33.01%59.61%-
HSV(B)21.18º36.56%72.94%-
XYZ33.1931.0921.39-
YUV152.42108.58151.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=41.70%
G=31.84%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614211800.240.370.2721.1833.0159.61
HexBA8E76018251B15213c
Octal2722161660304533254174
Binary101110101000111011101100110001001011101110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E76; }

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

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

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

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

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

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

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

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