#BA539B

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

Shades of Mulberry #BA539B

Tints of Mulberry #BA539B

Color information

#BA539B (or 0xBA539B) is unknown color: approx Mulberry. HEX triplet: BA, 53 and 9B. RGB value is (186,83,155). Sum of RGB (Red+Green+Blue) = 186+83+155=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA539B is #45AC64. Grayscale: #797979. Windows color (decimal): -4566117 or 10179514. OLE color: 10179514.

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

Color convert

RGB18683155-
CMYK00.550.170.27
HSL318.06º42.74%52.75%-
HSV(B)318.06º55.38%72.94%-
XYZ29.2618.9933.13-
YUV122146.62173.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 83 (32.81% from 255) = 19.58%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=43.87%
G=19.58%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868315500.550.170.27318.0642.7452.75
HexBA539B037111B13e2b35
Octal27212323306721334765365
Binary1011101010100111001101101101111000111011100111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA539B; }

 p { color: rgb(186,83,155); }

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

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

 a { background-color: rgb(186,83,155); }

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

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

 span { border-color: rgb(186,83,155); }

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