#BA5F96

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

Shades of Mulberry #BA5F96

Tints of Mulberry #BA5F96

Color information

#BA5F96 (or 0xBA5F96) is unknown color: approx Mulberry. HEX triplet: BA, 5F and 96. RGB value is (186,95,150). Sum of RGB (Red+Green+Blue) = 186+95+150=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F96 is #45A069. Grayscale: #808080. Windows color (decimal): -4563050 or 9854906. OLE color: 9854906.

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

Color convert

RGB18695150-
CMYK00.490.190.27
HSL323.74º39.74%55.1%-
HSV(B)323.74º48.92%72.94%-
XYZ29.8520.8331.3-
YUV128.48140.15169.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=43.16%
G=22.04%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869515000.490.190.27323.7439.7455.1
HexBA5F96031131B1442837
Octal27213722606123335045067
Binary1011101010111111001011001100011001111011101000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F96; }

 p { color: rgb(186,95,150); }

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

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

 a { background-color: rgb(186,95,150); }

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

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

 span { border-color: rgb(186,95,150); }

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