#BA9880

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

Shades of Pale Taupe #BA9880

Tints of Pale Taupe #BA9880

Color information

#BA9880 (or 0xBA9880) is unknown color: approx Pale Taupe. HEX triplet: BA, 98 and 80. RGB value is (186,152,128). Sum of RGB (Red+Green+Blue) = 186+152+128=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9880 is #45677F. Grayscale: #9F9F9F. Windows color (decimal): -4548480 or 8427706. OLE color: 8427706.

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

Color convert

RGB186152128-
CMYK00.180.310.27
HSL24.83º29.59%61.57%-
HSV(B)24.83º31.18%72.94%-
XYZ35.3734.4525.21-
YUV159.43110.26146.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=39.91%
G=32.62%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615212800.180.310.2724.8329.5961.57
HexBA98800121F1B191e3e
Octal2722302000223733313676
Binary10111010100110001000000001001011111110111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9880; }

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

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

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

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

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

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

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

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