#BA9072

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

Shades of Pale Taupe #BA9072

Tints of Pale Taupe #BA9072

Color information

#BA9072 (or 0xBA9072) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 72. RGB value is (186,144,114). Sum of RGB (Red+Green+Blue) = 186+144+114=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9072 is #456F8D. Grayscale: #999999. Windows color (decimal): -4550542 or 7508154. OLE color: 7508154.

HSL color Cylindrical-coordinate representation of color #BA9072: hue angle of 25º degrees, saturation: 0.34, 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 #BA9072 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186144114-
CMYK00.230.390.27
HSL25º34.29%58.82%-
HSV(B)25º38.71%72.94%-
XYZ33.2631.620.27-
YUV153.14105.91151.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=41.89%
G=32.43%
B=25.68%

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
Decimal18614411400.230.390.272534.2958.82
HexBA9072017271B19223b
Octal2722201620274733314273
Binary101110101001000011100100101111001111101111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9072; }

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

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

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

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

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

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

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

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