COLOR #BA7A7A

HEX: #BA7A7A
RGB: (186,122,122)

Color info

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

RGB color model

#BA7A7A color RGB value is (186,122,122).

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

RGB channels and saturation

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

186
122
122

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

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 122 = 430 (100%)
R 186 of 430 ~ 43.26%
G 122 of 430 ~ 28.37%
B 122 of 430 ~ 28.37%

%43.26
%28.37
%28.37

CMYK color model

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

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

CMYK percentages

%0
%34.41
%34.41
%27.06

Codes

Color #BA7A7A in popluar color models

BA7A7A
RGB186122122
HSL31.68%60.39%
HSB/HSV34.41%72.94%
CMYK0.00%34.41%34.41%
27.06%

Color #BA7A7A in popluar number systems.

HEXBA7A7A
Decimal186122122
Binary1011101011110101111010
Octal272172172

Shades and tints

Shades of #BA7A7A

#BA7A7A
(186,122,122)
#AA6F6F
(170,111,111)
#9A6464
(154,100,100)
#8A5959
(138,89,89)
#7A4E4E
(122,78,78)
#6A4343
(106,67,67)
#5A3838
(90,56,56)
#4A2D2D
(74,45,45)
#3A2222
(58,34,34)
#2A1717
(42,23,23)
#1A0C0C
(26,12,12)
#000000
(0,0,0)

Tints of #BA7A7A

#BA7A7A
(186,122,122)
#C08686
(192,134,134)
#C69292
(198,146,146)
#CC9E9E
(204,158,158)
#D2AAAA
(210,170,170)
#D8B6B6
(216,182,182)
#DEC2C2
(222,194,194)
#E4CECE
(228,206,206)
#EADADA
(234,218,218)
#F0E6E6
(240,230,230)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7A7A; }

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

This text font color is #BA7A7A.


Background Color

.myBgColor { background-color: #BA7A7A; }

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

This div background color is #BA7A7A.


Border color

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

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

This div border color is #BA7A7A.


Opacity

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

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

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

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

This text has shadow with #BA7A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A7A on black background.


Color preview on white background

This text has color #BA7A7A on white background.



Black color preview on #BA7A7A background

This text has black color on #BA7A7A background.


White color preview on #BA7A7A background

This text has white color on #BA7A7A background.