COLOR #B9808A

HEX: #B9808A RGB: (185,128,138)

Color info

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

RGB color model

#B9808A color RGB value is (185,128,138).

RGB: (185,128,138) (73%, 50%, 54%)

RGB channels and saturation

R 185 of 255 = 73%
G 128 of 255 = 50%
B 138 of 255 = 54%

185
128
138

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

Portions of RGB colors in percentages

R + G + B = 185 + 128 + 138 = 451 (100%)
R 185 of 451 ~ 41.02%
G 128 of 451 ~ 28.38%
B 138 of 451 ~ 30.6'%

%41.02
%28.38
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 25.41%
  • 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
%25.41
%27.45

Codes

Color #B9808A in popluar color models

B9 80 8A
RGB 185 128 138
HSL 349° 28.93% 61.37%
HSB/HSV 349° 30.81% 72.55%
CMYK 0.00% 30.81% 25.41%
27.45%

Color #B9808A in popluar number systems.

HEX B9 80 8A
Decimal 185 128 138
Binary 10111001 10000000 10001010
Octal 271 200 212

Shades and tints

Shades of #B9808A

#B9808A
(185,128,138)
#A9757E
(169,117,126)
#996A72
(153,106,114)
#895F66
(137,95,102)
#79545A
(121,84,90)
#69494E
(105,73,78)
#593E42
(89,62,66)
#493336
(73,51,54)
#39282A
(57,40,42)
#291D1E
(41,29,30)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9808A

#B9808A
(185,128,138)
#BF8B94
(191,139,148)
#C5969E
(197,150,158)
#CBA1A8
(203,161,168)
#D1ACB2
(209,172,178)
#D7B7BC
(215,183,188)
#DDC2C6
(221,194,198)
#E3CDD0
(227,205,208)
#E9D8DA
(233,216,218)
#EFE3E4
(239,227,228)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9808A; }

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

This text font color is #B9808A.

Background Color

.myBgColor { background-color: #B9808A; }

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

This div background color is #B9808A.

Border color

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

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

This div border color is #B9808A.

Opacity

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

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

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

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

This text has shadow with #B9808A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9808A.

Preview

Color preview on black background

This text has color #B9808A on black background.


Color preview on white background

This text has color #B9808A on white background.


Black color preview on #B9808A background

This text has black color on #B9808A background.


White color preview on #B9808A background

This text has white color on #B9808A background.


Related colors

Complementary color

Complementary color for #hex is #467F75.


I love getcolorcode.com

Triadic colors

1 #8AB980 and #808AB9 with #B9808A are triadic colors.

2 #8A80B9 and #80B98A with #B9808A are triadic colors.