COLOR #BA6684

HEX: #BA6684
RGB: (186,102,132)

Color info

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

RGB color model

#BA6684 color RGB value is (186,102,132).

  • red value is 186;
  • green value is 102;
  • blue value is 132.
RGB:
(186,102,132)
(73%,40%,52%)

RGB channels and saturation

R 186 of 255 = 73%
G 102 of 255 = 40%
B 132 of 255 = 52%

186
102
132

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

Portions of RGB colors in percentages

R + G + B =
186 + 102 + 132 = 420 (100%)
R 186 of 420 ~ 44.29%
G 102 of 420 ~ 24.29%
B 132 of 420 ~ 31.43%

%44.29
%24.29
%31.43

CMYK color model

#BA6684 color CMYK value is (0,45,29,27).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 29.03%
  • key color value is 27.06%
CMYK:
(0,45,29,27)
C0M45Y29K27 
(0%,45%,29%,27%)
(0.00/0.45/0.29/0.27)	

CMYK percentages

%0
%45.16
%29.03
%27.06

Codes

Color #BA6684 in popluar color models

BA6684
RGB186102132
HSL339°37.84%56.47%
HSB/HSV339°45.16%72.94%
CMYK0.00%45.16%29.03%
27.06%

Color #BA6684 in popluar number systems.

HEXBA6684
Decimal186102132
Binary10111010110011010000100
Octal272146204

Shades and tints

Shades of #BA6684

#BA6684
(186,102,132)
#AA5D78
(170,93,120)
#9A546C
(154,84,108)
#8A4B60
(138,75,96)
#7A4254
(122,66,84)
#6A3948
(106,57,72)
#5A303C
(90,48,60)
#4A2730
(74,39,48)
#3A1E24
(58,30,36)
#2A1518
(42,21,24)
#1A0C0C
(26,12,12)
#000000
(0,0,0)

Tints of #BA6684

#BA6684
(186,102,132)
#C0738F
(192,115,143)
#C6809A
(198,128,154)
#CC8DA5
(204,141,165)
#D29AB0
(210,154,176)
#D8A7BB
(216,167,187)
#DEB4C6
(222,180,198)
#E4C1D1
(228,193,209)
#EACEDC
(234,206,220)
#F0DBE7
(240,219,231)
#F6E8F2
(246,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6684 color. Also use rgb(186,102,132) instead hex code.

Text Font Color

.myTextColor { color: #BA6684; }

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

This text font color is #BA6684.


Background Color

.myBgColor { background-color: #BA6684; }

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

This div background color is #BA6684.


Border color

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

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

This div border color is #BA6684.


Opacity

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

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

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

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

This text has shadow with #BA6684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6684 on black background.


Color preview on white background

This text has color #BA6684 on white background.



Black color preview on #BA6684 background

This text has black color on #BA6684 background.


White color preview on #BA6684 background

This text has white color on #BA6684 background.