COLOR #BA897D

HEX: #BA897D
RGB: (186,137,125)

Color info

#BA897D contains mainly red and green colors. Web safe color of #BA897D is #CC9966 (or #C96).

RGB color model

#BA897D color RGB value is (186,137,125).

  • red value is 186;
  • green value is 137;
  • blue value is 125.
RGB:
(186,137,125)
(73%,54%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 137 of 255 = 54%
B 125 of 255 = 49%

186
137
125

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

Portions of RGB colors in percentages

R + G + B =
186 + 137 + 125 = 448 (100%)
R 186 of 448 ~ 41.52%
G 137 of 448 ~ 30.58%
B 125 of 448 ~ 27.9%

%41.52
%30.58
%27.9

CMYK color model

#BA897D color CMYK value is (0,26,33,27).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK:
(0,26,33,27)
C0M26Y33K27 
(0%,26%,33%,27%)
(0.00/0.26/0.33/0.27)	

CMYK percentages

%0
%26.34
%32.8
%27.06

Codes

Color #BA897D in popluar color models

BA897D
RGB186137125
HSL12°30.65%60.98%
HSB/HSV12°32.80%72.94%
CMYK0.00%26.34%32.80%
27.06%

Color #BA897D in popluar number systems.

HEXBA897D
Decimal186137125
Binary10111010100010011111101
Octal272211175

Shades and tints

Shades of #BA897D

#BA897D
(186,137,125)
#AA7D72
(170,125,114)
#9A7167
(154,113,103)
#8A655C
(138,101,92)
#7A5951
(122,89,81)
#6A4D46
(106,77,70)
#5A413B
(90,65,59)
#4A3530
(74,53,48)
#3A2925
(58,41,37)
#2A1D1A
(42,29,26)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #BA897D

#BA897D
(186,137,125)
#C09388
(192,147,136)
#C69D93
(198,157,147)
#CCA79E
(204,167,158)
#D2B1A9
(210,177,169)
#D8BBB4
(216,187,180)
#DEC5BF
(222,197,191)
#E4CFCA
(228,207,202)
#EAD9D5
(234,217,213)
#F0E3E0
(240,227,224)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA897D color. Also use rgb(186,137,125) instead hex code.

Text Font Color

.myTextColor { color: #BA897D; }

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

This text font color is #BA897D.


Background Color

.myBgColor { background-color: #BA897D; }

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

This div background color is #BA897D.


Border color

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

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

This div border color is #BA897D.


Opacity

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

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

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

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

This text has shadow with #BA897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA897D on black background.


Color preview on white background

This text has color #BA897D on white background.



Black color preview on #BA897D background

This text has black color on #BA897D background.


White color preview on #BA897D background

This text has white color on #BA897D background.