COLOR #B96E41

HEX: #B96E41
RGB: (185,110,65)

Color info

#B96E41 contains mainly red color. Web safe color of #B96E41 is #CC6633 (or #C63).

RGB color model

#B96E41 color RGB value is (185,110,65).

  • red value is 185;
  • green value is 110;
  • blue value is 65.
RGB:
(185,110,65)
(73%,43%,25%)

RGB channels and saturation

R 185 of 255 = 73%
G 110 of 255 = 43%
B 65 of 255 = 25%

185
110
65

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

Portions of RGB colors in percentages

R + G + B =
185 + 110 + 65 = 360 (100%)
R 185 of 360 ~ 51.39%
G 110 of 360 ~ 30.56%
B 65 of 360 ~ 18.06%

%51.39
%30.56
%18.06

CMYK color model

#B96E41 color CMYK value is (0,41,65,27).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 64.86%
  • key color value is 27.45%
CMYK:
(0,41,65,27)
C0M41Y65K27 
(0%,41%,65%,27%)
(0.00/0.41/0.65/0.27)	

CMYK percentages

%0
%40.54
%64.86
%27.45

Codes

Color #B96E41 in popluar color models

B96E41
RGB18511065
HSL23°48.00%49.02%
HSB/HSV23°64.86%72.55%
CMYK0.00%40.54%64.86%
27.45%

Color #B96E41 in popluar number systems.

HEXB96E41
Decimal18511065
Binary1011100111011101000001
Octal271156101

Shades and tints

Shades of #B96E41

#B96E41
(185,110,65)
#A9643C
(169,100,60)
#995A37
(153,90,55)
#895032
(137,80,50)
#79462D
(121,70,45)
#693C28
(105,60,40)
#593223
(89,50,35)
#49281E
(73,40,30)
#391E19
(57,30,25)
#291414
(41,20,20)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #B96E41

#B96E41
(185,110,65)
#BF7B52
(191,123,82)
#C58863
(197,136,99)
#CB9574
(203,149,116)
#D1A285
(209,162,133)
#D7AF96
(215,175,150)
#DDBCA7
(221,188,167)
#E3C9B8
(227,201,184)
#E9D6C9
(233,214,201)
#EFE3DA
(239,227,218)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96E41; }

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

This text font color is #B96E41.


Background Color

.myBgColor { background-color: #B96E41; }

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

This div background color is #B96E41.


Border color

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

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

This div border color is #B96E41.


Opacity

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

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

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

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

This text has shadow with #B96E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96E41 on black background.


Color preview on white background

This text has color #B96E41 on white background.



Black color preview on #B96E41 background

This text has black color on #B96E41 background.


White color preview on #B96E41 background

This text has white color on #B96E41 background.