#BA5690

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

Shades of Mulberry #BA5690

Tints of Mulberry #BA5690

Color information

#BA5690 (or 0xBA5690) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 90. RGB value is (186,86,144). Sum of RGB (Red+Green+Blue) = 186+86+144=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5690 is #45A96F. Grayscale: #7A7A7A. Windows color (decimal): -4565360 or 9459386. OLE color: 9459386.

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

Color convert

RGB18686144-
CMYK00.540.230.27
HSL325.2º42.02%53.33%-
HSV(B)325.2º53.76%72.94%-
XYZ28.6119.1128.57-
YUV122.51140.13173.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 86 (33.98% from 255) = 20.67%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=44.71%
G=20.67%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868614400.540.230.27325.242.0253.33
HexBA5690036171B1452a35
Octal27212622006627335055265
Binary1011101010101101001000001101101011111011101000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5690; }

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

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

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

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

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

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

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

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