#BA4587

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

Shades of Mulberry #BA4587

Tints of Mulberry #BA4587

Color information

#BA4587 (or 0xBA4587) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 87. RGB value is (186,69,135). Sum of RGB (Red+Green+Blue) = 186+69+135=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4587 is #45BA78. Grayscale: #6F6F6F. Windows color (decimal): -4569721 or 8865210. OLE color: 8865210.

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

Color convert

RGB18669135-
CMYK00.630.270.27
HSL326.15º45.88%50%-
HSV(B)326.15º62.9%72.94%-
XYZ26.7516.4424.69-
YUV111.51141.26181.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=47.69%
G=17.69%
B=34.62%

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
Decimal1866913500.630.270.27326.1545.8850
HexBA458703F1B1B1462e32
Octal27210520707733335065662
Binary1011101010001011000011101111111101111011101000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4587; }

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

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

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

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

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

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

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

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