#BA599C

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

Shades of Mulberry #BA599C

Tints of Mulberry #BA599C

Color information

#BA599C (or 0xBA599C) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 9C. RGB value is (186,89,156). Sum of RGB (Red+Green+Blue) = 186+89+156=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599C is #45A663. Grayscale: #7D7D7D. Windows color (decimal): -4564580 or 10246586. OLE color: 10246586.

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

Color convert

RGB18689156-
CMYK00.520.160.27
HSL318.56º41.28%53.92%-
HSV(B)318.56º52.15%72.94%-
XYZ29.8219.9833.74-
YUV125.64145.14171.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=43.16%
G=20.65%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868915600.520.160.27318.5641.2853.92
HexBA599C034101B13f2936
Octal27213123406420334775166
Binary1011101010110011001110001101001000011011100111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA599C; }

 p { color: rgb(186,89,156); }

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

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

 a { background-color: rgb(186,89,156); }

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

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

 span { border-color: rgb(186,89,156); }

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