#BA588E

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

Shades of Mulberry #BA588E

Tints of Mulberry #BA588E

Color information

#BA588E (or 0xBA588E) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 8E. RGB value is (186,88,142). Sum of RGB (Red+Green+Blue) = 186+88+142=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588E is #45A771. Grayscale: #7B7B7B. Windows color (decimal): -4564850 or 9328826. OLE color: 9328826.

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

Color convert

RGB18688142-
CMYK00.530.240.27
HSL326.94º41.53%53.73%-
HSV(B)326.94º52.69%72.94%-
XYZ28.6219.3727.82-
YUV123.46138.47172.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=44.71%
G=21.15%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868814200.530.240.27326.9441.5353.73
HexBA588E035181B1472a36
Octal27213021606530335075266
Binary1011101010110001000111001101011100011011101000111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA588E; }

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

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

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

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

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

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

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

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