#BA9C77

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

Shades of Pale Taupe #BA9C77

Tints of Pale Taupe #BA9C77

Color information

#BA9C77 (or 0xBA9C77) is unknown color: approx Pale Taupe. HEX triplet: BA, 9C and 77. RGB value is (186,156,119). Sum of RGB (Red+Green+Blue) = 186+156+119=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C77 is #456388. Grayscale: #A0A0A0. Windows color (decimal): -4547465 or 7838906. OLE color: 7838906.

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

Color convert

RGB186156119-
CMYK00.160.360.27
HSL33.13º32.68%59.8%-
HSV(B)33.13º36.02%72.94%-
XYZ35.4735.5522.44-
YUV160.75104.44146.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=40.35%
G=33.84%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615611900.160.360.2733.1332.6859.8
HexBA9C77010241B21213c
Octal2722341670204433414174
Binary1011101010011100111011101000010010011011100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C77; }

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

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

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

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

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

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

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

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