COLOR #BA9B6B

HEX: #BA9B6B
RGB: (186,155,107)

Color info

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

RGB color model

#BA9B6B color RGB value is (186,155,107).

  • red value is 186;
  • green value is 155;
  • blue value is 107.
RGB:
(186,155,107)
(73%,61%,42%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 107 of 255 = 42%

186
155
107

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 107 = 448 (100%)
R 186 of 448 ~ 41.52%
G 155 of 448 ~ 34.6%
B 107 of 448 ~ 23.88%

%41.52
%34.6
%23.88

CMYK color model

#BA9B6B color CMYK value is (0,17,42,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 42.47%
  • key color value is 27.06%
CMYK:
(0,17,42,27)
C0M17Y42K27 
(0%,17%,42%,27%)
(0.00/0.17/0.42/0.27)	

CMYK percentages

%0
%16.67
%42.47
%27.06

Codes

Color #BA9B6B in popluar color models

BA9B6B
RGB186155107
HSL36°36.41%57.45%
HSB/HSV36°42.47%72.94%
CMYK0.00%16.67%42.47%
27.06%

Color #BA9B6B in popluar number systems.

HEXBA9B6B
Decimal186155107
Binary10111010100110111101011
Octal272233153

Shades and tints

Shades of #BA9B6B

#BA9B6B
(186,155,107)
#AA8D62
(170,141,98)
#9A7F59
(154,127,89)
#8A7150
(138,113,80)
#7A6347
(122,99,71)
#6A553E
(106,85,62)
#5A4735
(90,71,53)
#4A392C
(74,57,44)
#3A2B23
(58,43,35)
#2A1D1A
(42,29,26)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BA9B6B

#BA9B6B
(186,155,107)
#C0A478
(192,164,120)
#C6AD85
(198,173,133)
#CCB692
(204,182,146)
#D2BF9F
(210,191,159)
#D8C8AC
(216,200,172)
#DED1B9
(222,209,185)
#E4DAC6
(228,218,198)
#EAE3D3
(234,227,211)
#F0ECE0
(240,236,224)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9B6B color. Also use rgb(186,155,107) instead hex code.

Text Font Color

.myTextColor { color: #BA9B6B; }

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

This text font color is #BA9B6B.


Background Color

.myBgColor { background-color: #BA9B6B; }

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

This div background color is #BA9B6B.


Border color

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

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

This div border color is #BA9B6B.


Opacity

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

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

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

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

This text has shadow with #BA9B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9B6B on black background.


Color preview on white background

This text has color #BA9B6B on white background.



Black color preview on #BA9B6B background

This text has black color on #BA9B6B background.


White color preview on #BA9B6B background

This text has white color on #BA9B6B background.