#BA4888

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

Shades of Mulberry #BA4888

Tints of Mulberry #BA4888

Color information

#BA4888 (or 0xBA4888) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 88. RGB value is (186,72,136). Sum of RGB (Red+Green+Blue) = 186+72+136=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4888 is #45B777. Grayscale: #717171. Windows color (decimal): -4568952 or 8931514. OLE color: 8931514.

HSL color Cylindrical-coordinate representation of color #BA4888: hue angle of 326.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4888 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18672136-
CMYK00.610.270.27
HSL326.32º45.24%50.59%-
HSV(B)326.32º61.29%72.94%-
XYZ27.0116.8525.12-
YUV113.38140.77179.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=47.21%
G=18.27%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867213600.610.270.27326.3245.2450.59
HexBA488803D1B1B1462d33
Octal27211021007533335065563
Binary1011101010010001000100001111011101111011101000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4888; }

 p { color: rgb(186,72,136); }

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

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

 a { background-color: rgb(186,72,136); }

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

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

 span { border-color: rgb(186,72,136); }

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