COLOR #B9788B

HEX: #B9788B
RGB: (185,120,139)

Color info

#B9788B contains mainly red and blue colors. Web safe color of #B9788B is #CC6699 (or #C69).

RGB color model

#B9788B color RGB value is (185,120,139).

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

RGB channels and saturation

R 185 of 255 = 73%
G 120 of 255 = 47%
B 139 of 255 = 55%

185
120
139

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

Portions of RGB colors in percentages

R + G + B =
185 + 120 + 139 = 444 (100%)
R 185 of 444 ~ 41.67%
G 120 of 444 ~ 27.03%
B 139 of 444 ~ 31.31%

%41.67
%27.03
%31.31

CMYK color model

#B9788B color CMYK value is (0,35,25,27).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(0,35,25,27)
C0M35Y25K27 
(0%,35%,25%,27%)
(0.00/0.35/0.25/0.27)	

CMYK percentages

%0
%35.14
%24.86
%27.45

Codes

Color #B9788B in popluar color models

B9788B
RGB185120139
HSL342°31.71%59.80%
HSB/HSV342°35.14%72.55%
CMYK0.00%35.14%24.86%
27.45%

Color #B9788B in popluar number systems.

HEXB9788B
Decimal185120139
Binary10111001111100010001011
Octal271170213

Shades and tints

Shades of #B9788B

#B9788B
(185,120,139)
#A96E7F
(169,110,127)
#996473
(153,100,115)
#895A67
(137,90,103)
#79505B
(121,80,91)
#69464F
(105,70,79)
#593C43
(89,60,67)
#493237
(73,50,55)
#39282B
(57,40,43)
#291E1F
(41,30,31)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9788B

#B9788B
(185,120,139)
#BF8495
(191,132,149)
#C5909F
(197,144,159)
#CB9CA9
(203,156,169)
#D1A8B3
(209,168,179)
#D7B4BD
(215,180,189)
#DDC0C7
(221,192,199)
#E3CCD1
(227,204,209)
#E9D8DB
(233,216,219)
#EFE4E5
(239,228,229)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9788B; }

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

This text font color is #B9788B.


Background Color

.myBgColor { background-color: #B9788B; }

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

This div background color is #B9788B.


Border color

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

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

This div border color is #B9788B.


Opacity

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

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

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

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

This text has shadow with #B9788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9788B on black background.


Color preview on white background

This text has color #B9788B on white background.



Black color preview on #B9788B background

This text has black color on #B9788B background.


White color preview on #B9788B background

This text has white color on #B9788B background.