COLOR #B1776D

HEX: #B1776D
RGB: (177,119,109)

Color info

#B1776D contains mainly red and green colors. Web safe color of #B1776D is #996666 (or #966).

RGB color model

#B1776D color RGB value is (177,119,109).

  • red value is 177;
  • green value is 119;
  • blue value is 109.
RGB:
(177,119,109)
(69%,47%,43%)

RGB channels and saturation

R 177 of 255 = 69%
G 119 of 255 = 47%
B 109 of 255 = 43%

177
119
109

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

Portions of RGB colors in percentages

R + G + B =
177 + 119 + 109 = 405 (100%)
R 177 of 405 ~ 43.7%
G 119 of 405 ~ 29.38%
B 109 of 405 ~ 26.91%

%43.7
%29.38
%26.91

CMYK color model

#B1776D color CMYK value is (0,33,38,31).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 38.42%
  • key color value is 30.59%
CMYK:
(0,33,38,31)
C0M33Y38K31 
(0%,33%,38%,31%)
(0.00/0.33/0.38/0.31)	

CMYK percentages

%0
%32.77
%38.42
%30.59

Codes

Color #B1776D in popluar color models

B1776D
RGB177119109
HSL30.36%56.08%
HSB/HSV38.42%69.41%
CMYK0.00%32.77%38.42%
30.59%

Color #B1776D in popluar number systems.

HEXB1776D
Decimal177119109
Binary1011000111101111101101
Octal261167155

Shades and tints

Shades of #B1776D

#B1776D
(177,119,109)
#A16D64
(161,109,100)
#91635B
(145,99,91)
#815952
(129,89,82)
#714F49
(113,79,73)
#614540
(97,69,64)
#513B37
(81,59,55)
#41312E
(65,49,46)
#312725
(49,39,37)
#211D1C
(33,29,28)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B1776D

#B1776D
(177,119,109)
#B8837A
(184,131,122)
#BF8F87
(191,143,135)
#C69B94
(198,155,148)
#CDA7A1
(205,167,161)
#D4B3AE
(212,179,174)
#DBBFBB
(219,191,187)
#E2CBC8
(226,203,200)
#E9D7D5
(233,215,213)
#F0E3E2
(240,227,226)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1776D color. Also use rgb(177,119,109) instead hex code.

Text Font Color

.myTextColor { color: #B1776D; }

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

This text font color is #B1776D.


Background Color

.myBgColor { background-color: #B1776D; }

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

This div background color is #B1776D.


Border color

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

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

This div border color is #B1776D.


Opacity

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

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

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

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

This text has shadow with #B1776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1776D on black background.


Color preview on white background

This text has color #B1776D on white background.



Black color preview on #B1776D background

This text has black color on #B1776D background.


White color preview on #B1776D background

This text has white color on #B1776D background.