#BA997C

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

Shades of Pale Taupe #BA997C

Tints of Pale Taupe #BA997C

Color information

#BA997C (or 0xBA997C) is unknown color: approx Pale Taupe. HEX triplet: BA, 99 and 7C. RGB value is (186,153,124). Sum of RGB (Red+Green+Blue) = 186+153+124=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA997C is #456683. Grayscale: #9F9F9F. Windows color (decimal): -4548228 or 8165818. OLE color: 8165818.

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

Color convert

RGB186153124-
CMYK00.180.330.27
HSL28.06º31%60.78%-
HSV(B)28.06º33.33%72.94%-
XYZ35.2834.6823.9-
YUV159.56107.93146.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=40.17%
G=33.05%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615312400.180.330.2728.063160.78
HexBA997C012211B1c1f3d
Octal2722311740224133343775
Binary10111010100110011111100010010100001110111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA997C; }

 p { color: rgb(186,153,124); }

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

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

 a { background-color: rgb(186,153,124); }

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

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

 span { border-color: rgb(186,153,124); }

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