COLOR #B96D4F

HEX: #B96D4F
RGB: (185,109,79)

Color info

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

RGB color model

#B96D4F color RGB value is (185,109,79).

  • red value is 185;
  • green value is 109;
  • blue value is 79.
RGB:
(185,109,79)
(73%,43%,31%)

RGB channels and saturation

R 185 of 255 = 73%
G 109 of 255 = 43%
B 79 of 255 = 31%

185
109
79

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

Portions of RGB colors in percentages

R + G + B =
185 + 109 + 79 = 373 (100%)
R 185 of 373 ~ 49.6%
G 109 of 373 ~ 29.22%
B 79 of 373 ~ 21.18%

%49.6
%29.22
%21.18

CMYK color model

#B96D4F color CMYK value is (0,41,57,27).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 57.30%
  • key color value is 27.45%
CMYK:
(0,41,57,27)
C0M41Y57K27 
(0%,41%,57%,27%)
(0.00/0.41/0.57/0.27)	

CMYK percentages

%0
%41.08
%57.3
%27.45

Codes

Color #B96D4F in popluar color models

B96D4F
RGB18510979
HSL17°43.09%51.76%
HSB/HSV17°57.30%72.55%
CMYK0.00%41.08%57.30%
27.45%

Color #B96D4F in popluar number systems.

HEXB96D4F
Decimal18510979
Binary1011100111011011001111
Octal271155117

Shades and tints

Shades of #B96D4F

#B96D4F
(185,109,79)
#A96448
(169,100,72)
#995B41
(153,91,65)
#89523A
(137,82,58)
#794933
(121,73,51)
#69402C
(105,64,44)
#593725
(89,55,37)
#492E1E
(73,46,30)
#392517
(57,37,23)
#291C10
(41,28,16)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #B96D4F

#B96D4F
(185,109,79)
#BF7A5F
(191,122,95)
#C5876F
(197,135,111)
#CB947F
(203,148,127)
#D1A18F
(209,161,143)
#D7AE9F
(215,174,159)
#DDBBAF
(221,187,175)
#E3C8BF
(227,200,191)
#E9D5CF
(233,213,207)
#EFE2DF
(239,226,223)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96D4F color. Also use rgb(185,109,79) instead hex code.

Text Font Color

.myTextColor { color: #B96D4F; }

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

This text font color is #B96D4F.


Background Color

.myBgColor { background-color: #B96D4F; }

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

This div background color is #B96D4F.


Border color

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

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

This div border color is #B96D4F.


Opacity

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

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

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

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

This text has shadow with #B96D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96D4F on black background.


Color preview on white background

This text has color #B96D4F on white background.



Black color preview on #B96D4F background

This text has black color on #B96D4F background.


White color preview on #B96D4F background

This text has white color on #B96D4F background.