#BA917F

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

Shades of Pale Taupe #BA917F

Tints of Pale Taupe #BA917F

Color information

#BA917F (or 0xBA917F) is unknown color: approx Pale Taupe. HEX triplet: BA, 91 and 7F. RGB value is (186,145,127). Sum of RGB (Red+Green+Blue) = 186+145+127=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA917F is #456E80. Grayscale: #9B9B9B. Windows color (decimal): -4550273 or 8360378. OLE color: 8360378.

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

Color convert

RGB186145127-
CMYK00.220.320.27
HSL18.31º29.95%61.37%-
HSV(B)18.31º31.72%72.94%-
XYZ34.2132.2224.5-
YUV155.21112.08149.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 127 (50% from 255) = 27.73%
R=40.61%
G=31.66%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614512700.220.320.2718.3129.9561.37
HexBA917F016201B121e3d
Octal2722211770264033223675
Binary10111010100100011111111010110100000110111001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA917F; }

 p { color: rgb(186,145,127); }

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

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

 a { background-color: rgb(186,145,127); }

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

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

 span { border-color: rgb(186,145,127); }

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