COLOR #B9796E

HEX: #B9796E RGB: (185,121,110)

Color info

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

RGB color model

#B9796E color RGB value is (185,121,110).

RGB: (185,121,110) (73%, 47%, 43%)

RGB channels and saturation

R 185 of 255 = 73%
G 121 of 255 = 47%
B 110 of 255 = 43%

185
121
110

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

Portions of RGB colors in percentages

R + G + B = 185 + 121 + 110 = 416 (100%)
R 185 of 416 ~ 44.47%
G 121 of 416 ~ 29.09%
B 110 of 416 ~ 26.44'%

%44.47
%29.09
%26.44

CMYK color model

#B9796E color CMYK value is (0,35,41,27).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 40.54%
  • key color value is 27.45%
CMYK: (0,35,41,27) C0M35Y41K27 (0%,35%,41%,27%) (0.00/0.35/0.41/0.27) 

CMYK percentages

%0
%34.59
%40.54
%27.45

Codes

Color #B9796E in popluar color models

B9 79 6E
RGB 185 121 110
HSL 34.88% 57.84%
HSB/HSV 40.54% 72.55%
CMYK 0.00% 34.59% 40.54%
27.45%

Color #B9796E in popluar number systems.

HEX B9 79 6E
Decimal 185 121 110
Binary 10111001 1111001 1101110
Octal 271 171 156

Shades and tints

Shades of #B9796E

#B9796E
(185,121,110)
#A96E64
(169,110,100)
#99635A
(153,99,90)
#895850
(137,88,80)
#794D46
(121,77,70)
#69423C
(105,66,60)
#593732
(89,55,50)
#492C28
(73,44,40)
#39211E
(57,33,30)
#291614
(41,22,20)
#190B0A
(25,11,10)
#000000
(0,0,0)

Tints of #B9796E

#B9796E
(185,121,110)
#BF857B
(191,133,123)
#C59188
(197,145,136)
#CB9D95
(203,157,149)
#D1A9A2
(209,169,162)
#D7B5AF
(215,181,175)
#DDC1BC
(221,193,188)
#E3CDC9
(227,205,201)
#E9D9D6
(233,217,214)
#EFE5E3
(239,229,227)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9796E color. Also use rgb(185,121,110) instead hex code.

Text Font Color

.myTextColor { color: #B9796E; }

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

This text font color is #B9796E.

Background Color

.myBgColor { background-color: #B9796E; }

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

This div background color is #B9796E.

Border color

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

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

This div border color is #B9796E.

Opacity

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

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

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

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

This text has shadow with #B9796E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9796E.

Preview

Color preview on black background

This text has color #B9796E on black background.


Color preview on white background

This text has color #B9796E on white background.


Black color preview on #B9796E background

This text has black color on #B9796E background.


White color preview on #B9796E background

This text has white color on #B9796E background.


Related colors

Complementary color

Complementary color for #hex is #468691.


I love getcolorcode.com

Triadic colors

1 #6EB979 and #796EB9 with #B9796E are triadic colors.

2 #6E79B9 and #79B96E with #B9796E are triadic colors.