#BA598D

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

Shades of Mulberry #BA598D

Tints of Mulberry #BA598D

Color information

#BA598D (or 0xBA598D) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 8D. RGB value is (186,89,141). Sum of RGB (Red+Green+Blue) = 186+89+141=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA598D is #45A672. Grayscale: #7B7B7B. Windows color (decimal): -4564595 or 9263546. OLE color: 9263546.

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

Color convert

RGB18689141-
CMYK00.520.240.27
HSL327.84º41.28%53.92%-
HSV(B)327.84º52.15%72.94%-
XYZ28.6319.5127.46-
YUV123.93137.64172.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=44.71%
G=21.39%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868914100.520.240.27327.8441.2853.92
HexBA598D034181B1482936
Octal27213121506430335105166
Binary1011101010110011000110101101001100011011101001000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA598D; }

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

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

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

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

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

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

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

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