COLOR #B96961

HEX: #B96961 RGB: (185,105,97)

Color info

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

RGB color model

#B96961 color RGB value is (185,105,97).

RGB: (185,105,97) (73%, 41%, 38%)

RGB channels and saturation

R 185 of 255 = 73%
G 105 of 255 = 41%
B 97 of 255 = 38%

185
105
97

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

Portions of RGB colors in percentages

R + G + B = 185 + 105 + 97 = 387 (100%)
R 185 of 387 ~ 47.8%
G 105 of 387 ~ 27.13%
B 97 of 387 ~ 25.06'%

%47.8
%27.13
%25.06

CMYK color model

#B96961 color CMYK value is (0,43,48,27).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 47.57%
  • key color value is 27.45%

CMYK: (0,43,48,27)
C0M43Y48K27 (0%, 43%, 48%, 27%)
(0.00 / 0.43 / 0.48 / 0.27)

CMYK percentages

%0
%43.24
%47.57
%27.45

Codes

Color #B96961 in popluar color models

B9 69 61
RGB 185 105 97
HSL 38.60% 55.29%
HSB/HSV 47.57% 72.55%
CMYK 0.00% 43.24% 47.57%
27.45%

Color #B96961 in popluar number systems.

HEX B9 69 61
Decimal 185 105 97
Binary 10111001 1101001 1100001
Octal 271 151 141

Shades and tints

Shades of #B96961

#B96961
(185,105,97)
#A96059
(169,96,89)
#995751
(153,87,81)
#894E49
(137,78,73)
#794541
(121,69,65)
#693C39
(105,60,57)
#593331
(89,51,49)
#492A29
(73,42,41)
#392121
(57,33,33)
#291819
(41,24,25)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #B96961

#B96961
(185,105,97)
#BF766F
(191,118,111)
#C5837D
(197,131,125)
#CB908B
(203,144,139)
#D19D99
(209,157,153)
#D7AAA7
(215,170,167)
#DDB7B5
(221,183,181)
#E3C4C3
(227,196,195)
#E9D1D1
(233,209,209)
#EFDEDF
(239,222,223)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96961 color. Also use rgb(185,105,97) instead hex code.

Text Font Color

.myTextColor { color: #B96961; }

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

This text font color is #B96961.

Background Color

.myBgColor { background-color: #B96961; }

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

This div background color is #B96961.

Border color

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

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

This div border color is #B96961.

Opacity

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

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

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

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

This text has shadow with #B96961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96961.

Preview

Color preview on black background

This text has color #B96961 on black background.


Color preview on white background

This text has color #B96961 on white background.


Black color preview on #B96961 background

This text has black color on #B96961 background.


White color preview on #B96961 background

This text has white color on #B96961 background.


Related colors

Complementary color

Complementary color for #hex is #46969E.


I love getcolorcode.com

Triadic colors

1 #61B969 and #6961B9 with #B96961 are triadic colors.

2 #6169B9 and #69B961 with #B96961 are triadic colors.