#BA4596

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

Shades of Mulberry #BA4596

Tints of Mulberry #BA4596

Color information

#BA4596 (or 0xBA4596) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 96. RGB value is (186,69,150). Sum of RGB (Red+Green+Blue) = 186+69+150=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4596 is #45BA69. Grayscale: #717171. Windows color (decimal): -4569706 or 9848250. OLE color: 9848250.

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

Color convert

RGB18669150-
CMYK00.630.190.27
HSL318.46º45.88%50%-
HSV(B)318.46º62.9%72.94%-
XYZ27.8816.930.65-
YUV113.22148.76179.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=45.93%
G=17.04%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866915000.630.190.27318.4645.8850
HexBA459603F131B13e2e32
Octal27210522607723334765662
Binary1011101010001011001011001111111001111011100111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4596; }

 p { color: rgb(186,69,150); }

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

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

 a { background-color: rgb(186,69,150); }

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

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

 span { border-color: rgb(186,69,150); }

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