COLOR #BA698B

HEX: #BA698B RGB: (186,105,139)

Color info

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

RGB color model

#BA698B color RGB value is (186,105,139).

RGB: (186,105,139) (73%, 41%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 105 of 255 = 41%
B 139 of 255 = 55%

186
105
139

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

Portions of RGB colors in percentages

R + G + B = 186 + 105 + 139 = 430 (100%)
R 186 of 430 ~ 43.26%
G 105 of 430 ~ 24.42%
B 139 of 430 ~ 32.33'%

%43.26
%24.42
%32.33

CMYK color model

#BA698B color CMYK value is (0,44,25,27).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 25.27%
  • key color value is 27.06%

CMYK: (0,44,25,27)
C0M44Y25K27 (0%, 44%, 25%, 27%)
(0.00 / 0.44 / 0.25 / 0.27)

CMYK percentages

%0
%43.55
%25.27
%27.06

Codes

Color #BA698B in popluar color models

BA 69 8B
RGB 186 105 139
HSL 335° 36.99% 57.06%
HSB/HSV 335° 43.55% 72.94%
CMYK 0.00% 43.55% 25.27%
27.06%

Color #BA698B in popluar number systems.

HEX BA 69 8B
Decimal 186 105 139
Binary 10111010 1101001 10001011
Octal 272 151 213

Shades and tints

Shades of #BA698B

#BA698B
(186,105,139)
#AA607F
(170,96,127)
#9A5773
(154,87,115)
#8A4E67
(138,78,103)
#7A455B
(122,69,91)
#6A3C4F
(106,60,79)
#5A3343
(90,51,67)
#4A2A37
(74,42,55)
#3A212B
(58,33,43)
#2A181F
(42,24,31)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #BA698B

#BA698B
(186,105,139)
#C07695
(192,118,149)
#C6839F
(198,131,159)
#CC90A9
(204,144,169)
#D29DB3
(210,157,179)
#D8AABD
(216,170,189)
#DEB7C7
(222,183,199)
#E4C4D1
(228,196,209)
#EAD1DB
(234,209,219)
#F0DEE5
(240,222,229)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA698B color. Also use rgb(186,105,139) instead hex code.

Text Font Color

.myTextColor { color: #BA698B; }

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

This text font color is #BA698B.

Background Color

.myBgColor { background-color: #BA698B; }

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

This div background color is #BA698B.

Border color

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

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

This div border color is #BA698B.

Opacity

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

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

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

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

This text has shadow with #BA698B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA698B.

Preview

Color preview on black background

This text has color #BA698B on black background.


Color preview on white background

This text has color #BA698B on white background.


Black color preview on #BA698B background

This text has black color on #BA698B background.


White color preview on #BA698B background

This text has white color on #BA698B background.


Related colors

Complementary color

Complementary color for #hex is #459674.


I love getcolorcode.com

Triadic colors

1 #8BBA69 and #698BBA with #BA698B are triadic colors.

2 #8B69BA and #69BA8B with #BA698B are triadic colors.