#BA9582

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

Shades of Pale Taupe #BA9582

Tints of Pale Taupe #BA9582

Color information

#BA9582 (or 0xBA9582) is unknown color: approx Pale Taupe. HEX triplet: BA, 95 and 82. RGB value is (186,149,130). Sum of RGB (Red+Green+Blue) = 186+149+130=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9582 is #456A7D. Grayscale: #9E9E9E. Windows color (decimal): -4549246 or 8558010. OLE color: 8558010.

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

Color convert

RGB186149130-
CMYK00.200.300.27
HSL20.36º28.87%61.96%-
HSV(B)20.36º30.11%72.94%-
XYZ35.0333.5525.75-
YUV157.9112.26148.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=40%
G=32.04%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614913000.200.300.2720.3628.8761.96
HexBA95820141E1B141d3e
Octal2722252020243633243576
Binary10111010100101011000001001010011110110111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9582; }

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

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

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

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

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

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

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

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