#BA5897

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

Shades of Mulberry #BA5897

Tints of Mulberry #BA5897

Color information

#BA5897 (or 0xBA5897) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 97. RGB value is (186,88,151). Sum of RGB (Red+Green+Blue) = 186+88+151=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5897 is #45A768. Grayscale: #7C7C7C. Windows color (decimal): -4564841 or 9918650. OLE color: 9918650.

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

Color convert

RGB18688151-
CMYK00.530.190.27
HSL321.43º41.53%53.73%-
HSV(B)321.43º52.69%72.94%-
XYZ29.3319.6531.53-
YUV124.48142.97171.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=43.76%
G=20.71%
B=35.53%

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
Decimal1868815100.530.190.27321.4341.5353.73
HexBA5897035131B1412a36
Octal27213022706523335015266
Binary1011101010110001001011101101011001111011101000001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5897; }

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

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

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

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

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

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

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

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