#BA568E

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

Shades of Mulberry #BA568E

Tints of Mulberry #BA568E

Color information

#BA568E (or 0xBA568E) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 8E. RGB value is (186,86,142). Sum of RGB (Red+Green+Blue) = 186+86+142=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568E is #45A971. Grayscale: #7A7A7A. Windows color (decimal): -4565362 or 9328314. OLE color: 9328314.

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

Color convert

RGB18686142-
CMYK00.540.240.27
HSL326.4º42.02%53.33%-
HSV(B)326.4º53.76%72.94%-
XYZ28.4619.0527.77-
YUV122.28139.13173.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 86 (33.98% from 255) = 20.77%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=44.93%
G=20.77%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868614200.540.240.27326.442.0253.33
HexBA568E036181B1462a35
Octal27212621606630335065265
Binary1011101010101101000111001101101100011011101000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA568E; }

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

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

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

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

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

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

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

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