COLOR #BA7C6A

HEX: #BA7C6A
RGB: (186,124,106)

Color info

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

RGB color model

#BA7C6A color RGB value is (186,124,106).

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

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 106 of 255 = 42%

186
124
106

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

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 106 = 416 (100%)
R 186 of 416 ~ 44.71%
G 124 of 416 ~ 29.81%
B 106 of 416 ~ 25.48%

%44.71
%29.81
%25.48

CMYK color model

#BA7C6A color CMYK value is (0,33,43,27).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 43.01%
  • key color value is 27.06%
CMYK:
(0,33,43,27)
C0M33Y43K27 
(0%,33%,43%,27%)
(0.00/0.33/0.43/0.27)	

CMYK percentages

%0
%33.33
%43.01
%27.06

Codes

Color #BA7C6A in popluar color models

BA7C6A
RGB186124106
HSL14°36.70%57.25%
HSB/HSV14°43.01%72.94%
CMYK0.00%33.33%43.01%
27.06%

Color #BA7C6A in popluar number systems.

HEXBA7C6A
Decimal186124106
Binary1011101011111001101010
Octal272174152

Shades and tints

Shades of #BA7C6A

#BA7C6A
(186,124,106)
#AA7161
(170,113,97)
#9A6658
(154,102,88)
#8A5B4F
(138,91,79)
#7A5046
(122,80,70)
#6A453D
(106,69,61)
#5A3A34
(90,58,52)
#4A2F2B
(74,47,43)
#3A2422
(58,36,34)
#2A1919
(42,25,25)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #BA7C6A

#BA7C6A
(186,124,106)
#C08777
(192,135,119)
#C69284
(198,146,132)
#CC9D91
(204,157,145)
#D2A89E
(210,168,158)
#D8B3AB
(216,179,171)
#DEBEB8
(222,190,184)
#E4C9C5
(228,201,197)
#EAD4D2
(234,212,210)
#F0DFDF
(240,223,223)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7C6A; }

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

This text font color is #BA7C6A.


Background Color

.myBgColor { background-color: #BA7C6A; }

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

This div background color is #BA7C6A.


Border color

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

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

This div border color is #BA7C6A.


Opacity

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

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

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

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

This text has shadow with #BA7C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7C6A on black background.


Color preview on white background

This text has color #BA7C6A on white background.



Black color preview on #BA7C6A background

This text has black color on #BA7C6A background.


White color preview on #BA7C6A background

This text has white color on #BA7C6A background.