#BA5E99

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

Shades of Mulberry #BA5E99

Tints of Mulberry #BA5E99

Color information

#BA5E99 (or 0xBA5E99) is unknown color: approx Mulberry. HEX triplet: BA, 5E and 99. RGB value is (186,94,153). Sum of RGB (Red+Green+Blue) = 186+94+153=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E99 is #45A166. Grayscale: #808080. Windows color (decimal): -4563303 or 10051258. OLE color: 10051258.

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

Color convert

RGB18694153-
CMYK00.490.180.27
HSL321.52º40%54.9%-
HSV(B)321.52º49.46%72.94%-
XYZ3020.7432.56-
YUV128.23141.98169.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=42.96%
G=21.71%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869415300.490.180.27321.524054.9
HexBA5E99031121B1422837
Octal27213623106122335025067
Binary1011101010111101001100101100011001011011101000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E99; }

 p { color: rgb(186,94,153); }

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

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

 a { background-color: rgb(186,94,153); }

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

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

 span { border-color: rgb(186,94,153); }

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