#BA9579

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

Shades of Pale Taupe #BA9579

Tints of Pale Taupe #BA9579

Color information

#BA9579 (or 0xBA9579) is unknown color: approx Pale Taupe. HEX triplet: BA, 95 and 79. RGB value is (186,149,121). Sum of RGB (Red+Green+Blue) = 186+149+121=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9579 is #456A86. Grayscale: #9D9D9D. Windows color (decimal): -4549255 or 7968186. OLE color: 7968186.

HSL color Cylindrical-coordinate representation of color #BA9579: hue angle of 25.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9579 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186149121-
CMYK00.200.350.27
HSL25.85º32.02%60.2%-
HSV(B)25.85º34.95%72.94%-
XYZ34.4533.3122.7-
YUV156.87107.76148.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=40.79%
G=32.68%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614912100.200.350.2725.8532.0260.2
HexBA9579014231B1a203c
Octal2722251710244333324074
Binary101110101001010111110010101001000111101111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9579; }

 p { color: rgb(186,149,121); }

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

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

 a { background-color: rgb(186,149,121); }

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

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

 span { border-color: rgb(186,149,121); }

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