COLOR #BA868E

HEX: #BA868E
RGB: (186,134,142)

Color info

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

RGB color model

#BA868E color RGB value is (186,134,142).

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

RGB channels and saturation

R 186 of 255 = 73%
G 134 of 255 = 53%
B 142 of 255 = 56%

186
134
142

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

Portions of RGB colors in percentages

R + G + B =
186 + 134 + 142 = 462 (100%)
R 186 of 462 ~ 40.26%
G 134 of 462 ~ 29%
B 142 of 462 ~ 30.74%

%40.26
%29
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 23.66%
  • 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
%27.96
%23.66
%27.06

Codes

Color #BA868E in popluar color models

BA868E
RGB186134142
HSL351°27.37%62.75%
HSB/HSV351°27.96%72.94%
CMYK0.00%27.96%23.66%
27.06%

Color #BA868E in popluar number systems.

HEXBA868E
Decimal186134142
Binary101110101000011010001110
Octal272206216

Shades and tints

Shades of #BA868E

#BA868E
(186,134,142)
#AA7A82
(170,122,130)
#9A6E76
(154,110,118)
#8A626A
(138,98,106)
#7A565E
(122,86,94)
#6A4A52
(106,74,82)
#5A3E46
(90,62,70)
#4A323A
(74,50,58)
#3A262E
(58,38,46)
#2A1A22
(42,26,34)
#1A0E16
(26,14,22)
#000000
(0,0,0)

Tints of #BA868E

#BA868E
(186,134,142)
#C09198
(192,145,152)
#C69CA2
(198,156,162)
#CCA7AC
(204,167,172)
#D2B2B6
(210,178,182)
#D8BDC0
(216,189,192)
#DEC8CA
(222,200,202)
#E4D3D4
(228,211,212)
#EADEDE
(234,222,222)
#F0E9E8
(240,233,232)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA868E; }

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

This text font color is #BA868E.


Background Color

.myBgColor { background-color: #BA868E; }

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

This div background color is #BA868E.


Border color

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

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

This div border color is #BA868E.


Opacity

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

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

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

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

This text has shadow with #BA868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA868E on black background.


Color preview on white background

This text has color #BA868E on white background.



Black color preview on #BA868E background

This text has black color on #BA868E background.


White color preview on #BA868E background

This text has white color on #BA868E background.