#BA9580

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

Shades of Pale Taupe #BA9580

Tints of Pale Taupe #BA9580

Color information

#BA9580 (or 0xBA9580) is unknown color: approx Pale Taupe. HEX triplet: BA, 95 and 80. RGB value is (186,149,128). Sum of RGB (Red+Green+Blue) = 186+149+128=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9580 is #456A7F. Grayscale: #9D9D9D. Windows color (decimal): -4549248 or 8426938. OLE color: 8426938.

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

Color convert

RGB186149128-
CMYK00.200.310.27
HSL21.72º29.59%61.57%-
HSV(B)21.72º31.18%72.94%-
XYZ34.8933.4925.05-
YUV157.67111.26148.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=40.17%
G=32.18%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614912800.200.310.2721.7229.5961.57
HexBA95800141F1B161e3e
Octal2722252000243733263676
Binary10111010100101011000000001010011111110111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9580; }

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

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

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

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

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

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

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

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