COLOR #B96E5F

HEX: #B96E5F RGB: (185,110,95)

Color info

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

RGB color model

#B96E5F color RGB value is (185,110,95).

RGB: (185,110,95) (73%, 43%, 37%)

RGB channels and saturation

R 185 of 255 = 73%
G 110 of 255 = 43%
B 95 of 255 = 37%

185
110
95

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

Portions of RGB colors in percentages

R + G + B = 185 + 110 + 95 = 390 (100%)
R 185 of 390 ~ 47.44%
G 110 of 390 ~ 28.21%
B 95 of 390 ~ 24.36'%

%47.44
%28.21
%24.36

CMYK color model

#B96E5F color CMYK value is (0,41,49,27).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 48.65%
  • key color value is 27.45%

CMYK: (0,41,49,27)
C0M41Y49K27 (0%, 41%, 49%, 27%)
(0.00 / 0.41 / 0.49 / 0.27)

CMYK percentages

%0
%40.54
%48.65
%27.45

Codes

Color #B96E5F in popluar color models

B9 6E 5F
RGB 185 110 95
HSL 10° 39.13% 54.90%
HSB/HSV 10° 48.65% 72.55%
CMYK 0.00% 40.54% 48.65%
27.45%

Color #B96E5F in popluar number systems.

HEX B9 6E 5F
Decimal 185 110 95
Binary 10111001 1101110 1011111
Octal 271 156 137

Shades and tints

Shades of #B96E5F

#B96E5F
(185,110,95)
#A96457
(169,100,87)
#995A4F
(153,90,79)
#895047
(137,80,71)
#79463F
(121,70,63)
#693C37
(105,60,55)
#59322F
(89,50,47)
#492827
(73,40,39)
#391E1F
(57,30,31)
#291417
(41,20,23)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #B96E5F

#B96E5F
(185,110,95)
#BF7B6D
(191,123,109)
#C5887B
(197,136,123)
#CB9589
(203,149,137)
#D1A297
(209,162,151)
#D7AFA5
(215,175,165)
#DDBCB3
(221,188,179)
#E3C9C1
(227,201,193)
#E9D6CF
(233,214,207)
#EFE3DD
(239,227,221)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96E5F; }

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

This text font color is #B96E5F.

Background Color

.myBgColor { background-color: #B96E5F; }

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

This div background color is #B96E5F.

Border color

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

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

This div border color is #B96E5F.

Opacity

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

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

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

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

This text has shadow with #B96E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96E5F.

Preview

Color preview on black background

This text has color #B96E5F on black background.


Color preview on white background

This text has color #B96E5F on white background.


Black color preview on #B96E5F background

This text has black color on #B96E5F background.


White color preview on #B96E5F background

This text has white color on #B96E5F background.


Related colors

Complementary color

Complementary color for #hex is #4691A0.


I love getcolorcode.com

Triadic colors

1 #5FB96E and #6E5FB9 with #B96E5F are triadic colors.

2 #5F6EB9 and #6EB95F with #B96E5F are triadic colors.