#BA7F95

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

Shades of Puce #BA7F95

Tints of Puce #BA7F95

Color information

#BA7F95 (or 0xBA7F95) is unknown color: approx Puce. HEX triplet: BA, 7F and 95. RGB value is (186,127,149). Sum of RGB (Red+Green+Blue) = 186+127+149=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F95 is #45806A. Grayscale: #939393. Windows color (decimal): -4554859 or 9797562. OLE color: 9797562.

HSL color Cylindrical-coordinate representation of color #BA7F95: hue angle of 337.63º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F95 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186127149-
CMYK00.320.200.27
HSL337.63º29.95%61.37%-
HSV(B)337.63º31.72%72.94%-
XYZ33.2627.7932.04-
YUV147.15129.05155.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=40.26%
G=27.49%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612714900.320.200.27337.6329.9561.37
HexBA7F95020141B1521e3d
Octal27217722504024335223675
Binary101110101111111100101010100000101001101110101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F95; }

 p { color: rgb(186,127,149); }

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

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

 a { background-color: rgb(186,127,149); }

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

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

 span { border-color: rgb(186,127,149); }

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