#BA9372

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

Shades of Pale Taupe #BA9372

Tints of Pale Taupe #BA9372

Color information

#BA9372 (or 0xBA9372) is unknown color: approx Pale Taupe. HEX triplet: BA, 93 and 72. RGB value is (186,147,114). Sum of RGB (Red+Green+Blue) = 186+147+114=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9372 is #456C8D. Grayscale: #9B9B9B. Windows color (decimal): -4549774 or 7508922. OLE color: 7508922.

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

Color convert

RGB186147114-
CMYK00.210.390.27
HSL27.5º34.29%58.82%-
HSV(B)27.5º38.71%72.94%-
XYZ33.7232.5220.42-
YUV154.9104.92150.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=41.61%
G=32.89%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614711400.210.390.2727.534.2958.82
HexBA9372015271B1c223b
Octal2722231620254733344273
Binary101110101001001111100100101011001111101111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9372; }

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

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

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

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

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

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

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

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