#ba538e

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

Shades of Mulberry #BA538E

Tints of Mulberry #BA538E

Color information

#BA538E (or 0xBA538E) is unknown color: approx Mulberry. HEX triplet: BA, 53 and 8E. RGB value is (186,83,142). Sum of RGB (Red+Green+Blue) = 186+83+142=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA538E is #45AC71. Grayscale: #787878. Windows color (decimal): -4566130 or 9327546. OLE color: 9327546.

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

Color convert

RGB18683142-
CMYK00.550.240.27
HSL325.63º42.74%52.75%-
HSV(B)325.63º55.38%72.94%-
XYZ28.2318.5827.69-
YUV120.52140.12174.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=45.26%
G=20.19%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868314200.550.240.27325.6342.7452.75
HexBA538E037181B1462b35
Octal27212321606730335065365
Binary1011101010100111000111001101111100011011101000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba538e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba538e; }

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

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

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

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

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

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

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

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