COLOR #BA8E7C

HEX: #BA8E7C
RGB: (186,142,124)

Color info

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

RGB color model

#BA8E7C color RGB value is (186,142,124).

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

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 124 of 255 = 49%

186
142
124

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

Portions of RGB colors in percentages

R + G + B =
186 + 142 + 124 = 452 (100%)
R 186 of 452 ~ 41.15%
G 142 of 452 ~ 31.42%
B 124 of 452 ~ 27.43%

%41.15
%31.42
%27.43

CMYK color model

#BA8E7C color CMYK value is (0,24,33,27).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 33.33%
  • key color value is 27.06%
CMYK:
(0,24,33,27)
C0M24Y33K27 
(0%,24%,33%,27%)
(0.00/0.24/0.33/0.27)	

CMYK percentages

%0
%23.66
%33.33
%27.06

Codes

Color #BA8E7C in popluar color models

BA8E7C
RGB186142124
HSL17°31.00%60.78%
HSB/HSV17°33.33%72.94%
CMYK0.00%23.66%33.33%
27.06%

Color #BA8E7C in popluar number systems.

HEXBA8E7C
Decimal186142124
Binary10111010100011101111100
Octal272216174

Shades and tints

Shades of #BA8E7C

#BA8E7C
(186,142,124)
#AA8271
(170,130,113)
#9A7666
(154,118,102)
#8A6A5B
(138,106,91)
#7A5E50
(122,94,80)
#6A5245
(106,82,69)
#5A463A
(90,70,58)
#4A3A2F
(74,58,47)
#3A2E24
(58,46,36)
#2A2219
(42,34,25)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #BA8E7C

#BA8E7C
(186,142,124)
#C09887
(192,152,135)
#C6A292
(198,162,146)
#CCAC9D
(204,172,157)
#D2B6A8
(210,182,168)
#D8C0B3
(216,192,179)
#DECABE
(222,202,190)
#E4D4C9
(228,212,201)
#EADED4
(234,222,212)
#F0E8DF
(240,232,223)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8E7C; }

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

This text font color is #BA8E7C.


Background Color

.myBgColor { background-color: #BA8E7C; }

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

This div background color is #BA8E7C.


Border color

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

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

This div border color is #BA8E7C.


Opacity

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

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

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

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

This text has shadow with #BA8E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8E7C on black background.


Color preview on white background

This text has color #BA8E7C on white background.



Black color preview on #BA8E7C background

This text has black color on #BA8E7C background.


White color preview on #BA8E7C background

This text has white color on #BA8E7C background.