#BA9080

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

Shades of Pale Taupe #BA9080

Tints of Pale Taupe #BA9080

Color information

#BA9080 (or 0xBA9080) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 80. RGB value is (186,144,128). Sum of RGB (Red+Green+Blue) = 186+144+128=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9080 is #456F7F. Grayscale: #9A9A9A. Windows color (decimal): -4550528 or 8425658. OLE color: 8425658.

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

Color convert

RGB186144128-
CMYK00.230.310.27
HSL16.55º29.59%61.57%-
HSV(B)16.55º31.18%72.94%-
XYZ34.1231.9424.79-
YUV154.73112.91150.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=40.61%
G=31.44%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614412800.230.310.2716.5529.5961.57
HexBA90800171F1B111e3e
Octal2722202000273733213676
Binary10111010100100001000000001011111111110111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9080; }

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

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

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

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

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

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

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

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