#BA5BA0

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

Shades of Mulberry #BA5BA0

Tints of Mulberry #BA5BA0

Color information

#BA5BA0 (or 0xBA5BA0) is unknown color: approx Mulberry. HEX triplet: BA, 5B and A0. RGB value is (186,91,160). Sum of RGB (Red+Green+Blue) = 186+91+160=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA0 is #45A45F. Grayscale: #7F7F7F. Windows color (decimal): -4564064 or 10509242. OLE color: 10509242.

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

Color convert

RGB18691160-
CMYK00.510.140.27
HSL316.42º40.77%54.31%-
HSV(B)316.42º51.08%72.94%-
XYZ30.3420.4635.61-
YUV127.27146.47169.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=42.56%
G=20.82%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869116000.510.140.27316.4240.7754.31
HexBA5BA0033E1B13c2936
Octal27213324006316334745166
Binary101110101011011101000000110011111011011100111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5BA0; }

 p { color: rgb(186,91,160); }

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

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

 a { background-color: rgb(186,91,160); }

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

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

 span { border-color: rgb(186,91,160); }

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