COLOR #BA8596

HEX: #BA8596
RGB: (186,133,150)

Color info

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

RGB color model

#BA8596 color RGB value is (186,133,150).

  • red value is 186;
  • green value is 133;
  • blue value is 150.
RGB:
(186,133,150)
(73%,52%,59%)

RGB channels and saturation

R 186 of 255 = 73%
G 133 of 255 = 52%
B 150 of 255 = 59%

186
133
150

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

Portions of RGB colors in percentages

R + G + B =
186 + 133 + 150 = 469 (100%)
R 186 of 469 ~ 39.66%
G 133 of 469 ~ 28.36%
B 150 of 469 ~ 31.98%

%39.66
%28.36
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(0,28,19,27)
C0M28Y19K27 
(0%,28%,19%,27%)
(0.00/0.28/0.19/0.27)	

CMYK percentages

%0
%28.49
%19.35
%27.06

Codes

Color #BA8596 in popluar color models

BA8596
RGB186133150
HSL341°27.75%62.55%
HSB/HSV341°28.49%72.94%
CMYK0.00%28.49%19.35%
27.06%

Color #BA8596 in popluar number systems.

HEXBA8596
Decimal186133150
Binary101110101000010110010110
Octal272205226

Shades and tints

Shades of #BA8596

#BA8596
(186,133,150)
#AA7989
(170,121,137)
#9A6D7C
(154,109,124)
#8A616F
(138,97,111)
#7A5562
(122,85,98)
#6A4955
(106,73,85)
#5A3D48
(90,61,72)
#4A313B
(74,49,59)
#3A252E
(58,37,46)
#2A1921
(42,25,33)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #BA8596

#BA8596
(186,133,150)
#C0909F
(192,144,159)
#C69BA8
(198,155,168)
#CCA6B1
(204,166,177)
#D2B1BA
(210,177,186)
#D8BCC3
(216,188,195)
#DEC7CC
(222,199,204)
#E4D2D5
(228,210,213)
#EADDDE
(234,221,222)
#F0E8E7
(240,232,231)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8596; }

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

This text font color is #BA8596.


Background Color

.myBgColor { background-color: #BA8596; }

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

This div background color is #BA8596.


Border color

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

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

This div border color is #BA8596.


Opacity

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

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

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

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

This text has shadow with #BA8596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8596 on black background.


Color preview on white background

This text has color #BA8596 on white background.



Black color preview on #BA8596 background

This text has black color on #BA8596 background.


White color preview on #BA8596 background

This text has white color on #BA8596 background.