COLOR #BA758C

HEX: #BA758C
RGB: (186,117,140)

Color info

#BA758C contains mainly red and blue colors. Web safe color of #BA758C is #CC6699 (or #C69).

RGB color model

#BA758C color RGB value is (186,117,140).

  • red value is 186;
  • green value is 117;
  • blue value is 140.
RGB:
(186,117,140)
(73%,46%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 117 of 255 = 46%
B 140 of 255 = 55%

186
117
140

R + G + B ~ 58%. #BA758C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 117 + 140 = 443 (100%)
R 186 of 443 ~ 41.99%
G 117 of 443 ~ 26.41%
B 140 of 443 ~ 31.6%

%41.99
%26.41
%31.6

CMYK color model

#BA758C color CMYK value is (0,37,25,27).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 24.73%
  • key color value is 27.06%
CMYK:
(0,37,25,27)
C0M37Y25K27 
(0%,37%,25%,27%)
(0.00/0.37/0.25/0.27)	

CMYK percentages

%0
%37.1
%24.73
%27.06

Codes

Color #BA758C in popluar color models

BA758C
RGB186117140
HSL340°33.33%59.41%
HSB/HSV340°37.10%72.94%
CMYK0.00%37.10%24.73%
27.06%

Color #BA758C in popluar number systems.

HEXBA758C
Decimal186117140
Binary10111010111010110001100
Octal272165214

Shades and tints

Shades of #BA758C

#BA758C
(186,117,140)
#AA6B80
(170,107,128)
#9A6174
(154,97,116)
#8A5768
(138,87,104)
#7A4D5C
(122,77,92)
#6A4350
(106,67,80)
#5A3944
(90,57,68)
#4A2F38
(74,47,56)
#3A252C
(58,37,44)
#2A1B20
(42,27,32)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #BA758C

#BA758C
(186,117,140)
#C08196
(192,129,150)
#C68DA0
(198,141,160)
#CC99AA
(204,153,170)
#D2A5B4
(210,165,180)
#D8B1BE
(216,177,190)
#DEBDC8
(222,189,200)
#E4C9D2
(228,201,210)
#EAD5DC
(234,213,220)
#F0E1E6
(240,225,230)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA758C color. Also use rgb(186,117,140) instead hex code.

Text Font Color

.myTextColor { color: #BA758C; }

<p style="color:#BA758C">This sample text font color is #BA758C.</p>

This text font color is #BA758C.


Background Color

.myBgColor { background-color: #BA758C; }

<div style="background-color:#BA758C">Inner text</div>

This div background color is #BA758C.


Border color

.myBorderColor { border: 1px solid #BA758C; }

<div style="border:3px solid #BA758C">Div</div>

This div border color is #BA758C.


Opacity

.myOpacity80 { color: #BA758C; opacity: 0.8; }

<p style="color:#BA758C;opacity:0.8;">80%</p>

Text with #BA758C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BA758C;}

<p style="text-shadow: 3px 3px 1px #BA758C">Text here.</p>

This text has shadow with #BA758C color.

.textShadow {text-shadow: 3px 3px 1px #BA758C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BA758C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BA758C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BA758C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BA758C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BA758C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BA758C;
  -webkit-box-shadow:	1px 1px 3px 2px #BA758C;
  box-shadow:		1px 1px 3px 2px #BA758C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BA758C;
-webkit-box-shadow: 1px 1px 3px 2px #BA758C;
box-shadow:1px 1px 3px 2px #BA758C;">
Div content here</div>
This div box has shadow with color #BA758C.

Preview

Color preview on black background

This text has color #BA758C on black background.


Color preview on white background

This text has color #BA758C on white background.



Black color preview on #BA758C background

This text has black color on #BA758C background.


White color preview on #BA758C background

This text has white color on #BA758C background.