#BA8F7C

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

Shades of Pale Taupe #BA8F7C

Tints of Pale Taupe #BA8F7C

Color information

#BA8F7C (or 0xBA8F7C) is unknown color: approx Pale Taupe. HEX triplet: BA, 8F and 7C. RGB value is (186,143,124). Sum of RGB (Red+Green+Blue) = 186+143+124=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F7C is #457083. Grayscale: #999999. Windows color (decimal): -4550788 or 8163258. OLE color: 8163258.

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

Color convert

RGB186143124-
CMYK00.230.330.27
HSL18.39º31%60.78%-
HSV(B)18.39º33.33%72.94%-
XYZ33.7131.5423.38-
YUV153.69111.25151.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=41.06%
G=31.57%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614312400.230.330.2718.393160.78
HexBA8F7C017211B121f3d
Octal2722171740274133223775
Binary10111010100011111111100010111100001110111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F7C; }

 p { color: rgb(186,143,124); }

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

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

 a { background-color: rgb(186,143,124); }

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

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

 span { border-color: rgb(186,143,124); }

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