#BA838D

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

Shades of Puce #BA838D

Tints of Puce #BA838D

Color information

#BA838D (or 0xBA838D) is unknown color: approx Puce. HEX triplet: BA, 83 and 8D. RGB value is (186,131,141). Sum of RGB (Red+Green+Blue) = 186+131+141=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838D is #457C72. Grayscale: #949494. Windows color (decimal): -4553843 or 9274298. OLE color: 9274298.

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

Color convert

RGB186131141-
CMYK00.300.240.27
HSL349.09º28.5%62.16%-
HSV(B)349.09º29.57%72.94%-
XYZ33.1728.5928.97-
YUV148.58123.72154.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=40.61%
G=28.60%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613114100.300.240.27349.0928.562.16
HexBA838D01E181B15d1c3e
Octal27220321503630335353476
Binary101110101000001110001101011110110001101110101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA838D; }

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

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

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

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

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

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

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

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