#BA5697

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

Shades of Mulberry #BA5697

Tints of Mulberry #BA5697

Color information

#BA5697 (or 0xBA5697) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 97. RGB value is (186,86,151). Sum of RGB (Red+Green+Blue) = 186+86+151=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5697 is #45A968. Grayscale: #7B7B7B. Windows color (decimal): -4565353 or 9918138. OLE color: 9918138.

HSL color Cylindrical-coordinate representation of color #BA5697: hue angle of 321º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5697 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18686151-
CMYK00.540.190.27
HSL321º42.02%53.33%-
HSV(B)321º53.76%72.94%-
XYZ29.1619.3331.47-
YUV123.31143.63172.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=43.97%
G=20.33%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868615100.540.190.2732142.0253.33
HexBA5697036131B1412a35
Octal27212622706623335015265
Binary1011101010101101001011101101101001111011101000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5697; }

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

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

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

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

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

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

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

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