#BA858D

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

Shades of Puce #BA858D

Tints of Puce #BA858D

Color information

#BA858D (or 0xBA858D) is unknown color: approx Puce. HEX triplet: BA, 85 and 8D. RGB value is (186,133,141). Sum of RGB (Red+Green+Blue) = 186+133+141=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858D is #457A72. Grayscale: #959595. Windows color (decimal): -4553331 or 9274810. OLE color: 9274810.

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

Color convert

RGB186133141-
CMYK00.280.240.27
HSL350.94º27.75%62.55%-
HSV(B)350.94º28.49%72.94%-
XYZ33.4429.1429.06-
YUV149.76123.06153.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=40.43%
G=28.91%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613314100.280.240.27350.9427.7562.55
HexBA858D01C181B15f1c3f
Octal27220521503430335373477
Binary101110101000010110001101011100110001101110101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA858D; }

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

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

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

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

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

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

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

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