COLOR #BA687C

HEX: #BA687C
RGB: (186,104,124)

Color info

#BA687C contains mainly red color. Web safe color of #BA687C is #CC6666 (or #C66).

RGB color model

#BA687C color RGB value is (186,104,124).

  • red value is 186;
  • green value is 104;
  • blue value is 124.
RGB:
(186,104,124)
(73%,41%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 104 of 255 = 41%
B 124 of 255 = 49%

186
104
124

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

Portions of RGB colors in percentages

R + G + B =
186 + 104 + 124 = 414 (100%)
R 186 of 414 ~ 44.93%
G 104 of 414 ~ 25.12%
B 124 of 414 ~ 29.95%

%44.93
%25.12
%29.95

CMYK color model

#BA687C color CMYK value is (0,44,33,27).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 33.33%
  • key color value is 27.06%
CMYK:
(0,44,33,27)
C0M44Y33K27 
(0%,44%,33%,27%)
(0.00/0.44/0.33/0.27)	

CMYK percentages

%0
%44.09
%33.33
%27.06

Codes

Color #BA687C in popluar color models

BA687C
RGB186104124
HSL345°37.27%56.86%
HSB/HSV345°44.09%72.94%
CMYK0.00%44.09%33.33%
27.06%

Color #BA687C in popluar number systems.

HEXBA687C
Decimal186104124
Binary1011101011010001111100
Octal272150174

Shades and tints

Shades of #BA687C

#BA687C
(186,104,124)
#AA5F71
(170,95,113)
#9A5666
(154,86,102)
#8A4D5B
(138,77,91)
#7A4450
(122,68,80)
#6A3B45
(106,59,69)
#5A323A
(90,50,58)
#4A292F
(74,41,47)
#3A2024
(58,32,36)
#2A1719
(42,23,25)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #BA687C

#BA687C
(186,104,124)
#C07587
(192,117,135)
#C68292
(198,130,146)
#CC8F9D
(204,143,157)
#D29CA8
(210,156,168)
#D8A9B3
(216,169,179)
#DEB6BE
(222,182,190)
#E4C3C9
(228,195,201)
#EAD0D4
(234,208,212)
#F0DDDF
(240,221,223)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA687C color. Also use rgb(186,104,124) instead hex code.

Text Font Color

.myTextColor { color: #BA687C; }

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

This text font color is #BA687C.


Background Color

.myBgColor { background-color: #BA687C; }

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

This div background color is #BA687C.


Border color

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

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

This div border color is #BA687C.


Opacity

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

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

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

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

This text has shadow with #BA687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA687C on black background.


Color preview on white background

This text has color #BA687C on white background.



Black color preview on #BA687C background

This text has black color on #BA687C background.


White color preview on #BA687C background

This text has white color on #BA687C background.