COLOR #BA7E75

HEX: #BA7E75
RGB: (186,126,117)

Color info

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

RGB color model

#BA7E75 color RGB value is (186,126,117).

  • red value is 186;
  • green value is 126;
  • blue value is 117.
RGB:
(186,126,117)
(73%,49%,46%)

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 117 of 255 = 46%

186
126
117

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

Portions of RGB colors in percentages

R + G + B =
186 + 126 + 117 = 429 (100%)
R 186 of 429 ~ 43.36%
G 126 of 429 ~ 29.37%
B 117 of 429 ~ 27.27%

%43.36
%29.37
%27.27

CMYK color model

#BA7E75 color CMYK value is (0,32,37,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 37.10%
  • key color value is 27.06%
CMYK:
(0,32,37,27)
C0M32Y37K27 
(0%,32%,37%,27%)
(0.00/0.32/0.37/0.27)	

CMYK percentages

%0
%32.26
%37.1
%27.06

Codes

Color #BA7E75 in popluar color models

BA7E75
RGB186126117
HSL33.33%59.41%
HSB/HSV37.10%72.94%
CMYK0.00%32.26%37.10%
27.06%

Color #BA7E75 in popluar number systems.

HEXBA7E75
Decimal186126117
Binary1011101011111101110101
Octal272176165

Shades and tints

Shades of #BA7E75

#BA7E75
(186,126,117)
#AA736B
(170,115,107)
#9A6861
(154,104,97)
#8A5D57
(138,93,87)
#7A524D
(122,82,77)
#6A4743
(106,71,67)
#5A3C39
(90,60,57)
#4A312F
(74,49,47)
#3A2625
(58,38,37)
#2A1B1B
(42,27,27)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #BA7E75

#BA7E75
(186,126,117)
#C08981
(192,137,129)
#C6948D
(198,148,141)
#CC9F99
(204,159,153)
#D2AAA5
(210,170,165)
#D8B5B1
(216,181,177)
#DEC0BD
(222,192,189)
#E4CBC9
(228,203,201)
#EAD6D5
(234,214,213)
#F0E1E1
(240,225,225)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7E75; }

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

This text font color is #BA7E75.


Background Color

.myBgColor { background-color: #BA7E75; }

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

This div background color is #BA7E75.


Border color

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

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

This div border color is #BA7E75.


Opacity

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

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

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

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

This text has shadow with #BA7E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7E75 on black background.


Color preview on white background

This text has color #BA7E75 on white background.



Black color preview on #BA7E75 background

This text has black color on #BA7E75 background.


White color preview on #BA7E75 background

This text has white color on #BA7E75 background.