COLOR #BA9E8E

HEX: #BA9E8E RGB: (186,158,142)

Color info

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

RGB color model

#BA9E8E color RGB value is (186,158,142).

RGB: (186,158,142) (73%, 62%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 142 of 255 = 56%

186
158
142

R + G + B ~ 64%. #BA9E8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 158 + 142 = 486 (100%)
R 186 of 486 ~ 38.27%
G 158 of 486 ~ 32.51%
B 142 of 486 ~ 29.22'%

%38.27
%32.51
%29.22

CMYK color model

#BA9E8E color CMYK value is (0,15,24,27).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 23.66%
  • key color value is 27.06%

CMYK: (0,15,24,27)
C0M15Y24K27 (0%, 15%, 24%, 27%)
(0.00 / 0.15 / 0.24 / 0.27)

CMYK percentages

%0
%15.05
%23.66
%27.06

Codes

Color #BA9E8E in popluar color models

BA 9E 8E
RGB 186 158 142
HSL 22° 24.18% 64.31%
HSB/HSV 22° 23.66% 72.94%
CMYK 0.00% 15.05% 23.66%
27.06%

Color #BA9E8E in popluar number systems.

HEX BA 9E 8E
Decimal 186 158 142
Binary 10111010 10011110 10001110
Octal 272 236 216

Shades and tints

Shades of #BA9E8E

#BA9E8E
(186,158,142)
#AA9082
(170,144,130)
#9A8276
(154,130,118)
#8A746A
(138,116,106)
#7A665E
(122,102,94)
#6A5852
(106,88,82)
#5A4A46
(90,74,70)
#4A3C3A
(74,60,58)
#3A2E2E
(58,46,46)
#2A2022
(42,32,34)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #BA9E8E

#BA9E8E
(186,158,142)
#C0A698
(192,166,152)
#C6AEA2
(198,174,162)
#CCB6AC
(204,182,172)
#D2BEB6
(210,190,182)
#D8C6C0
(216,198,192)
#DECECA
(222,206,202)
#E4D6D4
(228,214,212)
#EADEDE
(234,222,222)
#F0E6E8
(240,230,232)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9E8E; }

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

This text font color is #BA9E8E.

Background Color

.myBgColor { background-color: #BA9E8E; }

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

This div background color is #BA9E8E.

Border color

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

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

This div border color is #BA9E8E.

Opacity

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

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

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

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

This text has shadow with #BA9E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9E8E.

Preview

Color preview on black background

This text has color #BA9E8E on black background.


Color preview on white background

This text has color #BA9E8E on white background.


Black color preview on #BA9E8E background

This text has black color on #BA9E8E background.


White color preview on #BA9E8E background

This text has white color on #BA9E8E background.


Related colors

Complementary color

Complementary color for #hex is #456171.


I love getcolorcode.com

Triadic colors

1 #8EBA9E and #9E8EBA with #BA9E8E are triadic colors.

2 #8E9EBA and #9EBA8E with #BA9E8E are triadic colors.