#ba5b8c

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

Shades of Mulberry #BA5B8C

Tints of Mulberry #BA5B8C

Color information

#BA5B8C (or 0xBA5B8C) is unknown color: approx Mulberry. HEX triplet: BA, 5B and 8C. RGB value is (186,91,140). Sum of RGB (Red+Green+Blue) = 186+91+140=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B8C is #45A473. Grayscale: #7C7C7C. Windows color (decimal): -4564084 or 9198522. OLE color: 9198522.

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

Color convert

RGB18691140-
CMYK00.510.250.27
HSL329.05º40.77%54.31%-
HSV(B)329.05º51.08%72.94%-
XYZ28.7219.8127.12-
YUV124.99136.47171.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=44.60%
G=21.82%
B=33.57%

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
Decimal1869114000.510.250.27329.0540.7754.31
HexBA5B8C033191B1492936
Octal27213321406331335115166
Binary1011101010110111000110001100111100111011101001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5b8c; }

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

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

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

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

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

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

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

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