#BA528F

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

Shades of Mulberry #BA528F

Tints of Mulberry #BA528F

Color information

#BA528F (or 0xBA528F) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 8F. RGB value is (186,82,143). Sum of RGB (Red+Green+Blue) = 186+82+143=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528F is #45AD70. Grayscale: #777777. Windows color (decimal): -4566385 or 9392826. OLE color: 9392826.

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

Color convert

RGB18682143-
CMYK00.560.230.27
HSL324.81º42.98%52.55%-
HSV(B)324.81º55.91%72.94%-
XYZ28.2218.4628.06-
YUV120.05140.96175.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=45.26%
G=19.95%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868214300.560.230.27324.8142.9852.55
HexBA528F038171B1452b35
Octal27212221707027335055365
Binary1011101010100101000111101110001011111011101000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA528F; }

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

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

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

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

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

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

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

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