#BA828E

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

Shades of Puce #BA828E

Tints of Puce #BA828E

Color information

#BA828E (or 0xBA828E) is unknown color: approx Puce. HEX triplet: BA, 82 and 8E. RGB value is (186,130,142). Sum of RGB (Red+Green+Blue) = 186+130+142=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828E is #457D71. Grayscale: #949494. Windows color (decimal): -4554098 or 9339578. OLE color: 9339578.

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

Color convert

RGB186130142-
CMYK00.300.240.27
HSL347.14º28.87%61.96%-
HSV(B)347.14º30.11%72.94%-
XYZ33.1128.3629.32-
YUV148.11124.55155.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=40.61%
G=28.38%
B=31.00%

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
Decimal18613014200.300.240.27347.1428.8761.96
HexBA828E01E181B15b1d3e
Octal27220221603630335333576
Binary101110101000001010001110011110110001101110101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA828E; }

 p { color: rgb(186,130,142); }

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

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

 a { background-color: rgb(186,130,142); }

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

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

 span { border-color: rgb(186,130,142); }

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