COLOR #B98173

HEX: #B98173 RGB: (185,129,115)

Color info

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

RGB color model

#B98173 color RGB value is (185,129,115).

RGB: (185,129,115) (73%, 51%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 129 of 255 = 51%
B 115 of 255 = 45%

185
129
115

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

Portions of RGB colors in percentages

R + G + B = 185 + 129 + 115 = 429 (100%)
R 185 of 429 ~ 43.12%
G 129 of 429 ~ 30.07%
B 115 of 429 ~ 26.81'%

%43.12
%30.07
%26.81

CMYK color model

#B98173 color CMYK value is (0,30,38,27).

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

CMYK: (0,30,38,27)
C0M30Y38K27 (0%, 30%, 38%, 27%)
(0.00 / 0.30 / 0.38 / 0.27)

CMYK percentages

%0
%30.27
%37.84
%27.45

Codes

Color #B98173 in popluar color models

B9 81 73
RGB 185 129 115
HSL 12° 33.33% 58.82%
HSB/HSV 12° 37.84% 72.55%
CMYK 0.00% 30.27% 37.84%
27.45%

Color #B98173 in popluar number systems.

HEX B9 81 73
Decimal 185 129 115
Binary 10111001 10000001 1110011
Octal 271 201 163

Shades and tints

Shades of #B98173

#B98173
(185,129,115)
#A97669
(169,118,105)
#996B5F
(153,107,95)
#896055
(137,96,85)
#79554B
(121,85,75)
#694A41
(105,74,65)
#593F37
(89,63,55)
#49342D
(73,52,45)
#392923
(57,41,35)
#291E19
(41,30,25)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #B98173

#B98173
(185,129,115)
#BF8C7F
(191,140,127)
#C5978B
(197,151,139)
#CBA297
(203,162,151)
#D1ADA3
(209,173,163)
#D7B8AF
(215,184,175)
#DDC3BB
(221,195,187)
#E3CEC7
(227,206,199)
#E9D9D3
(233,217,211)
#EFE4DF
(239,228,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98173; }

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

This text font color is #B98173.

Background Color

.myBgColor { background-color: #B98173; }

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

This div background color is #B98173.

Border color

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

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

This div border color is #B98173.

Opacity

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

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

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

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

This text has shadow with #B98173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98173.

Preview

Color preview on black background

This text has color #B98173 on black background.


Color preview on white background

This text has color #B98173 on white background.


Black color preview on #B98173 background

This text has black color on #B98173 background.


White color preview on #B98173 background

This text has white color on #B98173 background.


Related colors

Complementary color

Complementary color for #hex is #467E8C.


I love getcolorcode.com

Triadic colors

1 #73B981 and #8173B9 with #B98173 are triadic colors.

2 #7381B9 and #81B973 with #B98173 are triadic colors.