COLOR #BA8386

HEX: #BA8386
RGB: (186,131,134)

Color info

#BA8386 contains red, green and blue colors in about the same proportion. Web safe color of #BA8386 is #CC9999 (or #C99).

RGB color model

#BA8386 color RGB value is (186,131,134).

  • red value is 186;
  • green value is 131;
  • blue value is 134.
RGB:
(186,131,134)
(73%,51%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 134 of 255 = 53%

186
131
134

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

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 134 = 451 (100%)
R 186 of 451 ~ 41.24%
G 131 of 451 ~ 29.05%
B 134 of 451 ~ 29.71%

%41.24
%29.05
%29.71

CMYK color model

#BA8386 color CMYK value is (0,30,28,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK:
(0,30,28,27)
C0M30Y28K27 
(0%,30%,28%,27%)
(0.00/0.30/0.28/0.27)	

CMYK percentages

%0
%29.57
%27.96
%27.06

Codes

Color #BA8386 in popluar color models

BA8386
RGB186131134
HSL357°28.50%62.16%
HSB/HSV357°29.57%72.94%
CMYK0.00%29.57%27.96%
27.06%

Color #BA8386 in popluar number systems.

HEXBA8386
Decimal186131134
Binary101110101000001110000110
Octal272203206

Shades and tints

Shades of #BA8386

#BA8386
(186,131,134)
#AA787A
(170,120,122)
#9A6D6E
(154,109,110)
#8A6262
(138,98,98)
#7A5756
(122,87,86)
#6A4C4A
(106,76,74)
#5A413E
(90,65,62)
#4A3632
(74,54,50)
#3A2B26
(58,43,38)
#2A201A
(42,32,26)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #BA8386

#BA8386
(186,131,134)
#C08E91
(192,142,145)
#C6999C
(198,153,156)
#CCA4A7
(204,164,167)
#D2AFB2
(210,175,178)
#D8BABD
(216,186,189)
#DEC5C8
(222,197,200)
#E4D0D3
(228,208,211)
#EADBDE
(234,219,222)
#F0E6E9
(240,230,233)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8386; }

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

This text font color is #BA8386.


Background Color

.myBgColor { background-color: #BA8386; }

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

This div background color is #BA8386.


Border color

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

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

This div border color is #BA8386.


Opacity

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

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

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

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

This text has shadow with #BA8386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8386 on black background.


Color preview on white background

This text has color #BA8386 on white background.



Black color preview on #BA8386 background

This text has black color on #BA8386 background.


White color preview on #BA8386 background

This text has white color on #BA8386 background.