#BA5B9C

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

Shades of Mulberry #BA5B9C

Tints of Mulberry #BA5B9C

Color information

#BA5B9C (or 0xBA5B9C) is unknown color: approx Mulberry. HEX triplet: BA, 5B and 9C. RGB value is (186,91,156). Sum of RGB (Red+Green+Blue) = 186+91+156=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B9C is #45A463. Grayscale: #7E7E7E. Windows color (decimal): -4564068 or 10247098. OLE color: 10247098.

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

Color convert

RGB18691156-
CMYK00.510.160.27
HSL318.95º40.77%54.31%-
HSV(B)318.95º51.08%72.94%-
XYZ29.9920.3233.79-
YUV126.82144.47170.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=42.96%
G=21.02%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869115600.510.160.27318.9540.7754.31
HexBA5B9C033101B13f2936
Octal27213323406320334775166
Binary1011101010110111001110001100111000011011100111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B9C; }

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

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

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

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

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

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

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

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