COLOR #B98077

HEX: #B98077 RGB: (185,128,119)

Color info

#B98077 contains mainly red and green colors. Web safe color of #B98077 is #CC6666 (or #C66).

RGB color model

#B98077 color RGB value is (185,128,119).

RGB: (185,128,119) (73%, 50%, 47%)

RGB channels and saturation

R 185 of 255 = 73%
G 128 of 255 = 50%
B 119 of 255 = 47%

185
128
119

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

Portions of RGB colors in percentages

R + G + B = 185 + 128 + 119 = 432 (100%)
R 185 of 432 ~ 42.82%
G 128 of 432 ~ 29.63%
B 119 of 432 ~ 27.55'%

%42.82
%29.63
%27.55

CMYK color model

#B98077 color CMYK value is (0,31,36,27).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 35.68%
  • key color value is 27.45%

CMYK: (0,31,36,27)
C0M31Y36K27 (0%, 31%, 36%, 27%)
(0.00 / 0.31 / 0.36 / 0.27)

CMYK percentages

%0
%30.81
%35.68
%27.45

Codes

Color #B98077 in popluar color models

B9 80 77
RGB 185 128 119
HSL 32.04% 59.61%
HSB/HSV 35.68% 72.55%
CMYK 0.00% 30.81% 35.68%
27.45%

Color #B98077 in popluar number systems.

HEX B9 80 77
Decimal 185 128 119
Binary 10111001 10000000 1110111
Octal 271 200 167

Shades and tints

Shades of #B98077

#B98077
(185,128,119)
#A9756D
(169,117,109)
#996A63
(153,106,99)
#895F59
(137,95,89)
#79544F
(121,84,79)
#694945
(105,73,69)
#593E3B
(89,62,59)
#493331
(73,51,49)
#392827
(57,40,39)
#291D1D
(41,29,29)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #B98077

#B98077
(185,128,119)
#BF8B83
(191,139,131)
#C5968F
(197,150,143)
#CBA19B
(203,161,155)
#D1ACA7
(209,172,167)
#D7B7B3
(215,183,179)
#DDC2BF
(221,194,191)
#E3CDCB
(227,205,203)
#E9D8D7
(233,216,215)
#EFE3E3
(239,227,227)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98077; }

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

This text font color is #B98077.

Background Color

.myBgColor { background-color: #B98077; }

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

This div background color is #B98077.

Border color

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

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

This div border color is #B98077.

Opacity

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

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

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

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

This text has shadow with #B98077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98077.

Preview

Color preview on black background

This text has color #B98077 on black background.


Color preview on white background

This text has color #B98077 on white background.


Black color preview on #B98077 background

This text has black color on #B98077 background.


White color preview on #B98077 background

This text has white color on #B98077 background.


Related colors

Complementary color

Complementary color for #hex is #467F88.


I love getcolorcode.com

Triadic colors

1 #77B980 and #8077B9 with #B98077 are triadic colors.

2 #7780B9 and #80B977 with #B98077 are triadic colors.