#BA9980

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

Shades of Pale Taupe #BA9980

Tints of Pale Taupe #BA9980

Color information

#BA9980 (or 0xBA9980) is unknown color: approx Pale Taupe. HEX triplet: BA, 99 and 80. RGB value is (186,153,128). Sum of RGB (Red+Green+Blue) = 186+153+128=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9980 is #45667F. Grayscale: #A0A0A0. Windows color (decimal): -4548224 or 8427962. OLE color: 8427962.

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

Color convert

RGB186153128-
CMYK00.180.310.27
HSL25.86º29.59%61.57%-
HSV(B)25.86º31.18%72.94%-
XYZ35.5434.7825.26-
YUV160.02109.93146.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=39.83%
G=32.76%
B=27.41%

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
Decimal18615312800.180.310.2725.8629.5961.57
HexBA99800121F1B1a1e3e
Octal2722312000223733323676
Binary10111010100110011000000001001011111110111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9980; }

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

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

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

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

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

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

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

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