#BA568A

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

Shades of Mulberry #BA568A

Tints of Mulberry #BA568A

Color information

#BA568A (or 0xBA568A) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 8A. RGB value is (186,86,138). Sum of RGB (Red+Green+Blue) = 186+86+138=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568A is #45A975. Grayscale: #797979. Windows color (decimal): -4565366 or 9066170. OLE color: 9066170.

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

Color convert

RGB18686138-
CMYK00.540.260.27
HSL328.8º42.02%53.33%-
HSV(B)328.8º53.76%72.94%-
XYZ28.1618.9326.21-
YUV121.83137.13173.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=45.37%
G=20.98%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868613800.540.260.27328.842.0253.33
HexBA568A0361A1B1492a35
Octal27212621206632335115265
Binary1011101010101101000101001101101101011011101001001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA568A; }

 p { color: rgb(186,86,138); }

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

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

 a { background-color: rgb(186,86,138); }

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

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

 span { border-color: rgb(186,86,138); }

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