#BA5D93

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

Shades of Mulberry #BA5D93

Tints of Mulberry #BA5D93

Color information

#BA5D93 (or 0xBA5D93) is unknown color: approx Mulberry. HEX triplet: BA, 5D and 93. RGB value is (186,93,147). Sum of RGB (Red+Green+Blue) = 186+93+147=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D93 is #45A26C. Grayscale: #7E7E7E. Windows color (decimal): -4563565 or 9657786. OLE color: 9657786.

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

Color convert

RGB18693147-
CMYK00.50.210.27
HSL325.16º40.26%54.71%-
HSV(B)325.16º50%72.94%-
XYZ29.4320.3729.99-
YUV126.96139.31170.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=43.66%
G=21.83%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869314700.50.210.27325.1640.2654.71
HexBA5D93032151B1452837
Octal27213522306225335055067
Binary1011101010111011001001101100101010111011101000101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D93; }

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

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

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

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

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

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

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

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