COLOR #BA868B

HEX: #BA868B
RGB: (186,134,139)

Color info

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

RGB color model

#BA868B color RGB value is (186,134,139).

  • red value is 186;
  • green value is 134;
  • blue value is 139.
RGB:
(186,134,139)
(73%,53%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 134 of 255 = 53%
B 139 of 255 = 55%

186
134
139

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

Portions of RGB colors in percentages

R + G + B =
186 + 134 + 139 = 459 (100%)
R 186 of 459 ~ 40.52%
G 134 of 459 ~ 29.19%
B 139 of 459 ~ 30.28%

%40.52
%29.19
%30.28

CMYK color model

#BA868B color CMYK value is (0,28,25,27).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 25.27%
  • key color value is 27.06%
CMYK:
(0,28,25,27)
C0M28Y25K27 
(0%,28%,25%,27%)
(0.00/0.28/0.25/0.27)	

CMYK percentages

%0
%27.96
%25.27
%27.06

Codes

Color #BA868B in popluar color models

BA868B
RGB186134139
HSL354°27.37%62.75%
HSB/HSV354°27.96%72.94%
CMYK0.00%27.96%25.27%
27.06%

Color #BA868B in popluar number systems.

HEXBA868B
Decimal186134139
Binary101110101000011010001011
Octal272206213

Shades and tints

Shades of #BA868B

#BA868B
(186,134,139)
#AA7A7F
(170,122,127)
#9A6E73
(154,110,115)
#8A6267
(138,98,103)
#7A565B
(122,86,91)
#6A4A4F
(106,74,79)
#5A3E43
(90,62,67)
#4A3237
(74,50,55)
#3A262B
(58,38,43)
#2A1A1F
(42,26,31)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #BA868B

#BA868B
(186,134,139)
#C09195
(192,145,149)
#C69C9F
(198,156,159)
#CCA7A9
(204,167,169)
#D2B2B3
(210,178,179)
#D8BDBD
(216,189,189)
#DEC8C7
(222,200,199)
#E4D3D1
(228,211,209)
#EADEDB
(234,222,219)
#F0E9E5
(240,233,229)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA868B color. Also use rgb(186,134,139) instead hex code.

Text Font Color

.myTextColor { color: #BA868B; }

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

This text font color is #BA868B.


Background Color

.myBgColor { background-color: #BA868B; }

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

This div background color is #BA868B.


Border color

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

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

This div border color is #BA868B.


Opacity

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

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

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

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

This text has shadow with #BA868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA868B on black background.


Color preview on white background

This text has color #BA868B on white background.



Black color preview on #BA868B background

This text has black color on #BA868B background.


White color preview on #BA868B background

This text has white color on #BA868B background.