COLOR #B9808B

HEX: #B9808B
RGB: (185,128,139)

Color info

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

RGB color model

#B9808B color RGB value is (185,128,139).

  • red value is 185;
  • green value is 128;
  • blue value is 139.
RGB:
(185,128,139)
(73%,50%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 128 of 255 = 50%
B 139 of 255 = 55%

185
128
139

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

Portions of RGB colors in percentages

R + G + B =
185 + 128 + 139 = 452 (100%)
R 185 of 452 ~ 40.93%
G 128 of 452 ~ 28.32%
B 139 of 452 ~ 30.75%

%40.93
%28.32
%30.75

CMYK color model

#B9808B color CMYK value is (0,31,25,27).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(0,31,25,27)
C0M31Y25K27 
(0%,31%,25%,27%)
(0.00/0.31/0.25/0.27)	

CMYK percentages

%0
%30.81
%24.86
%27.45

Codes

Color #B9808B in popluar color models

B9808B
RGB185128139
HSL348°28.93%61.37%
HSB/HSV348°30.81%72.55%
CMYK0.00%30.81%24.86%
27.45%

Color #B9808B in popluar number systems.

HEXB9808B
Decimal185128139
Binary101110011000000010001011
Octal271200213

Shades and tints

Shades of #B9808B

#B9808B
(185,128,139)
#A9757F
(169,117,127)
#996A73
(153,106,115)
#895F67
(137,95,103)
#79545B
(121,84,91)
#69494F
(105,73,79)
#593E43
(89,62,67)
#493337
(73,51,55)
#39282B
(57,40,43)
#291D1F
(41,29,31)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #B9808B

#B9808B
(185,128,139)
#BF8B95
(191,139,149)
#C5969F
(197,150,159)
#CBA1A9
(203,161,169)
#D1ACB3
(209,172,179)
#D7B7BD
(215,183,189)
#DDC2C7
(221,194,199)
#E3CDD1
(227,205,209)
#E9D8DB
(233,216,219)
#EFE3E5
(239,227,229)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9808B; }

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

This text font color is #B9808B.


Background Color

.myBgColor { background-color: #B9808B; }

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

This div background color is #B9808B.


Border color

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

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

This div border color is #B9808B.


Opacity

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

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

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

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

This text has shadow with #B9808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9808B on black background.


Color preview on white background

This text has color #B9808B on white background.



Black color preview on #B9808B background

This text has black color on #B9808B background.


White color preview on #B9808B background

This text has white color on #B9808B background.