#BA9D88

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

Shades of Pale Taupe #BA9D88

Tints of Pale Taupe #BA9D88

Color information

#BA9D88 (or 0xBA9D88) is unknown color: approx Pale Taupe. HEX triplet: BA, 9D and 88. RGB value is (186,157,136). Sum of RGB (Red+Green+Blue) = 186+157+136=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D88 is #456277. Grayscale: #A3A3A3. Windows color (decimal): -4547192 or 8953274. OLE color: 8953274.

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

Color convert

RGB186157136-
CMYK00.160.270.27
HSL25.2º26.6%63.14%-
HSV(B)25.2º26.88%72.94%-
XYZ36.7536.3328.37-
YUV163.28112.61144.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=38.83%
G=32.78%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615713600.160.270.2725.226.663.14
HexBA9D880101B1B191b3f
Octal2722352100203333313377
Binary10111010100111011000100001000011011110111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D88; }

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

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

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

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

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

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

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

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