COLOR #BA7C5D

HEX: #BA7C5D
RGB: (186,124,93)

Color info

#BA7C5D contains mainly red color. Web safe color of #BA7C5D is #CC6666 (or #C66).

RGB color model

#BA7C5D color RGB value is (186,124,93).

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

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 93 of 255 = 36%

186
124
93

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

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 93 = 403 (100%)
R 186 of 403 ~ 46.15%
G 124 of 403 ~ 30.77%
B 93 of 403 ~ 23.08%

%46.15
%30.77
%23.08

CMYK color model

#BA7C5D color CMYK value is (0,33,50,27).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 50.00%
  • key color value is 27.06%
CMYK:
(0,33,50,27)
C0M33Y50K27 
(0%,33%,50%,27%)
(0.00/0.33/0.50/0.27)	

CMYK percentages

%0
%33.33
%50
%27.06

Codes

Color #BA7C5D in popluar color models

BA7C5D
RGB18612493
HSL20°40.26%54.71%
HSB/HSV20°50.00%72.94%
CMYK0.00%33.33%50.00%
27.06%

Color #BA7C5D in popluar number systems.

HEXBA7C5D
Decimal18612493
Binary1011101011111001011101
Octal272174135

Shades and tints

Shades of #BA7C5D

#BA7C5D
(186,124,93)
#AA7155
(170,113,85)
#9A664D
(154,102,77)
#8A5B45
(138,91,69)
#7A503D
(122,80,61)
#6A4535
(106,69,53)
#5A3A2D
(90,58,45)
#4A2F25
(74,47,37)
#3A241D
(58,36,29)
#2A1915
(42,25,21)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #BA7C5D

#BA7C5D
(186,124,93)
#C0876B
(192,135,107)
#C69279
(198,146,121)
#CC9D87
(204,157,135)
#D2A895
(210,168,149)
#D8B3A3
(216,179,163)
#DEBEB1
(222,190,177)
#E4C9BF
(228,201,191)
#EAD4CD
(234,212,205)
#F0DFDB
(240,223,219)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7C5D; }

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

This text font color is #BA7C5D.


Background Color

.myBgColor { background-color: #BA7C5D; }

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

This div background color is #BA7C5D.


Border color

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

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

This div border color is #BA7C5D.


Opacity

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

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

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

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

This text has shadow with #BA7C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7C5D on black background.


Color preview on white background

This text has color #BA7C5D on white background.



Black color preview on #BA7C5D background

This text has black color on #BA7C5D background.


White color preview on #BA7C5D background

This text has white color on #BA7C5D background.