#BA8D77

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

Shades of Pale Taupe #BA8D77

Tints of Pale Taupe #BA8D77

Color information

#BA8D77 (or 0xBA8D77) is unknown color: approx Pale Taupe. HEX triplet: BA, 8D and 77. RGB value is (186,141,119). Sum of RGB (Red+Green+Blue) = 186+141+119=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D77 is #457288. Grayscale: #989898. Windows color (decimal): -4551305 or 7835066. OLE color: 7835066.

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

Color convert

RGB186141119-
CMYK00.240.360.27
HSL19.7º32.68%59.8%-
HSV(B)19.7º36.02%72.94%-
XYZ33.130.8221.66-
YUV151.95109.41152.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=41.70%
G=31.61%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614111900.240.360.2719.732.6859.8
HexBA8D77018241B14213c
Octal2722151670304433244174
Binary101110101000110111101110110001001001101110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D77; }

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

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

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

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

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

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

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

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