COLOR #BA7A80

HEX: #BA7A80
RGB: (186,122,128)

Color info

#BA7A80 contains mainly red and blue colors. Web safe color of #BA7A80 is #CC6666 (or #C66).

RGB color model

#BA7A80 color RGB value is (186,122,128).

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

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 128 of 255 = 50%

186
122
128

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

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 128 = 436 (100%)
R 186 of 436 ~ 42.66%
G 122 of 436 ~ 27.98%
B 128 of 436 ~ 29.36%

%42.66
%27.98
%29.36

CMYK color model

#BA7A80 color CMYK value is (0,34,31,27).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 31.18%
  • key color value is 27.06%
CMYK:
(0,34,31,27)
C0M34Y31K27 
(0%,34%,31%,27%)
(0.00/0.34/0.31/0.27)	

CMYK percentages

%0
%34.41
%31.18
%27.06

Codes

Color #BA7A80 in popluar color models

BA7A80
RGB186122128
HSL354°31.68%60.39%
HSB/HSV354°34.41%72.94%
CMYK0.00%34.41%31.18%
27.06%

Color #BA7A80 in popluar number systems.

HEXBA7A80
Decimal186122128
Binary10111010111101010000000
Octal272172200

Shades and tints

Shades of #BA7A80

#BA7A80
(186,122,128)
#AA6F75
(170,111,117)
#9A646A
(154,100,106)
#8A595F
(138,89,95)
#7A4E54
(122,78,84)
#6A4349
(106,67,73)
#5A383E
(90,56,62)
#4A2D33
(74,45,51)
#3A2228
(58,34,40)
#2A171D
(42,23,29)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #BA7A80

#BA7A80
(186,122,128)
#C0868B
(192,134,139)
#C69296
(198,146,150)
#CC9EA1
(204,158,161)
#D2AAAC
(210,170,172)
#D8B6B7
(216,182,183)
#DEC2C2
(222,194,194)
#E4CECD
(228,206,205)
#EADAD8
(234,218,216)
#F0E6E3
(240,230,227)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7A80; }

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

This text font color is #BA7A80.


Background Color

.myBgColor { background-color: #BA7A80; }

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

This div background color is #BA7A80.


Border color

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

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

This div border color is #BA7A80.


Opacity

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

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

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

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

This text has shadow with #BA7A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A80 on black background.


Color preview on white background

This text has color #BA7A80 on white background.



Black color preview on #BA7A80 background

This text has black color on #BA7A80 background.


White color preview on #BA7A80 background

This text has white color on #BA7A80 background.