#BA9E88

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

Shades of Pale Taupe #BA9E88

Tints of Pale Taupe #BA9E88

Color information

#BA9E88 (or 0xBA9E88) is unknown color: approx Pale Taupe. HEX triplet: BA, 9E and 88. RGB value is (186,158,136). Sum of RGB (Red+Green+Blue) = 186+158+136=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E88 is #456177. Grayscale: #A3A3A3. Windows color (decimal): -4546936 or 8953530. OLE color: 8953530.

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

Color convert

RGB186158136-
CMYK00.150.270.27
HSL26.4º26.6%63.14%-
HSV(B)26.4º26.88%72.94%-
XYZ36.9236.6728.42-
YUV163.86112.28143.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=38.75%
G=32.92%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615813600.150.270.2726.426.663.14
HexBA9E880F1B1B1a1b3f
Octal2722362100173333323377
Binary1011101010011110100010000111111011110111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E88; }

 p { color: rgb(186,158,136); }

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

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

 a { background-color: rgb(186,158,136); }

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

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

 span { border-color: rgb(186,158,136); }

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