COLOR #B98177

HEX: #B98177
RGB: (185,129,119)

Color info

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

RGB color model

#B98177 color RGB value is (185,129,119).

  • red value is 185;
  • green value is 129;
  • blue value is 119.
RGB:
(185,129,119)
(73%,51%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 129 of 255 = 51%
B 119 of 255 = 47%

185
129
119

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

Portions of RGB colors in percentages

R + G + B =
185 + 129 + 119 = 433 (100%)
R 185 of 433 ~ 42.73%
G 129 of 433 ~ 29.79%
B 119 of 433 ~ 27.48%

%42.73
%29.79
%27.48

CMYK color model

#B98177 color CMYK value is (0,30,36,27).

  • cyan value is 0.00%
  • magenta value is 30.27%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(0,30,36,27)
C0M30Y36K27 
(0%,30%,36%,27%)
(0.00/0.30/0.36/0.27)	

CMYK percentages

%0
%30.27
%35.68
%27.45

Codes

Color #B98177 in popluar color models

B98177
RGB185129119
HSL32.04%59.61%
HSB/HSV35.68%72.55%
CMYK0.00%30.27%35.68%
27.45%

Color #B98177 in popluar number systems.

HEXB98177
Decimal185129119
Binary10111001100000011110111
Octal271201167

Shades and tints

Shades of #B98177

#B98177
(185,129,119)
#A9766D
(169,118,109)
#996B63
(153,107,99)
#896059
(137,96,89)
#79554F
(121,85,79)
#694A45
(105,74,69)
#593F3B
(89,63,59)
#493431
(73,52,49)
#392927
(57,41,39)
#291E1D
(41,30,29)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #B98177

#B98177
(185,129,119)
#BF8C83
(191,140,131)
#C5978F
(197,151,143)
#CBA29B
(203,162,155)
#D1ADA7
(209,173,167)
#D7B8B3
(215,184,179)
#DDC3BF
(221,195,191)
#E3CECB
(227,206,203)
#E9D9D7
(233,217,215)
#EFE4E3
(239,228,227)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98177; }

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

This text font color is #B98177.


Background Color

.myBgColor { background-color: #B98177; }

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

This div background color is #B98177.


Border color

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

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

This div border color is #B98177.


Opacity

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

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

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

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

This text has shadow with #B98177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98177 on black background.


Color preview on white background

This text has color #B98177 on white background.



Black color preview on #B98177 background

This text has black color on #B98177 background.


White color preview on #B98177 background

This text has white color on #B98177 background.