#BA5088

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

Shades of Mulberry #BA5088

Tints of Mulberry #BA5088

Color information

#BA5088 (or 0xBA5088) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 88. RGB value is (186,80,136). Sum of RGB (Red+Green+Blue) = 186+80+136=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5088 is #45AF77. Grayscale: #757575. Windows color (decimal): -4566904 or 8933562. OLE color: 8933562.

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

Color convert

RGB18680136-
CMYK00.570.270.27
HSL328.3º43.44%52.16%-
HSV(B)328.3º56.99%72.94%-
XYZ27.5617.9525.31-
YUV118.08138.12176.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=46.27%
G=19.90%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868013600.570.270.27328.343.4452.16
HexBA50880391B1B1482b34
Octal27212021007133335105364
Binary1011101010100001000100001110011101111011101001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5088; }

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

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

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

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

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

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

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

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