COLOR #B98082

HEX: #B98082 RGB: (185,128,130)

Color info

#B98082 contains red, green and blue colors in about the same proportion. Web safe color of #B98082 is #CC6699 (or #C69).

RGB color model

#B98082 color RGB value is (185,128,130).

RGB: (185,128,130) (73%, 50%, 51%)

RGB channels and saturation

R 185 of 255 = 73%
G 128 of 255 = 50%
B 130 of 255 = 51%

185
128
130

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

Portions of RGB colors in percentages

R + G + B = 185 + 128 + 130 = 443 (100%)
R 185 of 443 ~ 41.76%
G 128 of 443 ~ 28.89%
B 130 of 443 ~ 29.35'%

%41.76
%28.89
%29.35

CMYK color model

#B98082 color CMYK value is (0,31,30,27).

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

CMYK: (0,31,30,27)
C0M31Y30K27 (0%, 31%, 30%, 27%)
(0.00 / 0.31 / 0.30 / 0.27)

CMYK percentages

%0
%30.81
%29.73
%27.45

Codes

Color #B98082 in popluar color models

B9 80 82
RGB 185 128 130
HSL 358° 28.93% 61.37%
HSB/HSV 358° 30.81% 72.55%
CMYK 0.00% 30.81% 29.73%
27.45%

Color #B98082 in popluar number systems.

HEX B9 80 82
Decimal 185 128 130
Binary 10111001 10000000 10000010
Octal 271 200 202

Shades and tints

Shades of #B98082

#B98082
(185,128,130)
#A97577
(169,117,119)
#996A6C
(153,106,108)
#895F61
(137,95,97)
#795456
(121,84,86)
#69494B
(105,73,75)
#593E40
(89,62,64)
#493335
(73,51,53)
#39282A
(57,40,42)
#291D1F
(41,29,31)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B98082

#B98082
(185,128,130)
#BF8B8D
(191,139,141)
#C59698
(197,150,152)
#CBA1A3
(203,161,163)
#D1ACAE
(209,172,174)
#D7B7B9
(215,183,185)
#DDC2C4
(221,194,196)
#E3CDCF
(227,205,207)
#E9D8DA
(233,216,218)
#EFE3E5
(239,227,229)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98082; }

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

This text font color is #B98082.

Background Color

.myBgColor { background-color: #B98082; }

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

This div background color is #B98082.

Border color

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

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

This div border color is #B98082.

Opacity

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

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

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

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

This text has shadow with #B98082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98082.

Preview

Color preview on black background

This text has color #B98082 on black background.


Color preview on white background

This text has color #B98082 on white background.


Black color preview on #B98082 background

This text has black color on #B98082 background.


White color preview on #B98082 background

This text has white color on #B98082 background.


Related colors

Complementary color

Complementary color for #hex is #467F7D.


I love getcolorcode.com

Triadic colors

1 #82B980 and #8082B9 with #B98082 are triadic colors.

2 #8280B9 and #80B982 with #B98082 are triadic colors.