#BA8D72

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

Shades of Pale Taupe #BA8D72

Tints of Pale Taupe #BA8D72

Color information

#BA8D72 (or 0xBA8D72) is unknown color: approx Pale Taupe. HEX triplet: BA, 8D and 72. RGB value is (186,141,114). Sum of RGB (Red+Green+Blue) = 186+141+114=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D72 is #45728D. Grayscale: #979797. Windows color (decimal): -4551310 or 7507386. OLE color: 7507386.

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

Color convert

RGB186141114-
CMYK00.240.390.27
HSL22.5º34.29%58.82%-
HSV(B)22.5º38.71%72.94%-
XYZ32.8130.720.12-
YUV151.38106.91152.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=42.18%
G=31.97%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614111400.240.390.2722.534.2958.82
HexBA8D72018271B17223b
Octal2722151620304733274273
Binary101110101000110111100100110001001111101110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D72; }

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

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

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

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

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

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

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

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