#BA5CA0

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

Shades of Mulberry #BA5CA0

Tints of Mulberry #BA5CA0

Color information

#BA5CA0 (or 0xBA5CA0) is unknown color: approx Mulberry. HEX triplet: BA, 5C and A0. RGB value is (186,92,160). Sum of RGB (Red+Green+Blue) = 186+92+160=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CA0 is #45A35F. Grayscale: #7F7F7F. Windows color (decimal): -4563808 or 10509498. OLE color: 10509498.

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

Color convert

RGB18692160-
CMYK00.510.140.27
HSL316.6º40.52%54.51%-
HSV(B)316.6º50.54%72.94%-
XYZ30.4220.6335.64-
YUV127.86146.14169.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 160 (62.89% from 255) = 36.53%
R=42.47%
G=21.00%
B=36.53%

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
Decimal1869216000.510.140.27316.640.5254.51
HexBA5CA0033E1B13d2937
Octal27213424006316334755167
Binary101110101011100101000000110011111011011100111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CA0; }

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

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

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

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

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

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

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

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