COLOR #BA7A71

HEX: #BA7A71
RGB: (186,122,113)

Color info

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

RGB color model

#BA7A71 color RGB value is (186,122,113).

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

RGB channels and saturation

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

186
122
113

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

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 113 = 421 (100%)
R 186 of 421 ~ 44.18%
G 122 of 421 ~ 28.98%
B 113 of 421 ~ 26.84%

%44.18
%28.98
%26.84

CMYK color model

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

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

CMYK percentages

%0
%34.41
%39.25
%27.06

Codes

Color #BA7A71 in popluar color models

BA7A71
RGB186122113
HSL34.60%58.63%
HSB/HSV39.25%72.94%
CMYK0.00%34.41%39.25%
27.06%

Color #BA7A71 in popluar number systems.

HEXBA7A71
Decimal186122113
Binary1011101011110101110001
Octal272172161

Shades and tints

Shades of #BA7A71

#BA7A71
(186,122,113)
#AA6F67
(170,111,103)
#9A645D
(154,100,93)
#8A5953
(138,89,83)
#7A4E49
(122,78,73)
#6A433F
(106,67,63)
#5A3835
(90,56,53)
#4A2D2B
(74,45,43)
#3A2221
(58,34,33)
#2A1717
(42,23,23)
#1A0C0D
(26,12,13)
#000000
(0,0,0)

Tints of #BA7A71

#BA7A71
(186,122,113)
#C0867D
(192,134,125)
#C69289
(198,146,137)
#CC9E95
(204,158,149)
#D2AAA1
(210,170,161)
#D8B6AD
(216,182,173)
#DEC2B9
(222,194,185)
#E4CEC5
(228,206,197)
#EADAD1
(234,218,209)
#F0E6DD
(240,230,221)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7A71; }

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

This text font color is #BA7A71.


Background Color

.myBgColor { background-color: #BA7A71; }

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

This div background color is #BA7A71.


Border color

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

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

This div border color is #BA7A71.


Opacity

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

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

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

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

This text has shadow with #BA7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A71 on black background.


Color preview on white background

This text has color #BA7A71 on white background.



Black color preview on #BA7A71 background

This text has black color on #BA7A71 background.


White color preview on #BA7A71 background

This text has white color on #BA7A71 background.