COLOR #BA8895

HEX: #BA8895 RGB: (186,136,149)

Color info

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

RGB color model

#BA8895 color RGB value is (186,136,149).

RGB: (186,136,149) (73%, 53%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 149 of 255 = 58%

186
136
149

R + G + B ~ 61%. #BA8895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 136 + 149 = 471 (100%)
R 186 of 471 ~ 39.49%
G 136 of 471 ~ 28.87%
B 149 of 471 ~ 31.63'%

%39.49
%28.87
%31.63

CMYK color model

#BA8895 color CMYK value is (0,27,20,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 19.89%
  • key color value is 27.06%

CMYK: (0,27,20,27)
C0M27Y20K27 (0%, 27%, 20%, 27%)
(0.00 / 0.27 / 0.20 / 0.27)

CMYK percentages

%0
%26.88
%19.89
%27.06

Codes

Color #BA8895 in popluar color models

BA 88 95
RGB 186 136 149
HSL 344° 26.60% 63.14%
HSB/HSV 344° 26.88% 72.94%
CMYK 0.00% 26.88% 19.89%
27.06%

Color #BA8895 in popluar number systems.

HEX BA 88 95
Decimal 186 136 149
Binary 10111010 10001000 10010101
Octal 272 210 225

Shades and tints

Shades of #BA8895

#BA8895
(186,136,149)
#AA7C88
(170,124,136)
#9A707B
(154,112,123)
#8A646E
(138,100,110)
#7A5861
(122,88,97)
#6A4C54
(106,76,84)
#5A4047
(90,64,71)
#4A343A
(74,52,58)
#3A282D
(58,40,45)
#2A1C20
(42,28,32)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #BA8895

#BA8895
(186,136,149)
#C0929E
(192,146,158)
#C69CA7
(198,156,167)
#CCA6B0
(204,166,176)
#D2B0B9
(210,176,185)
#D8BAC2
(216,186,194)
#DEC4CB
(222,196,203)
#E4CED4
(228,206,212)
#EAD8DD
(234,216,221)
#F0E2E6
(240,226,230)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8895; }

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

This text font color is #BA8895.

Background Color

.myBgColor { background-color: #BA8895; }

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

This div background color is #BA8895.

Border color

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

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

This div border color is #BA8895.

Opacity

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

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

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

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

This text has shadow with #BA8895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8895.

Preview

Color preview on black background

This text has color #BA8895 on black background.


Color preview on white background

This text has color #BA8895 on white background.


Black color preview on #BA8895 background

This text has black color on #BA8895 background.


White color preview on #BA8895 background

This text has white color on #BA8895 background.


Related colors

Complementary color

Complementary color for #hex is #45776A.


I love getcolorcode.com

Triadic colors

1 #95BA88 and #8895BA with #BA8895 are triadic colors.

2 #9588BA and #88BA95 with #BA8895 are triadic colors.