COLOR #BA7A6C

HEX: #BA7A6C
RGB: (186,122,108)

Color info

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

RGB color model

#BA7A6C color RGB value is (186,122,108).

  • red value is 186;
  • green value is 122;
  • blue value is 108.
RGB:
(186,122,108)
(73%,48%,42%)

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 108 of 255 = 42%

186
122
108

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

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 108 = 416 (100%)
R 186 of 416 ~ 44.71%
G 122 of 416 ~ 29.33%
B 108 of 416 ~ 25.96%

%44.71
%29.33
%25.96

CMYK color model

#BA7A6C color CMYK value is (0,34,42,27).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 41.94%
  • key color value is 27.06%
CMYK:
(0,34,42,27)
C0M34Y42K27 
(0%,34%,42%,27%)
(0.00/0.34/0.42/0.27)	

CMYK percentages

%0
%34.41
%41.94
%27.06

Codes

Color #BA7A6C in popluar color models

BA7A6C
RGB186122108
HSL11°36.11%57.65%
HSB/HSV11°41.94%72.94%
CMYK0.00%34.41%41.94%
27.06%

Color #BA7A6C in popluar number systems.

HEXBA7A6C
Decimal186122108
Binary1011101011110101101100
Octal272172154

Shades and tints

Shades of #BA7A6C

#BA7A6C
(186,122,108)
#AA6F63
(170,111,99)
#9A645A
(154,100,90)
#8A5951
(138,89,81)
#7A4E48
(122,78,72)
#6A433F
(106,67,63)
#5A3836
(90,56,54)
#4A2D2D
(74,45,45)
#3A2224
(58,34,36)
#2A171B
(42,23,27)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #BA7A6C

#BA7A6C
(186,122,108)
#C08679
(192,134,121)
#C69286
(198,146,134)
#CC9E93
(204,158,147)
#D2AAA0
(210,170,160)
#D8B6AD
(216,182,173)
#DEC2BA
(222,194,186)
#E4CEC7
(228,206,199)
#EADAD4
(234,218,212)
#F0E6E1
(240,230,225)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7A6C color. Also use rgb(186,122,108) instead hex code.

Text Font Color

.myTextColor { color: #BA7A6C; }

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

This text font color is #BA7A6C.


Background Color

.myBgColor { background-color: #BA7A6C; }

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

This div background color is #BA7A6C.


Border color

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

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

This div border color is #BA7A6C.


Opacity

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

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

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

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

This text has shadow with #BA7A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A6C on black background.


Color preview on white background

This text has color #BA7A6C on white background.



Black color preview on #BA7A6C background

This text has black color on #BA7A6C background.


White color preview on #BA7A6C background

This text has white color on #BA7A6C background.