#BA528B

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

Shades of Mulberry #BA528B

Tints of Mulberry #BA528B

Color information

#BA528B (or 0xBA528B) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 8B. RGB value is (186,82,139). Sum of RGB (Red+Green+Blue) = 186+82+139=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528B is #45AD74. Grayscale: #777777. Windows color (decimal): -4566389 or 9130682. OLE color: 9130682.

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

Color convert

RGB18682139-
CMYK00.560.250.27
HSL327.12º42.98%52.55%-
HSV(B)327.12º55.91%72.94%-
XYZ27.9318.3426.49-
YUV119.59138.96175.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=45.70%
G=20.15%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868213900.560.250.27327.1242.9852.55
HexBA528B038191B1472b35
Octal27212221307031335075365
Binary1011101010100101000101101110001100111011101000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA528B; }

 p { color: rgb(186,82,139); }

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

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

 a { background-color: rgb(186,82,139); }

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

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

 span { border-color: rgb(186,82,139); }

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