#BA8C70

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

Shades of Pale Taupe #BA8C70

Tints of Pale Taupe #BA8C70

Color information

#BA8C70 (or 0xBA8C70) is unknown color: approx Pale Taupe. HEX triplet: BA, 8C and 70. RGB value is (186,140,112). Sum of RGB (Red+Green+Blue) = 186+140+112=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C70 is #45738F. Grayscale: #969696. Windows color (decimal): -4551568 or 7376058. OLE color: 7376058.

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

Color convert

RGB186140112-
CMYK00.250.400.27
HSL22.7º34.91%58.43%-
HSV(B)22.7º39.78%72.94%-
XYZ32.5530.3719.47-
YUV150.56106.24153.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=42.47%
G=31.96%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614011200.250.400.2722.734.9158.43
HexBA8C70019281B17233a
Octal2722141600315033274372
Binary101110101000110011100000110011010001101110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C70; }

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

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

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

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

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

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

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

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