COLOR #B1977F

HEX: #B1977F
RGB: (177,151,127)

Color info

#B1977F contains red, green and blue colors in about the same proportion. Web safe color of #B1977F is #999966 (or #996).

RGB color model

#B1977F color RGB value is (177,151,127).

  • red value is 177;
  • green value is 151;
  • blue value is 127.
RGB:
(177,151,127)
(69%,59%,50%)

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 127 of 255 = 50%

177
151
127

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

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 127 = 455 (100%)
R 177 of 455 ~ 38.9%
G 151 of 455 ~ 33.19%
B 127 of 455 ~ 27.91%

%38.9
%33.19
%27.91

CMYK color model

#B1977F color CMYK value is (0,15,28,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(0,15,28,31)
C0M15Y28K31 
(0%,15%,28%,31%)
(0.00/0.15/0.28/0.31)	

CMYK percentages

%0
%14.69
%28.25
%30.59

Codes

Color #B1977F in popluar color models

B1977F
RGB177151127
HSL29°24.27%59.61%
HSB/HSV29°28.25%69.41%
CMYK0.00%14.69%28.25%
30.59%

Color #B1977F in popluar number systems.

HEXB1977F
Decimal177151127
Binary10110001100101111111111
Octal261227177

Shades and tints

Shades of #B1977F

#B1977F
(177,151,127)
#A18A74
(161,138,116)
#917D69
(145,125,105)
#81705E
(129,112,94)
#716353
(113,99,83)
#615648
(97,86,72)
#51493D
(81,73,61)
#413C32
(65,60,50)
#312F27
(49,47,39)
#21221C
(33,34,28)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B1977F

#B1977F
(177,151,127)
#B8A08A
(184,160,138)
#BFA995
(191,169,149)
#C6B2A0
(198,178,160)
#CDBBAB
(205,187,171)
#D4C4B6
(212,196,182)
#DBCDC1
(219,205,193)
#E2D6CC
(226,214,204)
#E9DFD7
(233,223,215)
#F0E8E2
(240,232,226)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1977F color. Also use rgb(177,151,127) instead hex code.

Text Font Color

.myTextColor { color: #B1977F; }

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

This text font color is #B1977F.


Background Color

.myBgColor { background-color: #B1977F; }

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

This div background color is #B1977F.


Border color

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

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

This div border color is #B1977F.


Opacity

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

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

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

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

This text has shadow with #B1977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1977F on black background.


Color preview on white background

This text has color #B1977F on white background.



Black color preview on #B1977F background

This text has black color on #B1977F background.


White color preview on #B1977F background

This text has white color on #B1977F background.