#BA5896

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

Shades of Mulberry #BA5896

Tints of Mulberry #BA5896

Color information

#BA5896 (or 0xBA5896) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 96. RGB value is (186,88,150). Sum of RGB (Red+Green+Blue) = 186+88+150=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5896 is #45A769. Grayscale: #7C7C7C. Windows color (decimal): -4564842 or 9853114. OLE color: 9853114.

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

Color convert

RGB18688150-
CMYK00.530.190.27
HSL322.04º41.53%53.73%-
HSV(B)322.04º52.69%72.94%-
XYZ29.2419.6231.1-
YUV124.37142.47171.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=43.87%
G=20.75%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868815000.530.190.27322.0441.5353.73
HexBA5896035131B1422a36
Octal27213022606523335025266
Binary1011101010110001001011001101011001111011101000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5896; }

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

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

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

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

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

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

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

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