#BA8C6E

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

Shades of Pale Taupe #BA8C6E

Tints of Pale Taupe #BA8C6E

Color information

#BA8C6E (or 0xBA8C6E) is unknown color: approx Pale Taupe. HEX triplet: BA, 8C and 6E. RGB value is (186,140,110). Sum of RGB (Red+Green+Blue) = 186+140+110=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C6E is #457391. Grayscale: #969696. Windows color (decimal): -4551570 or 7244986. OLE color: 7244986.

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

Color convert

RGB186140110-
CMYK00.250.410.27
HSL23.68º35.51%58.04%-
HSV(B)23.68º40.86%72.94%-
XYZ32.4430.3218.89-
YUV150.33105.24153.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=42.66%
G=32.11%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614011000.250.410.2723.6835.5158.04
HexBA8C6E019291B18243a
Octal2722141560315133304472
Binary101110101000110011011100110011010011101111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C6E; }

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

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

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

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

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

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

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

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