#BA5888

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

Shades of Mulberry #BA5888

Tints of Mulberry #BA5888

Color information

#BA5888 (or 0xBA5888) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 88. RGB value is (186,88,136). Sum of RGB (Red+Green+Blue) = 186+88+136=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5888 is #45A777. Grayscale: #7A7A7A. Windows color (decimal): -4564856 or 8935610. OLE color: 8935610.

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

Color convert

RGB18688136-
CMYK00.530.270.27
HSL330.61º41.53%53.73%-
HSV(B)330.61º52.69%72.94%-
XYZ28.1819.225.51-
YUV122.77135.47173.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=45.37%
G=21.46%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868813600.530.270.27330.6141.5353.73
HexBA58880351B1B14b2a36
Octal27213021006533335135266
Binary1011101010110001000100001101011101111011101001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5888; }

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

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

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

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

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

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

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

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