#BA848F

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

Shades of Puce #BA848F

Tints of Puce #BA848F

Color information

#BA848F (or 0xBA848F) is unknown color: approx Puce. HEX triplet: BA, 84 and 8F. RGB value is (186,132,143). Sum of RGB (Red+Green+Blue) = 186+132+143=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848F is #457B70. Grayscale: #959595. Windows color (decimal): -4553585 or 9405626. OLE color: 9405626.

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

Color convert

RGB186132143-
CMYK00.290.230.27
HSL347.78º28.12%62.35%-
HSV(B)347.78º29.03%72.94%-
XYZ33.4628.9229.81-
YUV149.4124.39154.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=40.35%
G=28.63%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613214300.290.230.27347.7828.1262.35
HexBA848F01D171B15c1c3e
Octal27220421703527335343476
Binary101110101000010010001111011101101111101110101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA848F; }

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

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

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

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

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

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

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

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