#BA598E

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

Shades of Mulberry #BA598E

Tints of Mulberry #BA598E

Color information

#BA598E (or 0xBA598E) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 8E. RGB value is (186,89,142). Sum of RGB (Red+Green+Blue) = 186+89+142=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA598E is #45A671. Grayscale: #7B7B7B. Windows color (decimal): -4564594 or 9329082. OLE color: 9329082.

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

Color convert

RGB18689142-
CMYK00.520.240.27
HSL327.22º41.28%53.92%-
HSV(B)327.22º52.15%72.94%-
XYZ28.719.5427.85-
YUV124.04138.14172.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=44.60%
G=21.34%
B=34.05%

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
Decimal1868914200.520.240.27327.2241.2853.92
HexBA598E034181B1472936
Octal27213121606430335075166
Binary1011101010110011000111001101001100011011101000111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA598E; }

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

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

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

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

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

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

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

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