COLOR #BA8A88

HEX: #BA8A88 RGB: (186,138,136)

Color info

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

RGB color model

#BA8A88 color RGB value is (186,138,136).

RGB: (186,138,136) (73%, 54%, 53%)

RGB channels and saturation

R 186 of 255 = 73%
G 138 of 255 = 54%
B 136 of 255 = 53%

186
138
136

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

Portions of RGB colors in percentages

R + G + B = 186 + 138 + 136 = 460 (100%)
R 186 of 460 ~ 40.43%
G 138 of 460 ~ 30%
B 136 of 460 ~ 29.57'%

%40.43
%30
%29.57

CMYK color model

#BA8A88 color CMYK value is (0,26,27,27).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK: (0,26,27,27) C0M26Y27K27 (0%,26%,27%,27%) (0.00/0.26/0.27/0.27) 

CMYK percentages

%0
%25.81
%26.88
%27.06

Codes

Color #BA8A88 in popluar color models

BA 8A 88
RGB 186 138 136
HSL 26.60% 63.14%
HSB/HSV 26.88% 72.94%
CMYK 0.00% 25.81% 26.88%
27.06%

Color #BA8A88 in popluar number systems.

HEX BA 8A 88
Decimal 186 138 136
Binary 10111010 10001010 10001000
Octal 272 212 210

Shades and tints

Shades of #BA8A88

#BA8A88
(186,138,136)
#AA7E7C
(170,126,124)
#9A7270
(154,114,112)
#8A6664
(138,102,100)
#7A5A58
(122,90,88)
#6A4E4C
(106,78,76)
#5A4240
(90,66,64)
#4A3634
(74,54,52)
#3A2A28
(58,42,40)
#2A1E1C
(42,30,28)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #BA8A88

#BA8A88
(186,138,136)
#C09492
(192,148,146)
#C69E9C
(198,158,156)
#CCA8A6
(204,168,166)
#D2B2B0
(210,178,176)
#D8BCBA
(216,188,186)
#DEC6C4
(222,198,196)
#E4D0CE
(228,208,206)
#EADAD8
(234,218,216)
#F0E4E2
(240,228,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8A88; }

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

This text font color is #BA8A88.

Background Color

.myBgColor { background-color: #BA8A88; }

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

This div background color is #BA8A88.

Border color

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

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

This div border color is #BA8A88.

Opacity

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

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

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

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

This text has shadow with #BA8A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8A88.

Preview

Color preview on black background

This text has color #BA8A88 on black background.


Color preview on white background

This text has color #BA8A88 on white background.


Black color preview on #BA8A88 background

This text has black color on #BA8A88 background.


White color preview on #BA8A88 background

This text has white color on #BA8A88 background.


Related colors

Complementary color

Complementary color for #hex is #457577.


I love getcolorcode.com

Triadic colors

1 #88BA8A and #8A88BA with #BA8A88 are triadic colors.

2 #888ABA and #8ABA88 with #BA8A88 are triadic colors.