#BA9573

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

Shades of Pale Taupe #BA9573

Tints of Pale Taupe #BA9573

Color information

#BA9573 (or 0xBA9573) is unknown color: approx Pale Taupe. HEX triplet: BA, 95 and 73. RGB value is (186,149,115). Sum of RGB (Red+Green+Blue) = 186+149+115=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9573 is #456A8C. Grayscale: #9C9C9C. Windows color (decimal): -4549261 or 7574970. OLE color: 7574970.

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

Color convert

RGB186149115-
CMYK00.200.380.27
HSL28.73º33.97%59.02%-
HSV(B)28.73º38.17%72.94%-
XYZ34.0933.1720.83-
YUV156.19104.76149.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=41.33%
G=33.11%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614911500.200.380.2728.7333.9759.02
HexBA9573014261B1d223b
Octal2722251630244633354273
Binary101110101001010111100110101001001101101111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9573; }

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

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

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

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

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

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

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

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