#BA8E70

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

Shades of Pale Taupe #BA8E70

Tints of Pale Taupe #BA8E70

Color information

#BA8E70 (or 0xBA8E70) is unknown color: approx Pale Taupe. HEX triplet: BA, 8E and 70. RGB value is (186,142,112). Sum of RGB (Red+Green+Blue) = 186+142+112=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E70 is #45718F. Grayscale: #979797. Windows color (decimal): -4551056 or 7376570. OLE color: 7376570.

HSL color Cylindrical-coordinate representation of color #BA8E70: hue angle of 24.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8E70 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186142112-
CMYK00.240.400.27
HSL24.32º34.91%58.43%-
HSV(B)24.32º39.78%72.94%-
XYZ32.8530.9519.57-
YUV151.74105.58152.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=42.27%
G=32.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614211200.240.400.2724.3234.9158.43
HexBA8E70018281B18233a
Octal2722161600305033304372
Binary101110101000111011100000110001010001101111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E70; }

 p { color: rgb(186,142,112); }

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

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

 a { background-color: rgb(186,142,112); }

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

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

 span { border-color: rgb(186,142,112); }

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