#BA558A

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

Shades of Mulberry #BA558A

Tints of Mulberry #BA558A

Color information

#BA558A (or 0xBA558A) is unknown color: approx Mulberry. HEX triplet: BA, 55 and 8A. RGB value is (186,85,138). Sum of RGB (Red+Green+Blue) = 186+85+138=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558A is #45AA75. Grayscale: #797979. Windows color (decimal): -4565622 or 9065914. OLE color: 9065914.

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

Color convert

RGB18685138-
CMYK00.540.260.27
HSL328.51º42.26%53.14%-
HSV(B)328.51º54.3%72.94%-
XYZ28.0918.7726.19-
YUV121.24137.46174.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=45.48%
G=20.78%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868513800.540.260.27328.5142.2653.14
HexBA558A0361A1B1492a35
Octal27212521206632335115265
Binary1011101010101011000101001101101101011011101001001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA558A; }

 p { color: rgb(186,85,138); }

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

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

 a { background-color: rgb(186,85,138); }

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

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

 span { border-color: rgb(186,85,138); }

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