#BA9981

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

Shades of Pale Taupe #BA9981

Tints of Pale Taupe #BA9981

Color information

#BA9981 (or 0xBA9981) is unknown color: approx Pale Taupe. HEX triplet: BA, 99 and 81. RGB value is (186,153,129). Sum of RGB (Red+Green+Blue) = 186+153+129=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9981 is #45667E. Grayscale: #A0A0A0. Windows color (decimal): -4548223 or 8493498. OLE color: 8493498.

HSL color Cylindrical-coordinate representation of color #BA9981: hue angle of 25.26º degrees, saturation: 0.29, 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 #BA9981 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186153129-
CMYK00.180.310.27
HSL25.26º29.23%61.76%-
HSV(B)25.26º30.65%72.94%-
XYZ35.634.8125.61-
YUV160.13110.43146.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=39.74%
G=32.69%
B=27.56%

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
Decimal18615312900.180.310.2725.2629.2361.76
HexBA99810121F1B191d3e
Octal2722312010223733313576
Binary10111010100110011000000101001011111110111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9981; }

 p { color: rgb(186,153,129); }

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

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

 a { background-color: rgb(186,153,129); }

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

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

 span { border-color: rgb(186,153,129); }

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