#BA9F8A

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

Shades of Pale Taupe #BA9F8A

Tints of Pale Taupe #BA9F8A

Color information

#BA9F8A (or 0xBA9F8A) is unknown color: approx Pale Taupe. HEX triplet: BA, 9F and 8A. RGB value is (186,159,138). Sum of RGB (Red+Green+Blue) = 186+159+138=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F8A is #456075. Grayscale: #A4A4A4. Windows color (decimal): -4546678 or 9084858. OLE color: 9084858.

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

Color convert

RGB186159138-
CMYK00.150.260.27
HSL26.25º25.81%63.53%-
HSV(B)26.25º25.81%72.94%-
XYZ37.2437.0729.24-
YUV164.68112.95143.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=38.51%
G=32.92%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615913800.150.260.2726.2525.8163.53
HexBA9F8A0F1A1B1a1a40
Octal27223721201732333232100
Binary10111010100111111000101001111110101101111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F8A; }

 p { color: rgb(186,159,138); }

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

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

 a { background-color: rgb(186,159,138); }

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

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

 span { border-color: rgb(186,159,138); }

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