#BA5787

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

Shades of Mulberry #BA5787

Tints of Mulberry #BA5787

Color information

#BA5787 (or 0xBA5787) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 87. RGB value is (186,87,135). Sum of RGB (Red+Green+Blue) = 186+87+135=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5787 is #45A878. Grayscale: #797979. Windows color (decimal): -4565113 or 8869818. OLE color: 8869818.

HSL color Cylindrical-coordinate representation of color #BA5787: hue angle of 330.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5787 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18687135-
CMYK00.530.270.27
HSL330.91º41.77%53.53%-
HSV(B)330.91º53.23%72.94%-
XYZ28.031925.11-
YUV122.07135.3173.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=45.59%
G=21.32%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868713500.530.270.27330.9141.7753.53
HexBA57870351B1B14b2a36
Octal27212720706533335135266
Binary1011101010101111000011101101011101111011101001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5787; }

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

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

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

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

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

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

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

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