COLOR #B99173

HEX: #B99173 RGB: (185,145,115)

Color info

#B99173 contains mainly red and green colors. Web safe color of #B99173 is #CC9966 (or #C96).

RGB color model

#B99173 color RGB value is (185,145,115).

RGB: (185,145,115) (73%, 57%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 115 of 255 = 45%

185
145
115

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

Portions of RGB colors in percentages

R + G + B = 185 + 145 + 115 = 445 (100%)
R 185 of 445 ~ 41.57%
G 145 of 445 ~ 32.58%
B 115 of 445 ~ 25.84'%

%41.57
%32.58
%25.84

CMYK color model

#B99173 color CMYK value is (0,22,38,27).

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

CMYK: (0,22,38,27)
C0M22Y38K27 (0%, 22%, 38%, 27%)
(0.00 / 0.22 / 0.38 / 0.27)

CMYK percentages

%0
%21.62
%37.84
%27.45

Codes

Color #B99173 in popluar color models

B9 91 73
RGB 185 145 115
HSL 26° 33.33% 58.82%
HSB/HSV 26° 37.84% 72.55%
CMYK 0.00% 21.62% 37.84%
27.45%

Color #B99173 in popluar number systems.

HEX B9 91 73
Decimal 185 145 115
Binary 10111001 10010001 1110011
Octal 271 221 163

Shades and tints

Shades of #B99173

#B99173
(185,145,115)
#A98469
(169,132,105)
#99775F
(153,119,95)
#896A55
(137,106,85)
#795D4B
(121,93,75)
#695041
(105,80,65)
#594337
(89,67,55)
#49362D
(73,54,45)
#392923
(57,41,35)
#291C19
(41,28,25)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B99173

#B99173
(185,145,115)
#BF9B7F
(191,155,127)
#C5A58B
(197,165,139)
#CBAF97
(203,175,151)
#D1B9A3
(209,185,163)
#D7C3AF
(215,195,175)
#DDCDBB
(221,205,187)
#E3D7C7
(227,215,199)
#E9E1D3
(233,225,211)
#EFEBDF
(239,235,223)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99173; }

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

This text font color is #B99173.

Background Color

.myBgColor { background-color: #B99173; }

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

This div background color is #B99173.

Border color

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

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

This div border color is #B99173.

Opacity

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

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

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

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

This text has shadow with #B99173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99173.

Preview

Color preview on black background

This text has color #B99173 on black background.


Color preview on white background

This text has color #B99173 on white background.


Black color preview on #B99173 background

This text has black color on #B99173 background.


White color preview on #B99173 background

This text has white color on #B99173 background.


Related colors

Complementary color

Complementary color for #hex is #466E8C.


I love getcolorcode.com

Triadic colors

1 #73B991 and #9173B9 with #B99173 are triadic colors.

2 #7391B9 and #91B973 with #B99173 are triadic colors.