#BA518C

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

Shades of Mulberry #BA518C

Tints of Mulberry #BA518C

Color information

#BA518C (or 0xBA518C) is unknown color: approx Mulberry. HEX triplet: BA, 51 and 8C. RGB value is (186,81,140). Sum of RGB (Red+Green+Blue) = 186+81+140=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA518C is #45AE73. Grayscale: #767676. Windows color (decimal): -4566644 or 9195962. OLE color: 9195962.

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

Color convert

RGB18681140-
CMYK00.560.250.27
HSL326.29º43.21%52.35%-
HSV(B)326.29º56.45%72.94%-
XYZ27.9318.2226.86-
YUV119.12139.79175.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=45.70%
G=19.90%
B=34.40%

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
Decimal1868114000.560.250.27326.2943.2152.35
HexBA518C038191B1462b34
Octal27212121407031335065364
Binary1011101010100011000110001110001100111011101000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA518C; }

 p { color: rgb(186,81,140); }

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

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

 a { background-color: rgb(186,81,140); }

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

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

 span { border-color: rgb(186,81,140); }

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