COLOR #B9787C

HEX: #B9787C
RGB: (185,120,124)

Color info

#B9787C contains mainly red color. Web safe color of #B9787C is #CC6666 (or #C66).

RGB color model

#B9787C color RGB value is (185,120,124).

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

RGB channels and saturation

R 185 of 255 = 73%
G 120 of 255 = 47%
B 124 of 255 = 49%

185
120
124

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

Portions of RGB colors in percentages

R + G + B =
185 + 120 + 124 = 429 (100%)
R 185 of 429 ~ 43.12%
G 120 of 429 ~ 27.97%
B 124 of 429 ~ 28.9%

%43.12
%27.97
%28.9

CMYK color model

#B9787C color CMYK value is (0,35,33,27).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(0,35,33,27)
C0M35Y33K27 
(0%,35%,33%,27%)
(0.00/0.35/0.33/0.27)	

CMYK percentages

%0
%35.14
%32.97
%27.45

Codes

Color #B9787C in popluar color models

B9787C
RGB185120124
HSL356°31.71%59.80%
HSB/HSV356°35.14%72.55%
CMYK0.00%35.14%32.97%
27.45%

Color #B9787C in popluar number systems.

HEXB9787C
Decimal185120124
Binary1011100111110001111100
Octal271170174

Shades and tints

Shades of #B9787C

#B9787C
(185,120,124)
#A96E71
(169,110,113)
#996466
(153,100,102)
#895A5B
(137,90,91)
#795050
(121,80,80)
#694645
(105,70,69)
#593C3A
(89,60,58)
#49322F
(73,50,47)
#392824
(57,40,36)
#291E19
(41,30,25)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #B9787C

#B9787C
(185,120,124)
#BF8487
(191,132,135)
#C59092
(197,144,146)
#CB9C9D
(203,156,157)
#D1A8A8
(209,168,168)
#D7B4B3
(215,180,179)
#DDC0BE
(221,192,190)
#E3CCC9
(227,204,201)
#E9D8D4
(233,216,212)
#EFE4DF
(239,228,223)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9787C; }

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

This text font color is #B9787C.


Background Color

.myBgColor { background-color: #B9787C; }

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

This div background color is #B9787C.


Border color

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

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

This div border color is #B9787C.


Opacity

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

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

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

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

This text has shadow with #B9787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9787C on black background.


Color preview on white background

This text has color #B9787C on white background.



Black color preview on #B9787C background

This text has black color on #B9787C background.


White color preview on #B9787C background

This text has white color on #B9787C background.