#BA9780

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

Shades of Pale Taupe #BA9780

Tints of Pale Taupe #BA9780

Color information

#BA9780 (or 0xBA9780) is unknown color: approx Pale Taupe. HEX triplet: BA, 97 and 80. RGB value is (186,151,128). Sum of RGB (Red+Green+Blue) = 186+151+128=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9780 is #45687F. Grayscale: #9E9E9E. Windows color (decimal): -4548736 or 8427450. OLE color: 8427450.

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

Color convert

RGB186151128-
CMYK00.190.310.27
HSL23.79º29.59%61.57%-
HSV(B)23.79º31.18%72.94%-
XYZ35.2134.1325.15-
YUV158.84110.6147.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=40%
G=32.47%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615112800.190.310.2723.7929.5961.57
HexBA97800131F1B181e3e
Octal2722272000233733303676
Binary10111010100101111000000001001111111110111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9780; }

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

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

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

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

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

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

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

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