#BA7F94

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

Shades of Puce #BA7F94

Tints of Puce #BA7F94

Color information

#BA7F94 (or 0xBA7F94) is unknown color: approx Puce. HEX triplet: BA, 7F and 94. RGB value is (186,127,148). Sum of RGB (Red+Green+Blue) = 186+127+148=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F94 is #45806B. Grayscale: #939393. Windows color (decimal): -4554860 or 9732026. OLE color: 9732026.

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

Color convert

RGB186127148-
CMYK00.320.200.27
HSL338.64º29.95%61.37%-
HSV(B)338.64º31.72%72.94%-
XYZ33.1827.7631.63-
YUV147.03128.55155.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=40.35%
G=27.55%
B=32.10%

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
Decimal18612714800.320.200.27338.6429.9561.37
HexBA7F94020141B1531e3d
Octal27217722404024335233675
Binary101110101111111100101000100000101001101110101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F94; }

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

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

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

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

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

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

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

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