COLOR #B1958D

HEX: #B1958D
RGB: (177,149,141)

Color info

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

RGB color model

#B1958D color RGB value is (177,149,141).

  • red value is 177;
  • green value is 149;
  • blue value is 141.
RGB:
(177,149,141)
(69%,58%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 141 of 255 = 55%

177
149
141

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

Portions of RGB colors in percentages

R + G + B =
177 + 149 + 141 = 467 (100%)
R 177 of 467 ~ 37.9%
G 149 of 467 ~ 31.91%
B 141 of 467 ~ 30.19%

%37.9
%31.91
%30.19

CMYK color model

#B1958D color CMYK value is (0,16,20,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK:
(0,16,20,31)
C0M16Y20K31 
(0%,16%,20%,31%)
(0.00/0.16/0.20/0.31)	

CMYK percentages

%0
%15.82
%20.34
%30.59

Codes

Color #B1958D in popluar color models

B1958D
RGB177149141
HSL13°18.75%62.35%
HSB/HSV13°20.34%69.41%
CMYK0.00%15.82%20.34%
30.59%

Color #B1958D in popluar number systems.

HEXB1958D
Decimal177149141
Binary101100011001010110001101
Octal261225215

Shades and tints

Shades of #B1958D

#B1958D
(177,149,141)
#A18881
(161,136,129)
#917B75
(145,123,117)
#816E69
(129,110,105)
#71615D
(113,97,93)
#615451
(97,84,81)
#514745
(81,71,69)
#413A39
(65,58,57)
#312D2D
(49,45,45)
#212021
(33,32,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #B1958D

#B1958D
(177,149,141)
#B89E97
(184,158,151)
#BFA7A1
(191,167,161)
#C6B0AB
(198,176,171)
#CDB9B5
(205,185,181)
#D4C2BF
(212,194,191)
#DBCBC9
(219,203,201)
#E2D4D3
(226,212,211)
#E9DDDD
(233,221,221)
#F0E6E7
(240,230,231)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1958D color. Also use rgb(177,149,141) instead hex code.

Text Font Color

.myTextColor { color: #B1958D; }

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

This text font color is #B1958D.


Background Color

.myBgColor { background-color: #B1958D; }

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

This div background color is #B1958D.


Border color

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

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

This div border color is #B1958D.


Opacity

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

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

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

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

This text has shadow with #B1958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1958D on black background.


Color preview on white background

This text has color #B1958D on white background.



Black color preview on #B1958D background

This text has black color on #B1958D background.


White color preview on #B1958D background

This text has white color on #B1958D background.