#BA5089

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

Shades of Mulberry #BA5089

Tints of Mulberry #BA5089

Color information

#BA5089 (or 0xBA5089) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 89. RGB value is (186,80,137). Sum of RGB (Red+Green+Blue) = 186+80+137=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5089 is #45AF76. Grayscale: #767676. Windows color (decimal): -4566903 or 8999098. OLE color: 8999098.

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

Color convert

RGB18680137-
CMYK00.570.260.27
HSL327.74º43.44%52.16%-
HSV(B)327.74º56.99%72.94%-
XYZ27.6317.9825.68-
YUV118.19138.62176.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=46.15%
G=19.85%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868013700.570.260.27327.7443.4452.16
HexBA50890391A1B1482b34
Octal27212021107132335105364
Binary1011101010100001000100101110011101011011101001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5089; }

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

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

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

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

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

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

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

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