#BA9A80

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

Shades of Pale Taupe #BA9A80

Tints of Pale Taupe #BA9A80

Color information

#BA9A80 (or 0xBA9A80) is unknown color: approx Pale Taupe. HEX triplet: BA, 9A and 80. RGB value is (186,154,128). Sum of RGB (Red+Green+Blue) = 186+154+128=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A80 is #45657F. Grayscale: #A0A0A0. Windows color (decimal): -4547968 or 8428218. OLE color: 8428218.

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

Color convert

RGB186154128-
CMYK00.170.310.27
HSL26.9º29.59%61.57%-
HSV(B)26.9º31.18%72.94%-
XYZ35.735.1125.32-
YUV160.6109.6146.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=39.74%
G=32.91%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615412800.170.310.2726.929.5961.57
HexBA9A800111F1B1b1e3e
Octal2722322000213733333676
Binary10111010100110101000000001000111111110111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A80; }

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

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

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

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

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

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

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

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