#BA5A89

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

Shades of Mulberry #BA5A89

Tints of Mulberry #BA5A89

Color information

#BA5A89 (or 0xBA5A89) is unknown color: approx Mulberry. HEX triplet: BA, 5A and 89. RGB value is (186,90,137). Sum of RGB (Red+Green+Blue) = 186+90+137=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A89 is #45A576. Grayscale: #7B7B7B. Windows color (decimal): -4564343 or 9001658. OLE color: 9001658.

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

Color convert

RGB18690137-
CMYK00.520.260.27
HSL330.62º41.03%54.12%-
HSV(B)330.62º51.61%72.94%-
XYZ28.4219.5625.94-
YUV124.06135.3172.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=45.04%
G=21.79%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869013700.520.260.27330.6241.0354.12
HexBA5A890341A1B14b2936
Octal27213221106432335135166
Binary1011101010110101000100101101001101011011101001011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A89; }

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

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

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

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

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

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

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

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