#BA878B

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

Shades of Puce #BA878B

Tints of Puce #BA878B

Color information

#BA878B (or 0xBA878B) is unknown color: approx Puce. HEX triplet: BA, 87 and 8B. RGB value is (186,135,139). Sum of RGB (Red+Green+Blue) = 186+135+139=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878B is #457874. Grayscale: #969696. Windows color (decimal): -4552821 or 9144250. OLE color: 9144250.

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

Color convert

RGB186135139-
CMYK00.270.250.27
HSL355.29º26.98%62.94%-
HSV(B)355.29º27.42%72.94%-
XYZ33.5729.6328.38-
YUV150.7121.4153.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=40.43%
G=29.35%
B=30.22%

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
Decimal18613513900.270.250.27355.2926.9862.94
HexBA878B01B191B1631b3f
Octal27220721303331335433377
Binary101110101000011110001011011011110011101110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA878B; }

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

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

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

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

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

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

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

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