#BA8489

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

Shades of Puce #BA8489

Tints of Puce #BA8489

Color information

#BA8489 (or 0xBA8489) is unknown color: approx Puce. HEX triplet: BA, 84 and 89. RGB value is (186,132,137). Sum of RGB (Red+Green+Blue) = 186+132+137=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8489 is #457B76. Grayscale: #949494. Windows color (decimal): -4553591 or 9012410. OLE color: 9012410.

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

Color convert

RGB186132137-
CMYK00.290.260.27
HSL354.44º28.12%62.35%-
HSV(B)354.44º29.03%72.94%-
XYZ33.0228.7527.48-
YUV148.72121.39154.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=40.88%
G=29.01%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613213700.290.260.27354.4428.1262.35
HexBA848901D1A1B1621c3e
Octal27220421103532335423476
Binary101110101000010010001001011101110101101110110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8489; }

 p { color: rgb(186,132,137); }

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

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

 a { background-color: rgb(186,132,137); }

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

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

 span { border-color: rgb(186,132,137); }

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