#BA9684

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

Shades of Pale Taupe #BA9684

Tints of Pale Taupe #BA9684

Color information

#BA9684 (or 0xBA9684) is unknown color: approx Pale Taupe. HEX triplet: BA, 96 and 84. RGB value is (186,150,132). Sum of RGB (Red+Green+Blue) = 186+150+132=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9684 is #45697B. Grayscale: #9E9E9E. Windows color (decimal): -4548988 or 8689338. OLE color: 8689338.

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

Color convert

RGB186150132-
CMYK00.190.290.27
HSL20º28.13%62.35%-
HSV(B)20º29.03%72.94%-
XYZ35.3233.9226.51-
YUV158.71112.93147.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=39.74%
G=32.05%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615013200.190.290.272028.1362.35
HexBA96840131D1B141c3e
Octal2722262040233533243476
Binary10111010100101101000010001001111101110111010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9684; }

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

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

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

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

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

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

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

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