#BA878C

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

Shades of Puce #BA878C

Tints of Puce #BA878C

Color information

#BA878C (or 0xBA878C) is unknown color: approx Puce. HEX triplet: BA, 87 and 8C. RGB value is (186,135,140). Sum of RGB (Red+Green+Blue) = 186+135+140=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878C is #457873. Grayscale: #969696. Windows color (decimal): -4552820 or 9209786. OLE color: 9209786.

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

Color convert

RGB186135140-
CMYK00.270.250.27
HSL354.12º26.98%62.94%-
HSV(B)354.12º27.42%72.94%-
XYZ33.6529.6628.76-
YUV150.82121.9153.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=40.35%
G=29.28%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613514000.270.250.27354.1226.9862.94
HexBA878C01B191B1621b3f
Octal27220721403331335423377
Binary101110101000011110001100011011110011101110110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA878C; }

 p { color: rgb(186,135,140); }

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

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

 a { background-color: rgb(186,135,140); }

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

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

 span { border-color: rgb(186,135,140); }

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