#BA5A94

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

Shades of Mulberry #BA5A94

Tints of Mulberry #BA5A94

Color information

#BA5A94 (or 0xBA5A94) is unknown color: approx Mulberry. HEX triplet: BA, 5A and 94. RGB value is (186,90,148). Sum of RGB (Red+Green+Blue) = 186+90+148=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A94 is #45A56B. Grayscale: #7D7D7D. Windows color (decimal): -4564332 or 9722554. OLE color: 9722554.

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

Color convert

RGB18690148-
CMYK00.520.200.27
HSL323.75º41.03%54.12%-
HSV(B)323.75º51.61%72.94%-
XYZ29.2519.8930.31-
YUV125.32140.8171.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=43.87%
G=21.23%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869014800.520.200.27323.7541.0354.12
HexBA5A94034141B1442936
Octal27213222406424335045166
Binary1011101010110101001010001101001010011011101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A94; }

 p { color: rgb(186,90,148); }

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

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

 a { background-color: rgb(186,90,148); }

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

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

 span { border-color: rgb(186,90,148); }

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