#BA9A7E

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

Shades of Pale Taupe #BA9A7E

Tints of Pale Taupe #BA9A7E

Color information

#BA9A7E (or 0xBA9A7E) is unknown color: approx Pale Taupe. HEX triplet: BA, 9A and 7E. RGB value is (186,154,126). Sum of RGB (Red+Green+Blue) = 186+154+126=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A7E is #456581. Grayscale: #A0A0A0. Windows color (decimal): -4547970 or 8297146. OLE color: 8297146.

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

Color convert

RGB186154126-
CMYK00.170.320.27
HSL28º30.3%61.18%-
HSV(B)28º32.26%72.94%-
XYZ35.5735.0624.63-
YUV160.38108.6146.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=39.91%
G=33.05%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615412600.170.320.272830.361.18
HexBA9A7E011201B1c1e3d
Octal2722321760214033343675
Binary10111010100110101111110010001100000110111110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A7E; }

 p { color: rgb(186,154,126); }

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

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

 a { background-color: rgb(186,154,126); }

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

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

 span { border-color: rgb(186,154,126); }

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