#BA8E77

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

Shades of Pale Taupe #BA8E77

Tints of Pale Taupe #BA8E77

Color information

#BA8E77 (or 0xBA8E77) is unknown color: approx Pale Taupe. HEX triplet: BA, 8E and 77. RGB value is (186,142,119). Sum of RGB (Red+Green+Blue) = 186+142+119=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E77 is #457188. Grayscale: #989898. Windows color (decimal): -4551049 or 7835322. OLE color: 7835322.

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

Color convert

RGB186142119-
CMYK00.240.360.27
HSL20.6º32.68%59.8%-
HSV(B)20.6º36.02%72.94%-
XYZ33.2531.1221.71-
YUV152.53109.08151.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=41.61%
G=31.77%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614211900.240.360.2720.632.6859.8
HexBA8E77018241B15213c
Octal2722161670304433254174
Binary101110101000111011101110110001001001101110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E77; }

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

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

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

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

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

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

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

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