#BA4793

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

Shades of Mulberry #BA4793

Tints of Mulberry #BA4793

Color information

#BA4793 (or 0xBA4793) is unknown color: approx Mulberry. HEX triplet: BA, 47 and 93. RGB value is (186,71,147). Sum of RGB (Red+Green+Blue) = 186+71+147=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4793 is #45B86C. Grayscale: #717171. Windows color (decimal): -4569197 or 9652154. OLE color: 9652154.

HSL color Cylindrical-coordinate representation of color #BA4793: hue angle of 320.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4793 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18671147-
CMYK00.620.210.27
HSL320.35º45.45%50.39%-
HSV(B)320.35º61.83%72.94%-
XYZ27.7717.0529.43-
YUV114.05146.6179.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=46.04%
G=17.57%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867114700.620.210.27320.3545.4550.39
HexBA479303E151B1402d32
Octal27210722307625335005562
Binary1011101010001111001001101111101010111011101000000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4793; }

 p { color: rgb(186,71,147); }

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

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

 a { background-color: rgb(186,71,147); }

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

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

 span { border-color: rgb(186,71,147); }

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