COLOR #B9777E

HEX: #B9777E
RGB: (185,119,126)

Color info

#B9777E contains mainly red and blue colors. Web safe color of #B9777E is #CC6666 (or #C66).

RGB color model

#B9777E color RGB value is (185,119,126).

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

RGB channels and saturation

R 185 of 255 = 73%
G 119 of 255 = 47%
B 126 of 255 = 49%

185
119
126

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

Portions of RGB colors in percentages

R + G + B =
185 + 119 + 126 = 430 (100%)
R 185 of 430 ~ 43.02%
G 119 of 430 ~ 27.67%
B 126 of 430 ~ 29.3%

%43.02
%27.67
%29.3

CMYK color model

#B9777E color CMYK value is (0,36,32,27).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 31.89%
  • key color value is 27.45%
CMYK:
(0,36,32,27)
C0M36Y32K27 
(0%,36%,32%,27%)
(0.00/0.36/0.32/0.27)	

CMYK percentages

%0
%35.68
%31.89
%27.45

Codes

Color #B9777E in popluar color models

B9777E
RGB185119126
HSL354°32.04%59.61%
HSB/HSV354°35.68%72.55%
CMYK0.00%35.68%31.89%
27.45%

Color #B9777E in popluar number systems.

HEXB9777E
Decimal185119126
Binary1011100111101111111110
Octal271167176

Shades and tints

Shades of #B9777E

#B9777E
(185,119,126)
#A96D73
(169,109,115)
#996368
(153,99,104)
#89595D
(137,89,93)
#794F52
(121,79,82)
#694547
(105,69,71)
#593B3C
(89,59,60)
#493131
(73,49,49)
#392726
(57,39,38)
#291D1B
(41,29,27)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #B9777E

#B9777E
(185,119,126)
#BF8389
(191,131,137)
#C58F94
(197,143,148)
#CB9B9F
(203,155,159)
#D1A7AA
(209,167,170)
#D7B3B5
(215,179,181)
#DDBFC0
(221,191,192)
#E3CBCB
(227,203,203)
#E9D7D6
(233,215,214)
#EFE3E1
(239,227,225)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9777E color. Also use rgb(185,119,126) instead hex code.

Text Font Color

.myTextColor { color: #B9777E; }

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

This text font color is #B9777E.


Background Color

.myBgColor { background-color: #B9777E; }

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

This div background color is #B9777E.


Border color

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

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

This div border color is #B9777E.


Opacity

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

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

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

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

This text has shadow with #B9777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9777E on black background.


Color preview on white background

This text has color #B9777E on white background.



Black color preview on #B9777E background

This text has black color on #B9777E background.


White color preview on #B9777E background

This text has white color on #B9777E background.