#BA9071

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

Shades of Pale Taupe #BA9071

Tints of Pale Taupe #BA9071

Color information

#BA9071 (or 0xBA9071) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 71. RGB value is (186,144,113). Sum of RGB (Red+Green+Blue) = 186+144+113=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9071 is #456F8E. Grayscale: #999999. Windows color (decimal): -4550543 or 7442618. OLE color: 7442618.

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

Color convert

RGB186144113-
CMYK00.230.390.27
HSL25.48º34.6%58.63%-
HSV(B)25.48º39.25%72.94%-
XYZ33.231.5819.97-
YUV153.02105.41151.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=41.99%
G=32.51%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614411300.230.390.2725.4834.658.63
HexBA9071017271B19233b
Octal2722201610274733314373
Binary101110101001000011100010101111001111101111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9071; }

 p { color: rgb(186,144,113); }

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

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

 a { background-color: rgb(186,144,113); }

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

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

 span { border-color: rgb(186,144,113); }

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