#BA9C86

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

Shades of Pale Taupe #BA9C86

Tints of Pale Taupe #BA9C86

Color information

#BA9C86 (or 0xBA9C86) is unknown color: approx Pale Taupe. HEX triplet: BA, 9C and 86. RGB value is (186,156,134). Sum of RGB (Red+Green+Blue) = 186+156+134=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C86 is #456379. Grayscale: #A2A2A2. Windows color (decimal): -4547450 or 8821946. OLE color: 8821946.

HSL color Cylindrical-coordinate representation of color #BA9C86: hue angle of 25.38º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9C86 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186156134-
CMYK00.160.280.27
HSL25.38º27.37%62.75%-
HSV(B)25.38º27.96%72.94%-
XYZ36.4435.9427.57-
YUV162.46111.94144.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=39.08%
G=32.77%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615613400.160.280.2725.3827.3762.75
HexBA9C860101C1B191b3f
Octal2722342060203433313377
Binary10111010100111001000011001000011100110111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C86; }

 p { color: rgb(186,156,134); }

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

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

 a { background-color: rgb(186,156,134); }

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

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

 span { border-color: rgb(186,156,134); }

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