#ba568c

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

Shades of Mulberry #BA568C

Tints of Mulberry #BA568C

Color information

#BA568C (or 0xBA568C) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 8C. RGB value is (186,86,140). Sum of RGB (Red+Green+Blue) = 186+86+140=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568C is #45A973. Grayscale: #797979. Windows color (decimal): -4565364 or 9197242. OLE color: 9197242.

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

Color convert

RGB18686140-
CMYK00.540.250.27
HSL327.6º42.02%53.33%-
HSV(B)327.6º53.76%72.94%-
XYZ28.3118.9926.98-
YUV122.06138.13173.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=45.15%
G=20.87%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868614000.540.250.27327.642.0253.33
HexBA568C036191B1482a35
Octal27212621406631335105265
Binary1011101010101101000110001101101100111011101001000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba568c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba568c; }

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

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

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

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

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

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

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

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