#BA5592

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

Shades of Mulberry #BA5592

Tints of Mulberry #BA5592

Color information

#BA5592 (or 0xBA5592) is unknown color: approx Mulberry. HEX triplet: BA, 55 and 92. RGB value is (186,85,146). Sum of RGB (Red+Green+Blue) = 186+85+146=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5592 is #45AA6D. Grayscale: #7A7A7A. Windows color (decimal): -4565614 or 9590202. OLE color: 9590202.

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

Color convert

RGB18685146-
CMYK00.540.220.27
HSL323.76º42.26%53.14%-
HSV(B)323.76º54.3%72.94%-
XYZ28.6919.0129.35-
YUV122.15141.46173.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=44.60%
G=20.38%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868514600.540.220.27323.7642.2653.14
HexBA5592036161B1442a35
Octal27212522206626335045265
Binary1011101010101011001001001101101011011011101000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5592; }

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

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

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

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

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

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

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

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