#BA5D88

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

Shades of Mulberry #BA5D88

Tints of Mulberry #BA5D88

Color information

#BA5D88 (or 0xBA5D88) is unknown color: approx Mulberry. HEX triplet: BA, 5D and 88. RGB value is (186,93,136). Sum of RGB (Red+Green+Blue) = 186+93+136=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D88 is #45A277. Grayscale: #7D7D7D. Windows color (decimal): -4563576 or 8936890. OLE color: 8936890.

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

Color convert

RGB18693136-
CMYK00.50.270.27
HSL332.26º40.26%54.71%-
HSV(B)332.26º50%72.94%-
XYZ28.6120.0525.65-
YUV125.71133.81171-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=44.82%
G=22.41%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869313600.50.270.27332.2640.2654.71
HexBA5D880321B1B14c2837
Octal27213521006233335145067
Binary1011101010111011000100001100101101111011101001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D88; }

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

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

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

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

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

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

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

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