#BA9782

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

Shades of Pale Taupe #BA9782

Tints of Pale Taupe #BA9782

Color information

#BA9782 (or 0xBA9782) is unknown color: approx Pale Taupe. HEX triplet: BA, 97 and 82. RGB value is (186,151,130). Sum of RGB (Red+Green+Blue) = 186+151+130=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9782 is #45687D. Grayscale: #9F9F9F. Windows color (decimal): -4548734 or 8558522. OLE color: 8558522.

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

Color convert

RGB186151130-
CMYK00.190.300.27
HSL22.5º28.87%61.96%-
HSV(B)22.5º30.11%72.94%-
XYZ35.3534.1825.85-
YUV159.07111.6147.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=39.83%
G=32.33%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615113000.190.300.2722.528.8761.96
HexBA97820131E1B171d3e
Octal2722272020233633273576
Binary10111010100101111000001001001111110110111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9782; }

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

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

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

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

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

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

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

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