COLOR #B1978B

HEX: #B1978B RGB: (177,151,139)

Color info

#B1978B contains red, green and blue colors in about the same proportion. Web safe color of #B1978B is #999999 (or #999).

RGB color model

#B1978B color RGB value is (177,151,139).

RGB: (177,151,139) (69%, 59%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 139 of 255 = 55%

177
151
139

R + G + B ~ 61%. #B1978B is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 151 + 139 = 467 (100%)
R 177 of 467 ~ 37.9%
G 151 of 467 ~ 32.33%
B 139 of 467 ~ 29.76'%

%37.9
%32.33
%29.76

CMYK color model

#B1978B color CMYK value is (0,15,21,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 21.47%
  • key color value is 30.59%

CMYK: (0,15,21,31)
C0M15Y21K31 (0%, 15%, 21%, 31%)
(0.00 / 0.15 / 0.21 / 0.31)

CMYK percentages

%0
%14.69
%21.47
%30.59

Codes

Color #B1978B in popluar color models

B1 97 8B
RGB 177 151 139
HSL 19° 19.59% 61.96%
HSB/HSV 19° 21.47% 69.41%
CMYK 0.00% 14.69% 21.47%
30.59%

Color #B1978B in popluar number systems.

HEX B1 97 8B
Decimal 177 151 139
Binary 10110001 10010111 10001011
Octal 261 227 213

Shades and tints

Shades of #B1978B

#B1978B
(177,151,139)
#A18A7F
(161,138,127)
#917D73
(145,125,115)
#817067
(129,112,103)
#71635B
(113,99,91)
#61564F
(97,86,79)
#514943
(81,73,67)
#413C37
(65,60,55)
#312F2B
(49,47,43)
#21221F
(33,34,31)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1978B

#B1978B
(177,151,139)
#B8A095
(184,160,149)
#BFA99F
(191,169,159)
#C6B2A9
(198,178,169)
#CDBBB3
(205,187,179)
#D4C4BD
(212,196,189)
#DBCDC7
(219,205,199)
#E2D6D1
(226,214,209)
#E9DFDB
(233,223,219)
#F0E8E5
(240,232,229)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1978B; }

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

This text font color is #B1978B.

Background Color

.myBgColor { background-color: #B1978B; }

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

This div background color is #B1978B.

Border color

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

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

This div border color is #B1978B.

Opacity

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

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

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

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

This text has shadow with #B1978B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1978B.

Preview

Color preview on black background

This text has color #B1978B on black background.


Color preview on white background

This text has color #B1978B on white background.


Black color preview on #B1978B background

This text has black color on #B1978B background.


White color preview on #B1978B background

This text has white color on #B1978B background.


Related colors

Complementary color

Complementary color for #hex is #4E6874.


I love getcolorcode.com

Triadic colors

1 #8BB197 and #978BB1 with #B1978B are triadic colors.

2 #8B97B1 and #97B18B with #B1978B are triadic colors.