COLOR #BA8586

HEX: #BA8586 RGB: (186,133,134)

Color info

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

RGB color model

#BA8586 color RGB value is (186,133,134).

RGB: (186,133,134) (73%, 52%, 53%)

RGB channels and saturation

R 186 of 255 = 73%
G 133 of 255 = 52%
B 134 of 255 = 53%

186
133
134

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

Portions of RGB colors in percentages

R + G + B = 186 + 133 + 134 = 453 (100%)
R 186 of 453 ~ 41.06%
G 133 of 453 ~ 29.36%
B 134 of 453 ~ 29.58'%

%41.06
%29.36
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 27.96%
  • key color value is 27.06%

CMYK: (0,28,28,27)
C0M28Y28K27 (0%, 28%, 28%, 27%)
(0.00 / 0.28 / 0.28 / 0.27)

CMYK percentages

%0
%28.49
%27.96
%27.06

Codes

Color #BA8586 in popluar color models

BA 85 86
RGB 186 133 134
HSL 359° 27.75% 62.55%
HSB/HSV 359° 28.49% 72.94%
CMYK 0.00% 28.49% 27.96%
27.06%

Color #BA8586 in popluar number systems.

HEX BA 85 86
Decimal 186 133 134
Binary 10111010 10000101 10000110
Octal 272 205 206

Shades and tints

Shades of #BA8586

#BA8586
(186,133,134)
#AA797A
(170,121,122)
#9A6D6E
(154,109,110)
#8A6162
(138,97,98)
#7A5556
(122,85,86)
#6A494A
(106,73,74)
#5A3D3E
(90,61,62)
#4A3132
(74,49,50)
#3A2526
(58,37,38)
#2A191A
(42,25,26)
#1A0D0E
(26,13,14)
#000000
(0,0,0)

Tints of #BA8586

#BA8586
(186,133,134)
#C09091
(192,144,145)
#C69B9C
(198,155,156)
#CCA6A7
(204,166,167)
#D2B1B2
(210,177,178)
#D8BCBD
(216,188,189)
#DEC7C8
(222,199,200)
#E4D2D3
(228,210,211)
#EADDDE
(234,221,222)
#F0E8E9
(240,232,233)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8586; }

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

This text font color is #BA8586.

Background Color

.myBgColor { background-color: #BA8586; }

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

This div background color is #BA8586.

Border color

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

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

This div border color is #BA8586.

Opacity

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

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

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

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

This text has shadow with #BA8586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8586.

Preview

Color preview on black background

This text has color #BA8586 on black background.


Color preview on white background

This text has color #BA8586 on white background.


Black color preview on #BA8586 background

This text has black color on #BA8586 background.


White color preview on #BA8586 background

This text has white color on #BA8586 background.


Related colors

Complementary color

Complementary color for #hex is #457A79.


I love getcolorcode.com

Triadic colors

1 #86BA85 and #8586BA with #BA8586 are triadic colors.

2 #8685BA and #85BA86 with #BA8586 are triadic colors.