#BA878A

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

Shades of Puce #BA878A

Tints of Puce #BA878A

Color information

#BA878A (or 0xBA878A) is unknown color: approx Puce. HEX triplet: BA, 87 and 8A. RGB value is (186,135,138). Sum of RGB (Red+Green+Blue) = 186+135+138=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878A is #457875. Grayscale: #969696. Windows color (decimal): -4552822 or 9078714. OLE color: 9078714.

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

Color convert

RGB186135138-
CMYK00.270.260.27
HSL356.47º26.98%62.94%-
HSV(B)356.47º27.42%72.94%-
XYZ33.529.627.99-
YUV150.59120.9153.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=40.52%
G=29.41%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613513800.270.260.27356.4726.9862.94
HexBA878A01B1A1B1641b3f
Octal27220721203332335443377
Binary101110101000011110001010011011110101101110110010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA878A; }

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

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

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

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

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

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

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

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