COLOR #B1838D

HEX: #B1838D
RGB: (177,131,141)

Color info

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

RGB color model

#B1838D color RGB value is (177,131,141).

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

RGB channels and saturation

R 177 of 255 = 69%
G 131 of 255 = 51%
B 141 of 255 = 55%

177
131
141

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

Portions of RGB colors in percentages

R + G + B =
177 + 131 + 141 = 449 (100%)
R 177 of 449 ~ 39.42%
G 131 of 449 ~ 29.18%
B 141 of 449 ~ 31.4%

%39.42
%29.18
%31.4

CMYK color model

#B1838D color CMYK value is (0,26,20,31).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK:
(0,26,20,31)
C0M26Y20K31 
(0%,26%,20%,31%)
(0.00/0.26/0.20/0.31)	

CMYK percentages

%0
%25.99
%20.34
%30.59

Codes

Color #B1838D in popluar color models

B1838D
RGB177131141
HSL347°22.77%60.39%
HSB/HSV347°25.99%69.41%
CMYK0.00%25.99%20.34%
30.59%

Color #B1838D in popluar number systems.

HEXB1838D
Decimal177131141
Binary101100011000001110001101
Octal261203215

Shades and tints

Shades of #B1838D

#B1838D
(177,131,141)
#A17881
(161,120,129)
#916D75
(145,109,117)
#816269
(129,98,105)
#71575D
(113,87,93)
#614C51
(97,76,81)
#514145
(81,65,69)
#413639
(65,54,57)
#312B2D
(49,43,45)
#212021
(33,32,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1838D

#B1838D
(177,131,141)
#B88E97
(184,142,151)
#BF99A1
(191,153,161)
#C6A4AB
(198,164,171)
#CDAFB5
(205,175,181)
#D4BABF
(212,186,191)
#DBC5C9
(219,197,201)
#E2D0D3
(226,208,211)
#E9DBDD
(233,219,221)
#F0E6E7
(240,230,231)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1838D; }

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

This text font color is #B1838D.


Background Color

.myBgColor { background-color: #B1838D; }

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

This div background color is #B1838D.


Border color

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

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

This div border color is #B1838D.


Opacity

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

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

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

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

This text has shadow with #B1838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1838D on black background.


Color preview on white background

This text has color #B1838D on white background.



Black color preview on #B1838D background

This text has black color on #B1838D background.


White color preview on #B1838D background

This text has white color on #B1838D background.