#BA9B87

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

Shades of Pale Taupe #BA9B87

Tints of Pale Taupe #BA9B87

Color information

#BA9B87 (or 0xBA9B87) is unknown color: approx Pale Taupe. HEX triplet: BA, 9B and 87. RGB value is (186,155,135). Sum of RGB (Red+Green+Blue) = 186+155+135=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B87 is #456478. Grayscale: #A2A2A2. Windows color (decimal): -4547705 or 8887226. OLE color: 8887226.

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

Color convert

RGB186155135-
CMYK00.170.270.27
HSL23.53º26.98%62.94%-
HSV(B)23.53º27.42%72.94%-
XYZ36.3435.6327.88-
YUV161.99112.77145.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=39.08%
G=32.56%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615513500.170.270.2723.5326.9862.94
HexBA9B870111B1B181b3f
Octal2722332070213333303377
Binary10111010100110111000011101000111011110111100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B87; }

 p { color: rgb(186,155,135); }

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

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

 a { background-color: rgb(186,155,135); }

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

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

 span { border-color: rgb(186,155,135); }

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