#BA9785

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

Shades of Pale Taupe #BA9785

Tints of Pale Taupe #BA9785

Color information

#BA9785 (or 0xBA9785) is unknown color: approx Pale Taupe. HEX triplet: BA, 97 and 85. RGB value is (186,151,133). Sum of RGB (Red+Green+Blue) = 186+151+133=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9785 is #45687A. Grayscale: #9F9F9F. Windows color (decimal): -4548731 or 8755130. OLE color: 8755130.

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

Color convert

RGB186151133-
CMYK00.190.280.27
HSL20.38º27.75%62.55%-
HSV(B)20.38º28.49%72.94%-
XYZ35.5534.2726.93-
YUV159.41113.1146.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=39.57%
G=32.13%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615113300.190.280.2720.3827.7562.55
HexBA97850131C1B141c3f
Octal2722272050233433243477
Binary10111010100101111000010101001111100110111010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9785; }

 p { color: rgb(186,151,133); }

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

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

 a { background-color: rgb(186,151,133); }

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

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

 span { border-color: rgb(186,151,133); }

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