COLOR #BA9B72

HEX: #BA9B72 RGB: (186,155,114)

Color info

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

RGB color model

#BA9B72 color RGB value is (186,155,114).

RGB: (186,155,114) (73%, 61%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 114 of 255 = 45%

186
155
114

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

Portions of RGB colors in percentages

R + G + B = 186 + 155 + 114 = 455 (100%)
R 186 of 455 ~ 40.88%
G 155 of 455 ~ 34.07%
B 114 of 455 ~ 25.05'%

%40.88
%34.07
%25.05

CMYK color model

#BA9B72 color CMYK value is (0,17,39,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK: (0,17,39,27) C0M17Y39K27 (0%,17%,39%,27%) (0.00/0.17/0.39/0.27) 

CMYK percentages

%0
%16.67
%38.71
%27.06

Codes

Color #BA9B72 in popluar color models

BA 9B 72
RGB 186 155 114
HSL 34° 34.29% 58.82%
HSB/HSV 34° 38.71% 72.94%
CMYK 0.00% 16.67% 38.71%
27.06%

Color #BA9B72 in popluar number systems.

HEX BA 9B 72
Decimal 186 155 114
Binary 10111010 10011011 1110010
Octal 272 233 162

Shades and tints

Shades of #BA9B72

#BA9B72
(186,155,114)
#AA8D68
(170,141,104)
#9A7F5E
(154,127,94)
#8A7154
(138,113,84)
#7A634A
(122,99,74)
#6A5540
(106,85,64)
#5A4736
(90,71,54)
#4A392C
(74,57,44)
#3A2B22
(58,43,34)
#2A1D18
(42,29,24)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #BA9B72

#BA9B72
(186,155,114)
#C0A47E
(192,164,126)
#C6AD8A
(198,173,138)
#CCB696
(204,182,150)
#D2BFA2
(210,191,162)
#D8C8AE
(216,200,174)
#DED1BA
(222,209,186)
#E4DAC6
(228,218,198)
#EAE3D2
(234,227,210)
#F0ECDE
(240,236,222)
#F6F5EA
(246,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9B72; }

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

This text font color is #BA9B72.

Background Color

.myBgColor { background-color: #BA9B72; }

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

This div background color is #BA9B72.

Border color

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

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

This div border color is #BA9B72.

Opacity

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

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

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

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

This text has shadow with #BA9B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9B72.

Preview

Color preview on black background

This text has color #BA9B72 on black background.


Color preview on white background

This text has color #BA9B72 on white background.


Black color preview on #BA9B72 background

This text has black color on #BA9B72 background.


White color preview on #BA9B72 background

This text has white color on #BA9B72 background.


Related colors

Complementary color

Complementary color for #hex is #45648D.


I love getcolorcode.com

Triadic colors

1 #72BA9B and #9B72BA with #BA9B72 are triadic colors.

2 #729BBA and #9BBA72 with #BA9B72 are triadic colors.