COLOR #B96755

HEX: #B96755
RGB: (185,103,85)

Color info

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

RGB color model

#B96755 color RGB value is (185,103,85).

  • red value is 185;
  • green value is 103;
  • blue value is 85.
RGB:
(185,103,85)
(73%,40%,33%)

RGB channels and saturation

R 185 of 255 = 73%
G 103 of 255 = 40%
B 85 of 255 = 33%

185
103
85

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

Portions of RGB colors in percentages

R + G + B =
185 + 103 + 85 = 373 (100%)
R 185 of 373 ~ 49.6%
G 103 of 373 ~ 27.61%
B 85 of 373 ~ 22.79%

%49.6
%27.61
%22.79

CMYK color model

#B96755 color CMYK value is (0,44,54,27).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 54.05%
  • key color value is 27.45%
CMYK:
(0,44,54,27)
C0M44Y54K27 
(0%,44%,54%,27%)
(0.00/0.44/0.54/0.27)	

CMYK percentages

%0
%44.32
%54.05
%27.45

Codes

Color #B96755 in popluar color models

B96755
RGB18510385
HSL11°41.67%52.94%
HSB/HSV11°54.05%72.55%
CMYK0.00%44.32%54.05%
27.45%

Color #B96755 in popluar number systems.

HEXB96755
Decimal18510385
Binary1011100111001111010101
Octal271147125

Shades and tints

Shades of #B96755

#B96755
(185,103,85)
#A95E4E
(169,94,78)
#995547
(153,85,71)
#894C40
(137,76,64)
#794339
(121,67,57)
#693A32
(105,58,50)
#59312B
(89,49,43)
#492824
(73,40,36)
#391F1D
(57,31,29)
#291616
(41,22,22)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #B96755

#B96755
(185,103,85)
#BF7464
(191,116,100)
#C58173
(197,129,115)
#CB8E82
(203,142,130)
#D19B91
(209,155,145)
#D7A8A0
(215,168,160)
#DDB5AF
(221,181,175)
#E3C2BE
(227,194,190)
#E9CFCD
(233,207,205)
#EFDCDC
(239,220,220)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96755 color. Also use rgb(185,103,85) instead hex code.

Text Font Color

.myTextColor { color: #B96755; }

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

This text font color is #B96755.


Background Color

.myBgColor { background-color: #B96755; }

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

This div background color is #B96755.


Border color

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

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

This div border color is #B96755.


Opacity

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

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

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

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

This text has shadow with #B96755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96755 on black background.


Color preview on white background

This text has color #B96755 on white background.



Black color preview on #B96755 background

This text has black color on #B96755 background.


White color preview on #B96755 background

This text has white color on #B96755 background.