#BA848D

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

Shades of Puce #BA848D

Tints of Puce #BA848D

Color information

#BA848D (or 0xBA848D) is unknown color: approx Puce. HEX triplet: BA, 84 and 8D. RGB value is (186,132,141). Sum of RGB (Red+Green+Blue) = 186+132+141=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848D is #457B72. Grayscale: #959595. Windows color (decimal): -4553587 or 9274554. OLE color: 9274554.

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

Color convert

RGB186132141-
CMYK00.290.240.27
HSL350º28.12%62.35%-
HSV(B)350º29.03%72.94%-
XYZ33.3128.8629.02-
YUV149.17123.39154.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=40.52%
G=28.76%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613214100.290.240.2735028.1262.35
HexBA848D01D181B15e1c3e
Octal27220421503530335363476
Binary101110101000010010001101011101110001101110101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA848D; }

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

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

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

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

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

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

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

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