COLOR #BA9E88

HEX: #BA9E88
RGB: (186,158,136)

Color info

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

RGB color model

#BA9E88 color RGB value is (186,158,136).

  • red value is 186;
  • green value is 158;
  • blue value is 136.
RGB:
(186,158,136)
(73%,62%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 136 of 255 = 53%

186
158
136

R + G + B ~ 63%. #BA9E88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 158 + 136 = 480 (100%)
R 186 of 480 ~ 38.75%
G 158 of 480 ~ 32.92%
B 136 of 480 ~ 28.33%

%38.75
%32.92
%28.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(0,15,27,27)
C0M15Y27K27 
(0%,15%,27%,27%)
(0.00/0.15/0.27/0.27)	

CMYK percentages

%0
%15.05
%26.88
%27.06

Codes

Color #BA9E88 in popluar color models

BA9E88
RGB186158136
HSL26°26.60%63.14%
HSB/HSV26°26.88%72.94%
CMYK0.00%15.05%26.88%
27.06%

Color #BA9E88 in popluar number systems.

HEXBA9E88
Decimal186158136
Binary101110101001111010001000
Octal272236210

Shades and tints

Shades of #BA9E88

#BA9E88
(186,158,136)
#AA907C
(170,144,124)
#9A8270
(154,130,112)
#8A7464
(138,116,100)
#7A6658
(122,102,88)
#6A584C
(106,88,76)
#5A4A40
(90,74,64)
#4A3C34
(74,60,52)
#3A2E28
(58,46,40)
#2A201C
(42,32,28)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #BA9E88

#BA9E88
(186,158,136)
#C0A692
(192,166,146)
#C6AE9C
(198,174,156)
#CCB6A6
(204,182,166)
#D2BEB0
(210,190,176)
#D8C6BA
(216,198,186)
#DECEC4
(222,206,196)
#E4D6CE
(228,214,206)
#EADED8
(234,222,216)
#F0E6E2
(240,230,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9E88; }

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

This text font color is #BA9E88.


Background Color

.myBgColor { background-color: #BA9E88; }

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

This div background color is #BA9E88.


Border color

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

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

This div border color is #BA9E88.


Opacity

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

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

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

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

This text has shadow with #BA9E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9E88 on black background.


Color preview on white background

This text has color #BA9E88 on white background.



Black color preview on #BA9E88 background

This text has black color on #BA9E88 background.


White color preview on #BA9E88 background

This text has white color on #BA9E88 background.