#BA9C88

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

Shades of Pale Taupe #BA9C88

Tints of Pale Taupe #BA9C88

Color information

#BA9C88 (or 0xBA9C88) is unknown color: approx Pale Taupe. HEX triplet: BA, 9C and 88. RGB value is (186,156,136). Sum of RGB (Red+Green+Blue) = 186+156+136=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C88 is #456377. Grayscale: #A2A2A2. Windows color (decimal): -4547448 or 8953018. OLE color: 8953018.

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

Color convert

RGB186156136-
CMYK00.160.270.27
HSL24º26.6%63.14%-
HSV(B)24º26.88%72.94%-
XYZ36.5835.9928.31-
YUV162.69112.94144.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=38.91%
G=32.64%
B=28.45%

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
Decimal18615613600.160.270.272426.663.14
HexBA9C880101B1B181b3f
Octal2722342100203333303377
Binary10111010100111001000100001000011011110111100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C88; }

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

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

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

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

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

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

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

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