COLOR #BA7A8B

HEX: #BA7A8B
RGB: (186,122,139)

Color info

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

RGB color model

#BA7A8B color RGB value is (186,122,139).

  • red value is 186;
  • green value is 122;
  • blue value is 139.
RGB:
(186,122,139)
(73%,48%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 139 of 255 = 55%

186
122
139

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

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 139 = 447 (100%)
R 186 of 447 ~ 41.61%
G 122 of 447 ~ 27.29%
B 139 of 447 ~ 31.1%

%41.61
%27.29
%31.1

CMYK color model

#BA7A8B color CMYK value is (0,34,25,27).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 25.27%
  • key color value is 27.06%
CMYK:
(0,34,25,27)
C0M34Y25K27 
(0%,34%,25%,27%)
(0.00/0.34/0.25/0.27)	

CMYK percentages

%0
%34.41
%25.27
%27.06

Codes

Color #BA7A8B in popluar color models

BA7A8B
RGB186122139
HSL344°31.68%60.39%
HSB/HSV344°34.41%72.94%
CMYK0.00%34.41%25.27%
27.06%

Color #BA7A8B in popluar number systems.

HEXBA7A8B
Decimal186122139
Binary10111010111101010001011
Octal272172213

Shades and tints

Shades of #BA7A8B

#BA7A8B
(186,122,139)
#AA6F7F
(170,111,127)
#9A6473
(154,100,115)
#8A5967
(138,89,103)
#7A4E5B
(122,78,91)
#6A434F
(106,67,79)
#5A3843
(90,56,67)
#4A2D37
(74,45,55)
#3A222B
(58,34,43)
#2A171F
(42,23,31)
#1A0C13
(26,12,19)
#000000
(0,0,0)

Tints of #BA7A8B

#BA7A8B
(186,122,139)
#C08695
(192,134,149)
#C6929F
(198,146,159)
#CC9EA9
(204,158,169)
#D2AAB3
(210,170,179)
#D8B6BD
(216,182,189)
#DEC2C7
(222,194,199)
#E4CED1
(228,206,209)
#EADADB
(234,218,219)
#F0E6E5
(240,230,229)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7A8B; }

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

This text font color is #BA7A8B.


Background Color

.myBgColor { background-color: #BA7A8B; }

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

This div background color is #BA7A8B.


Border color

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

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

This div border color is #BA7A8B.


Opacity

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

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

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

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

This text has shadow with #BA7A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A8B on black background.


Color preview on white background

This text has color #BA7A8B on white background.



Black color preview on #BA7A8B background

This text has black color on #BA7A8B background.


White color preview on #BA7A8B background

This text has white color on #BA7A8B background.