#BA9884

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

Shades of Pale Taupe #BA9884

Tints of Pale Taupe #BA9884

Color information

#BA9884 (or 0xBA9884) is unknown color: approx Pale Taupe. HEX triplet: BA, 98 and 84. RGB value is (186,152,132). Sum of RGB (Red+Green+Blue) = 186+152+132=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9884 is #45677B. Grayscale: #A0A0A0. Windows color (decimal): -4548476 or 8689850. OLE color: 8689850.

HSL color Cylindrical-coordinate representation of color #BA9884: hue angle of 22.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9884 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB186152132-
CMYK00.180.290.27
HSL22.22º28.13%62.35%-
HSV(B)22.22º29.03%72.94%-
XYZ35.6434.5626.62-
YUV159.89112.26146.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=39.57%
G=32.34%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615213200.180.290.2722.2228.1362.35
HexBA98840121D1B161c3e
Octal2722302040223533263476
Binary10111010100110001000010001001011101110111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9884; }

 p { color: rgb(186,152,132); }

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

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

 a { background-color: rgb(186,152,132); }

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

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

 span { border-color: rgb(186,152,132); }

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