#BA9E7E

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

Shades of Pale Taupe #BA9E7E

Tints of Pale Taupe #BA9E7E

Color information

#BA9E7E (or 0xBA9E7E) is unknown color: approx Pale Taupe. HEX triplet: BA, 9E and 7E. RGB value is (186,158,126). Sum of RGB (Red+Green+Blue) = 186+158+126=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7E is #456181. Grayscale: #A2A2A2. Windows color (decimal): -4546946 or 8298170. OLE color: 8298170.

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

Color convert

RGB186158126-
CMYK00.150.320.27
HSL32º30.3%61.18%-
HSV(B)32º32.26%72.94%-
XYZ36.2436.424.85-
YUV162.72107.28144.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=39.57%
G=33.62%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615812600.150.320.273230.361.18
HexBA9E7E0F201B201e3d
Octal2722361760174033403675
Binary10111010100111101111110011111000001101110000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E7E; }

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

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

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

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

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

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

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

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