#BA5798

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

Shades of Mulberry #BA5798

Tints of Mulberry #BA5798

Color information

#BA5798 (or 0xBA5798) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 98. RGB value is (186,87,152). Sum of RGB (Red+Green+Blue) = 186+87+152=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5798 is #45A867. Grayscale: #7B7B7B. Windows color (decimal): -4565096 or 9983930. OLE color: 9983930.

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

Color convert

RGB18687152-
CMYK00.530.180.27
HSL320.61º41.77%53.53%-
HSV(B)320.61º53.23%72.94%-
XYZ29.3319.5231.93-
YUV124.01143.8172.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=43.76%
G=20.47%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868715200.530.180.27320.6141.7753.53
HexBA5798035121B1412a36
Octal27212723006522335015266
Binary1011101010101111001100001101011001011011101000001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5798; }

 p { color: rgb(186,87,152); }

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

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

 a { background-color: rgb(186,87,152); }

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

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

 span { border-color: rgb(186,87,152); }

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