#BA619B

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

Shades of Mulberry #BA619B

Tints of Mulberry #BA619B

Color information

#BA619B (or 0xBA619B) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 9B. RGB value is (186,97,155). Sum of RGB (Red+Green+Blue) = 186+97+155=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619B is #459E64. Grayscale: #828282. Windows color (decimal): -4562533 or 10183098. OLE color: 10183098.

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

Color convert

RGB18697155-
CMYK00.480.170.27
HSL320.9º39.21%55.49%-
HSV(B)320.9º47.85%72.94%-
XYZ30.4421.3633.53-
YUV130.22141.99167.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=42.47%
G=22.15%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869715500.480.170.27320.939.2155.49
HexBA619B030111B1412737
Octal27214123306021335014767
Binary1011101011000011001101101100001000111011101000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA619B; }

 p { color: rgb(186,97,155); }

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

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

 a { background-color: rgb(186,97,155); }

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

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

 span { border-color: rgb(186,97,155); }

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