#BA858A

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

Shades of Puce #BA858A

Tints of Puce #BA858A

Color information

#BA858A (or 0xBA858A) is unknown color: approx Puce. HEX triplet: BA, 85 and 8A. RGB value is (186,133,138). Sum of RGB (Red+Green+Blue) = 186+133+138=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858A is #457A75. Grayscale: #959595. Windows color (decimal): -4553334 or 9078202. OLE color: 9078202.

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

Color convert

RGB186133138-
CMYK00.280.260.27
HSL354.34º27.75%62.55%-
HSV(B)354.34º28.49%72.94%-
XYZ33.2229.0527.9-
YUV149.42121.56154.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=40.70%
G=29.10%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613313800.280.260.27354.3427.7562.55
HexBA858A01C1A1B1621c3f
Octal27220521203432335423477
Binary101110101000010110001010011100110101101110110001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA858A; }

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

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

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

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

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

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

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

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