#BAA086

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

Shades of Pale Taupe #BAA086

Tints of Pale Taupe #BAA086

Color information

#BAA086 (or 0xBAA086) is unknown color: approx Pale Taupe. HEX triplet: BA, A0 and 86. RGB value is (186,160,134). Sum of RGB (Red+Green+Blue) = 186+160+134=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA086 is #455F79. Grayscale: #A4A4A4. Windows color (decimal): -4546426 or 8822970. OLE color: 8822970.

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

Color convert

RGB186160134-
CMYK00.140.280.27
HSL30º27.37%62.75%-
HSV(B)30º27.96%72.94%-
XYZ37.1237.327.8-
YUV164.81110.61143.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=38.75%
G=33.33%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616013400.140.280.273027.3762.75
HexBAA0860E1C1B1e1b3f
Octal2722402060163433363377
Binary1011101010100000100001100111011100110111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA086; }

 p { color: rgb(186,160,134); }

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

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

 a { background-color: rgb(186,160,134); }

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

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

 span { border-color: rgb(186,160,134); }

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