#BA4588

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

Shades of Mulberry #BA4588

Tints of Mulberry #BA4588

Color information

#BA4588 (or 0xBA4588) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 88. RGB value is (186,69,136). Sum of RGB (Red+Green+Blue) = 186+69+136=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4588 is #45BA77. Grayscale: #6F6F6F. Windows color (decimal): -4569720 or 8930746. OLE color: 8930746.

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

Color convert

RGB18669136-
CMYK00.630.270.27
HSL325.64º45.88%50%-
HSV(B)325.64º62.9%72.94%-
XYZ26.8216.4725.06-
YUV111.62141.76181.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=47.57%
G=17.65%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866913600.630.270.27325.6445.8850
HexBA458803F1B1B1462e32
Octal27210521007733335065662
Binary1011101010001011000100001111111101111011101000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4588; }

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

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

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

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

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

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

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

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