#BA977B

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

Shades of Pale Taupe #BA977B

Tints of Pale Taupe #BA977B

Color information

#BA977B (or 0xBA977B) is unknown color: approx Pale Taupe. HEX triplet: BA, 97 and 7B. RGB value is (186,151,123). Sum of RGB (Red+Green+Blue) = 186+151+123=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA977B is #456884. Grayscale: #9E9E9E. Windows color (decimal): -4548741 or 8099770. OLE color: 8099770.

HSL color Cylindrical-coordinate representation of color #BA977B: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA977B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186151123-
CMYK00.190.340.27
HSL26.67º31.34%60.59%-
HSV(B)26.67º33.87%72.94%-
XYZ34.893423.46-
YUV158.27108.1147.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=40.43%
G=32.83%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615112300.190.340.2726.6731.3460.59
HexBA977B013221B1b1f3d
Octal2722271730234233333775
Binary10111010100101111111011010011100010110111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA977B; }

 p { color: rgb(186,151,123); }

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

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

 a { background-color: rgb(186,151,123); }

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

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

 span { border-color: rgb(186,151,123); }

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