#BA5D96

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

Shades of Mulberry #BA5D96

Tints of Mulberry #BA5D96

Color information

#BA5D96 (or 0xBA5D96) is unknown color: approx Mulberry. HEX triplet: BA, 5D and 96. RGB value is (186,93,150). Sum of RGB (Red+Green+Blue) = 186+93+150=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D96 is #45A269. Grayscale: #7F7F7F. Windows color (decimal): -4563562 or 9854394. OLE color: 9854394.

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

Color convert

RGB18693150-
CMYK00.50.190.27
HSL323.23º40.26%54.71%-
HSV(B)323.23º50%72.94%-
XYZ29.6720.4731.24-
YUV127.3140.81169.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=43.36%
G=21.68%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869315000.50.190.27323.2340.2654.71
HexBA5D96032131B1432837
Octal27213522606223335035067
Binary1011101010111011001011001100101001111011101000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D96; }

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

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

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

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

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

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

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

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