COLOR #BA8595

HEX: #BA8595 RGB: (186,133,149)

Color info

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

RGB color model

#BA8595 color RGB value is (186,133,149).

RGB: (186,133,149) (73%, 52%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 133 of 255 = 52%
B 149 of 255 = 58%

186
133
149

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

Portions of RGB colors in percentages

R + G + B = 186 + 133 + 149 = 468 (100%)
R 186 of 468 ~ 39.74%
G 133 of 468 ~ 28.42%
B 149 of 468 ~ 31.84'%

%39.74
%28.42
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 19.89%
  • key color value is 27.06%
CMYK: (0,28,20,27) C0M28Y20K27 (0%,28%,20%,27%) (0.00/0.28/0.20/0.27) 

CMYK percentages

%0
%28.49
%19.89
%27.06

Codes

Color #BA8595 in popluar color models

BA 85 95
RGB 186 133 149
HSL 342° 27.75% 62.55%
HSB/HSV 342° 28.49% 72.94%
CMYK 0.00% 28.49% 19.89%
27.06%

Color #BA8595 in popluar number systems.

HEX BA 85 95
Decimal 186 133 149
Binary 10111010 10000101 10010101
Octal 272 205 225

Shades and tints

Shades of #BA8595

#BA8595
(186,133,149)
#AA7988
(170,121,136)
#9A6D7B
(154,109,123)
#8A616E
(138,97,110)
#7A5561
(122,85,97)
#6A4954
(106,73,84)
#5A3D47
(90,61,71)
#4A313A
(74,49,58)
#3A252D
(58,37,45)
#2A1920
(42,25,32)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #BA8595

#BA8595
(186,133,149)
#C0909E
(192,144,158)
#C69BA7
(198,155,167)
#CCA6B0
(204,166,176)
#D2B1B9
(210,177,185)
#D8BCC2
(216,188,194)
#DEC7CB
(222,199,203)
#E4D2D4
(228,210,212)
#EADDDD
(234,221,221)
#F0E8E6
(240,232,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8595; }

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

This text font color is #BA8595.

Background Color

.myBgColor { background-color: #BA8595; }

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

This div background color is #BA8595.

Border color

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

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

This div border color is #BA8595.

Opacity

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

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

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

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

This text has shadow with #BA8595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8595.

Preview

Color preview on black background

This text has color #BA8595 on black background.


Color preview on white background

This text has color #BA8595 on white background.


Black color preview on #BA8595 background

This text has black color on #BA8595 background.


White color preview on #BA8595 background

This text has white color on #BA8595 background.


Related colors

Complementary color

Complementary color for #hex is #457A6A.


I love getcolorcode.com

Triadic colors

1 #95BA85 and #8595BA with #BA8595 are triadic colors.

2 #9585BA and #85BA95 with #BA8595 are triadic colors.