COLOR #B96973

HEX: #B96973 RGB: (185,105,115)

Color info

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

RGB color model

#B96973 color RGB value is (185,105,115).

RGB: (185,105,115) (73%, 41%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 105 of 255 = 41%
B 115 of 255 = 45%

185
105
115

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

Portions of RGB colors in percentages

R + G + B = 185 + 105 + 115 = 405 (100%)
R 185 of 405 ~ 45.68%
G 105 of 405 ~ 25.93%
B 115 of 405 ~ 28.4'%

%45.68
%25.93
%28.4

CMYK color model

#B96973 color CMYK value is (0,43,38,27).

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

CMYK: (0,43,38,27)
C0M43Y38K27 (0%, 43%, 38%, 27%)
(0.00 / 0.43 / 0.38 / 0.27)

CMYK percentages

%0
%43.24
%37.84
%27.45

Codes

Color #B96973 in popluar color models

B9 69 73
RGB 185 105 115
HSL 353° 36.36% 56.86%
HSB/HSV 353° 43.24% 72.55%
CMYK 0.00% 43.24% 37.84%
27.45%

Color #B96973 in popluar number systems.

HEX B9 69 73
Decimal 185 105 115
Binary 10111001 1101001 1110011
Octal 271 151 163

Shades and tints

Shades of #B96973

#B96973
(185,105,115)
#A96069
(169,96,105)
#99575F
(153,87,95)
#894E55
(137,78,85)
#79454B
(121,69,75)
#693C41
(105,60,65)
#593337
(89,51,55)
#492A2D
(73,42,45)
#392123
(57,33,35)
#291819
(41,24,25)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B96973

#B96973
(185,105,115)
#BF767F
(191,118,127)
#C5838B
(197,131,139)
#CB9097
(203,144,151)
#D19DA3
(209,157,163)
#D7AAAF
(215,170,175)
#DDB7BB
(221,183,187)
#E3C4C7
(227,196,199)
#E9D1D3
(233,209,211)
#EFDEDF
(239,222,223)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96973; }

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

This text font color is #B96973.

Background Color

.myBgColor { background-color: #B96973; }

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

This div background color is #B96973.

Border color

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

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

This div border color is #B96973.

Opacity

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

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

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

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

This text has shadow with #B96973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96973.

Preview

Color preview on black background

This text has color #B96973 on black background.


Color preview on white background

This text has color #B96973 on white background.


Black color preview on #B96973 background

This text has black color on #B96973 background.


White color preview on #B96973 background

This text has white color on #B96973 background.


Related colors

Complementary color

Complementary color for #hex is #46968C.


I love getcolorcode.com

Triadic colors

1 #73B969 and #6973B9 with #B96973 are triadic colors.

2 #7369B9 and #69B973 with #B96973 are triadic colors.