#BA5A9B

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

Shades of Mulberry #BA5A9B

Tints of Mulberry #BA5A9B

Color information

#BA5A9B (or 0xBA5A9B) is unknown color: approx Mulberry. HEX triplet: BA, 5A and 9B. RGB value is (186,90,155). Sum of RGB (Red+Green+Blue) = 186+90+155=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A9B is #45A564. Grayscale: #7D7D7D. Windows color (decimal): -4564325 or 10181306. OLE color: 10181306.

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

Color convert

RGB18690155-
CMYK00.520.170.27
HSL319.38º41.03%54.12%-
HSV(B)319.38º51.61%72.94%-
XYZ29.8220.1233.32-
YUV126.11144.3170.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=43.16%
G=20.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869015500.520.170.27319.3841.0354.12
HexBA5A9B034111B13f2936
Octal27213223306421334775166
Binary1011101010110101001101101101001000111011100111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A9B; }

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

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

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

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

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

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

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

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