#BA5B8B

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

Shades of Mulberry #BA5B8B

Tints of Mulberry #BA5B8B

Color information

#BA5B8B (or 0xBA5B8B) is unknown color: approx Mulberry. HEX triplet: BA, 5B and 8B. RGB value is (186,91,139). Sum of RGB (Red+Green+Blue) = 186+91+139=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B8B is #45A474. Grayscale: #7C7C7C. Windows color (decimal): -4564085 or 9132986. OLE color: 9132986.

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

Color convert

RGB18691139-
CMYK00.510.250.27
HSL329.68º40.77%54.31%-
HSV(B)329.68º51.08%72.94%-
XYZ28.6519.7926.73-
YUV124.88135.97171.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=44.71%
G=21.88%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869113900.510.250.27329.6840.7754.31
HexBA5B8B033191B14a2936
Octal27213321306331335125166
Binary1011101010110111000101101100111100111011101001010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B8B; }

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

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

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

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

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

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

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

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