COLOR #BA6B95

HEX: #BA6B95
RGB: (186,107,149)

Color info

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

RGB color model

#BA6B95 color RGB value is (186,107,149).

  • red value is 186;
  • green value is 107;
  • blue value is 149.
RGB:
(186,107,149)
(73%,42%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 107 of 255 = 42%
B 149 of 255 = 58%

186
107
149

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

Portions of RGB colors in percentages

R + G + B =
186 + 107 + 149 = 442 (100%)
R 186 of 442 ~ 42.08%
G 107 of 442 ~ 24.21%
B 149 of 442 ~ 33.71%

%42.08
%24.21
%33.71

CMYK color model

#BA6B95 color CMYK value is (0,42,20,27).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 19.89%
  • key color value is 27.06%
CMYK:
(0,42,20,27)
C0M42Y20K27 
(0%,42%,20%,27%)
(0.00/0.42/0.20/0.27)	

CMYK percentages

%0
%42.47
%19.89
%27.06

Codes

Color #BA6B95 in popluar color models

BA6B95
RGB186107149
HSL328°36.41%57.45%
HSB/HSV328°42.47%72.94%
CMYK0.00%42.47%19.89%
27.06%

Color #BA6B95 in popluar number systems.

HEXBA6B95
Decimal186107149
Binary10111010110101110010101
Octal272153225

Shades and tints

Shades of #BA6B95

#BA6B95
(186,107,149)
#AA6288
(170,98,136)
#9A597B
(154,89,123)
#8A506E
(138,80,110)
#7A4761
(122,71,97)
#6A3E54
(106,62,84)
#5A3547
(90,53,71)
#4A2C3A
(74,44,58)
#3A232D
(58,35,45)
#2A1A20
(42,26,32)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #BA6B95

#BA6B95
(186,107,149)
#C0789E
(192,120,158)
#C685A7
(198,133,167)
#CC92B0
(204,146,176)
#D29FB9
(210,159,185)
#D8ACC2
(216,172,194)
#DEB9CB
(222,185,203)
#E4C6D4
(228,198,212)
#EAD3DD
(234,211,221)
#F0E0E6
(240,224,230)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6B95 color. Also use rgb(186,107,149) instead hex code.

Text Font Color

.myTextColor { color: #BA6B95; }

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

This text font color is #BA6B95.


Background Color

.myBgColor { background-color: #BA6B95; }

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

This div background color is #BA6B95.


Border color

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

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

This div border color is #BA6B95.


Opacity

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

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

Text with #BA6B95 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 #BA6B95;}

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

This text has shadow with #BA6B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6B95 on black background.


Color preview on white background

This text has color #BA6B95 on white background.



Black color preview on #BA6B95 background

This text has black color on #BA6B95 background.


White color preview on #BA6B95 background

This text has white color on #BA6B95 background.