COLOR #BA858D

HEX: #BA858D
RGB: (186,133,141)

Color info

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

RGB color model

#BA858D color RGB value is (186,133,141).

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

RGB channels and saturation

R 186 of 255 = 73%
G 133 of 255 = 52%
B 141 of 255 = 55%

186
133
141

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

Portions of RGB colors in percentages

R + G + B =
186 + 133 + 141 = 460 (100%)
R 186 of 460 ~ 40.43%
G 133 of 460 ~ 28.91%
B 141 of 460 ~ 30.65%

%40.43
%28.91
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 24.19%
  • key color value is 27.06%
CMYK:
(0,28,24,27)
C0M28Y24K27 
(0%,28%,24%,27%)
(0.00/0.28/0.24/0.27)	

CMYK percentages

%0
%28.49
%24.19
%27.06

Codes

Color #BA858D in popluar color models

BA858D
RGB186133141
HSL351°27.75%62.55%
HSB/HSV351°28.49%72.94%
CMYK0.00%28.49%24.19%
27.06%

Color #BA858D in popluar number systems.

HEXBA858D
Decimal186133141
Binary101110101000010110001101
Octal272205215

Shades and tints

Shades of #BA858D

#BA858D
(186,133,141)
#AA7981
(170,121,129)
#9A6D75
(154,109,117)
#8A6169
(138,97,105)
#7A555D
(122,85,93)
#6A4951
(106,73,81)
#5A3D45
(90,61,69)
#4A3139
(74,49,57)
#3A252D
(58,37,45)
#2A1921
(42,25,33)
#1A0D15
(26,13,21)
#000000
(0,0,0)

Tints of #BA858D

#BA858D
(186,133,141)
#C09097
(192,144,151)
#C69BA1
(198,155,161)
#CCA6AB
(204,166,171)
#D2B1B5
(210,177,181)
#D8BCBF
(216,188,191)
#DEC7C9
(222,199,201)
#E4D2D3
(228,210,211)
#EADDDD
(234,221,221)
#F0E8E7
(240,232,231)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA858D; }

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

This text font color is #BA858D.


Background Color

.myBgColor { background-color: #BA858D; }

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

This div background color is #BA858D.


Border color

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

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

This div border color is #BA858D.


Opacity

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

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

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

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

This text has shadow with #BA858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA858D on black background.


Color preview on white background

This text has color #BA858D on white background.



Black color preview on #BA858D background

This text has black color on #BA858D background.


White color preview on #BA858D background

This text has white color on #BA858D background.