#BA828F

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

Shades of Puce #BA828F

Tints of Puce #BA828F

Color information

#BA828F (or 0xBA828F) is unknown color: approx Puce. HEX triplet: BA, 82 and 8F. RGB value is (186,130,143). Sum of RGB (Red+Green+Blue) = 186+130+143=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828F is #457D70. Grayscale: #949494. Windows color (decimal): -4554097 or 9405114. OLE color: 9405114.

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

Color convert

RGB186130143-
CMYK00.300.230.27
HSL346.07º28.87%61.96%-
HSV(B)346.07º30.11%72.94%-
XYZ33.1928.3929.72-
YUV148.23125.05154.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=40.52%
G=28.32%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613014300.300.230.27346.0728.8761.96
HexBA828F01E171B15a1d3e
Octal27220221703627335323576
Binary101110101000001010001111011110101111101110101101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA828F; }

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

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

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

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

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

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

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

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