#BA5188

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

Shades of Mulberry #BA5188

Tints of Mulberry #BA5188

Color information

#BA5188 (or 0xBA5188) is unknown color: approx Mulberry. HEX triplet: BA, 51 and 88. RGB value is (186,81,136). Sum of RGB (Red+Green+Blue) = 186+81+136=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5188 is #45AE77. Grayscale: #767676. Windows color (decimal): -4566648 or 8933818. OLE color: 8933818.

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

Color convert

RGB18681136-
CMYK00.560.270.27
HSL328.57º43.21%52.35%-
HSV(B)328.57º56.45%72.94%-
XYZ27.6418.125.33-
YUV118.66137.79176.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=46.15%
G=20.10%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868113600.560.270.27328.5743.2152.35
HexBA51880381B1B1492b34
Octal27212121007033335115364
Binary1011101010100011000100001110001101111011101001001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5188; }

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

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

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

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

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

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

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

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