#BA5B94

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

Shades of Mulberry #BA5B94

Tints of Mulberry #BA5B94

Color information

#BA5B94 (or 0xBA5B94) is unknown color: approx Mulberry. HEX triplet: BA, 5B and 94. RGB value is (186,91,148). Sum of RGB (Red+Green+Blue) = 186+91+148=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B94 is #45A46B. Grayscale: #7D7D7D. Windows color (decimal): -4564076 or 9722810. OLE color: 9722810.

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

Color convert

RGB18691148-
CMYK00.510.200.27
HSL324º40.77%54.31%-
HSV(B)324º51.08%72.94%-
XYZ29.3420.0630.34-
YUV125.9140.47170.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=43.76%
G=21.41%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869114800.510.200.2732440.7754.31
HexBA5B94033141B1442936
Octal27213322406324335045166
Binary1011101010110111001010001100111010011011101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B94; }

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

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

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

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

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

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

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

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