#BA987D

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

Shades of Pale Taupe #BA987D

Tints of Pale Taupe #BA987D

Color information

#BA987D (or 0xBA987D) is unknown color: approx Pale Taupe. HEX triplet: BA, 98 and 7D. RGB value is (186,152,125). Sum of RGB (Red+Green+Blue) = 186+152+125=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA987D is #456782. Grayscale: #9F9F9F. Windows color (decimal): -4548483 or 8231098. OLE color: 8231098.

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

Color convert

RGB186152125-
CMYK00.180.330.27
HSL26.56º30.65%60.98%-
HSV(B)26.56º32.8%72.94%-
XYZ35.1834.3824.18-
YUV159.09108.76147.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=40.17%
G=32.83%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615212500.180.330.2726.5630.6560.98
HexBA987D012211B1b1f3d
Octal2722301750224133333775
Binary10111010100110001111101010010100001110111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA987D; }

 p { color: rgb(186,152,125); }

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

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

 a { background-color: rgb(186,152,125); }

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

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

 span { border-color: rgb(186,152,125); }

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