#BA5C99

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

Shades of Mulberry #BA5C99

Tints of Mulberry #BA5C99

Color information

#BA5C99 (or 0xBA5C99) is unknown color: approx Mulberry. HEX triplet: BA, 5C and 99. RGB value is (186,92,153). Sum of RGB (Red+Green+Blue) = 186+92+153=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C99 is #45A366. Grayscale: #7E7E7E. Windows color (decimal): -4563815 or 10050746. OLE color: 10050746.

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

Color convert

RGB18692153-
CMYK00.510.180.27
HSL321.06º40.52%54.51%-
HSV(B)321.06º50.54%72.94%-
XYZ29.8320.3932.5-
YUV127.06142.64170.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=43.16%
G=21.35%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869215300.510.180.27321.0640.5254.51
HexBA5C99033121B1412937
Octal27213423106322335015167
Binary1011101010111001001100101100111001011011101000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C99; }

 p { color: rgb(186,92,153); }

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

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

 a { background-color: rgb(186,92,153); }

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

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

 span { border-color: rgb(186,92,153); }

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