COLOR #B1828B

HEX: #B1828B
RGB: (177,130,139)

Color info

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

RGB color model

#B1828B color RGB value is (177,130,139).

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

RGB channels and saturation

R 177 of 255 = 69%
G 130 of 255 = 51%
B 139 of 255 = 55%

177
130
139

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

Portions of RGB colors in percentages

R + G + B =
177 + 130 + 139 = 446 (100%)
R 177 of 446 ~ 39.69%
G 130 of 446 ~ 29.15%
B 139 of 446 ~ 31.17%

%39.69
%29.15
%31.17

CMYK color model

#B1828B color CMYK value is (0,27,21,31).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(0,27,21,31)
C0M27Y21K31 
(0%,27%,21%,31%)
(0.00/0.27/0.21/0.31)	

CMYK percentages

%0
%26.55
%21.47
%30.59

Codes

Color #B1828B in popluar color models

B1828B
RGB177130139
HSL349°23.15%60.20%
HSB/HSV349°26.55%69.41%
CMYK0.00%26.55%21.47%
30.59%

Color #B1828B in popluar number systems.

HEXB1828B
Decimal177130139
Binary101100011000001010001011
Octal261202213

Shades and tints

Shades of #B1828B

#B1828B
(177,130,139)
#A1777F
(161,119,127)
#916C73
(145,108,115)
#816167
(129,97,103)
#71565B
(113,86,91)
#614B4F
(97,75,79)
#514043
(81,64,67)
#413537
(65,53,55)
#312A2B
(49,42,43)
#211F1F
(33,31,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B1828B

#B1828B
(177,130,139)
#B88D95
(184,141,149)
#BF989F
(191,152,159)
#C6A3A9
(198,163,169)
#CDAEB3
(205,174,179)
#D4B9BD
(212,185,189)
#DBC4C7
(219,196,199)
#E2CFD1
(226,207,209)
#E9DADB
(233,218,219)
#F0E5E5
(240,229,229)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1828B; }

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

This text font color is #B1828B.


Background Color

.myBgColor { background-color: #B1828B; }

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

This div background color is #B1828B.


Border color

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

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

This div border color is #B1828B.


Opacity

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

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

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

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

This text has shadow with #B1828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1828B on black background.


Color preview on white background

This text has color #B1828B on white background.



Black color preview on #B1828B background

This text has black color on #B1828B background.


White color preview on #B1828B background

This text has white color on #B1828B background.