#BA5E9A

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

Shades of Mulberry #BA5E9A

Tints of Mulberry #BA5E9A

Color information

#BA5E9A (or 0xBA5E9A) is unknown color: approx Mulberry. HEX triplet: BA, 5E and 9A. RGB value is (186,94,154). Sum of RGB (Red+Green+Blue) = 186+94+154=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E9A is #45A165. Grayscale: #808080. Windows color (decimal): -4563302 or 10116794. OLE color: 10116794.

HSL color Cylindrical-coordinate representation of color #BA5E9A: hue angle of 320.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E9A is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18694154-
CMYK00.490.170.27
HSL320.87º40%54.9%-
HSV(B)320.87º49.46%72.94%-
XYZ30.0920.7833-
YUV128.35142.48169.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=42.86%
G=21.66%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869415400.490.170.27320.874054.9
HexBA5E9A031111B1412837
Octal27213623206121335015067
Binary1011101010111101001101001100011000111011101000001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E9A; }

 p { color: rgb(186,94,154); }

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

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

 a { background-color: rgb(186,94,154); }

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

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

 span { border-color: rgb(186,94,154); }

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