#BA8587

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

Shades of Puce #BA8587

Tints of Puce #BA8587

Color information

#BA8587 (or 0xBA8587) is unknown color: approx Puce. HEX triplet: BA, 85 and 87. RGB value is (186,133,135). Sum of RGB (Red+Green+Blue) = 186+133+135=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8587 is #457A78. Grayscale: #959595. Windows color (decimal): -4553337 or 8881594. OLE color: 8881594.

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

Color convert

RGB186133135-
CMYK00.280.270.27
HSL357.74º27.75%62.55%-
HSV(B)357.74º28.49%72.94%-
XYZ33.0128.9626.77-
YUV149.07120.06154.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=40.97%
G=29.30%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613313500.280.270.27357.7427.7562.55
HexBA858701C1B1B1661c3f
Octal27220520703433335463477
Binary101110101000010110000111011100110111101110110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8587; }

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

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

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

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

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

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

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

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