COLOR #BA8B76

HEX: #BA8B76
RGB: (186,139,118)

Color info

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

RGB color model

#BA8B76 color RGB value is (186,139,118).

  • red value is 186;
  • green value is 139;
  • blue value is 118.
RGB:
(186,139,118)
(73%,55%,46%)

RGB channels and saturation

R 186 of 255 = 73%
G 139 of 255 = 55%
B 118 of 255 = 46%

186
139
118

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

Portions of RGB colors in percentages

R + G + B =
186 + 139 + 118 = 443 (100%)
R 186 of 443 ~ 41.99%
G 139 of 443 ~ 31.38%
B 118 of 443 ~ 26.64%

%41.99
%31.38
%26.64

CMYK color model

#BA8B76 color CMYK value is (0,25,37,27).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(0,25,37,27)
C0M25Y37K27 
(0%,25%,37%,27%)
(0.00/0.25/0.37/0.27)	

CMYK percentages

%0
%25.27
%36.56
%27.06

Codes

Color #BA8B76 in popluar color models

BA8B76
RGB186139118
HSL19°33.01%59.61%
HSB/HSV19°36.56%72.94%
CMYK0.00%25.27%36.56%
27.06%

Color #BA8B76 in popluar number systems.

HEXBA8B76
Decimal186139118
Binary10111010100010111110110
Octal272213166

Shades and tints

Shades of #BA8B76

#BA8B76
(186,139,118)
#AA7F6C
(170,127,108)
#9A7362
(154,115,98)
#8A6758
(138,103,88)
#7A5B4E
(122,91,78)
#6A4F44
(106,79,68)
#5A433A
(90,67,58)
#4A3730
(74,55,48)
#3A2B26
(58,43,38)
#2A1F1C
(42,31,28)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #BA8B76

#BA8B76
(186,139,118)
#C09582
(192,149,130)
#C69F8E
(198,159,142)
#CCA99A
(204,169,154)
#D2B3A6
(210,179,166)
#D8BDB2
(216,189,178)
#DEC7BE
(222,199,190)
#E4D1CA
(228,209,202)
#EADBD6
(234,219,214)
#F0E5E2
(240,229,226)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8B76 color. Also use rgb(186,139,118) instead hex code.

Text Font Color

.myTextColor { color: #BA8B76; }

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

This text font color is #BA8B76.


Background Color

.myBgColor { background-color: #BA8B76; }

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

This div background color is #BA8B76.


Border color

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

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

This div border color is #BA8B76.


Opacity

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

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

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

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

This text has shadow with #BA8B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8B76 on black background.


Color preview on white background

This text has color #BA8B76 on white background.



Black color preview on #BA8B76 background

This text has black color on #BA8B76 background.


White color preview on #BA8B76 background

This text has white color on #BA8B76 background.