#BA9E81

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

Shades of Pale Taupe #BA9E81

Tints of Pale Taupe #BA9E81

Color information

#BA9E81 (or 0xBA9E81) is unknown color: approx Pale Taupe. HEX triplet: BA, 9E and 81. RGB value is (186,158,129). Sum of RGB (Red+Green+Blue) = 186+158+129=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E81 is #45617E. Grayscale: #A3A3A3. Windows color (decimal): -4546943 or 8494778. OLE color: 8494778.

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

Color convert

RGB186158129-
CMYK00.150.310.27
HSL30.53º29.23%61.76%-
HSV(B)30.53º30.65%72.94%-
XYZ36.4436.4825.89-
YUV163.07108.78144.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=39.32%
G=33.40%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615812900.150.310.2730.5329.2361.76
HexBA9E810F1F1B1f1d3e
Octal2722362010173733373576
Binary1011101010011110100000010111111111110111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E81; }

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

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

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

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

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

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

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

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