COLOR #BA868A

HEX: #BA868A
RGB: (186,134,138)

Color info

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

RGB color model

#BA868A color RGB value is (186,134,138).

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

RGB channels and saturation

R 186 of 255 = 73%
G 134 of 255 = 53%
B 138 of 255 = 54%

186
134
138

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

Portions of RGB colors in percentages

R + G + B =
186 + 134 + 138 = 458 (100%)
R 186 of 458 ~ 40.61%
G 134 of 458 ~ 29.26%
B 138 of 458 ~ 30.13%

%40.61
%29.26
%30.13

CMYK color model

#BA868A color CMYK value is (0,28,26,27).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 25.81%
  • key color value is 27.06%
CMYK:
(0,28,26,27)
C0M28Y26K27 
(0%,28%,26%,27%)
(0.00/0.28/0.26/0.27)	

CMYK percentages

%0
%27.96
%25.81
%27.06

Codes

Color #BA868A in popluar color models

BA868A
RGB186134138
HSL355°27.37%62.75%
HSB/HSV355°27.96%72.94%
CMYK0.00%27.96%25.81%
27.06%

Color #BA868A in popluar number systems.

HEXBA868A
Decimal186134138
Binary101110101000011010001010
Octal272206212

Shades and tints

Shades of #BA868A

#BA868A
(186,134,138)
#AA7A7E
(170,122,126)
#9A6E72
(154,110,114)
#8A6266
(138,98,102)
#7A565A
(122,86,90)
#6A4A4E
(106,74,78)
#5A3E42
(90,62,66)
#4A3236
(74,50,54)
#3A262A
(58,38,42)
#2A1A1E
(42,26,30)
#1A0E12
(26,14,18)
#000000
(0,0,0)

Tints of #BA868A

#BA868A
(186,134,138)
#C09194
(192,145,148)
#C69C9E
(198,156,158)
#CCA7A8
(204,167,168)
#D2B2B2
(210,178,178)
#D8BDBC
(216,189,188)
#DEC8C6
(222,200,198)
#E4D3D0
(228,211,208)
#EADEDA
(234,222,218)
#F0E9E4
(240,233,228)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA868A; }

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

This text font color is #BA868A.


Background Color

.myBgColor { background-color: #BA868A; }

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

This div background color is #BA868A.


Border color

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

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

This div border color is #BA868A.


Opacity

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

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

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

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

This text has shadow with #BA868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA868A on black background.


Color preview on white background

This text has color #BA868A on white background.



Black color preview on #BA868A background

This text has black color on #BA868A background.


White color preview on #BA868A background

This text has white color on #BA868A background.