COLOR #B1828C

HEX: #B1828C RGB: (177,130,140)

Color info

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

RGB color model

#B1828C color RGB value is (177,130,140).

RGB: (177,130,140) (69%, 51%, 55%)

RGB channels and saturation

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

177
130
140

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

Portions of RGB colors in percentages

R + G + B = 177 + 130 + 140 = 447 (100%)
R 177 of 447 ~ 39.6%
G 130 of 447 ~ 29.08%
B 140 of 447 ~ 31.32'%

%39.6
%29.08
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 20.90%
  • 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
%20.9
%30.59

Codes

Color #B1828C in popluar color models

B1 82 8C
RGB 177 130 140
HSL 347° 23.15% 60.20%
HSB/HSV 347° 26.55% 69.41%
CMYK 0.00% 26.55% 20.90%
30.59%

Color #B1828C in popluar number systems.

HEX B1 82 8C
Decimal 177 130 140
Binary 10110001 10000010 10001100
Octal 261 202 214

Shades and tints

Shades of #B1828C

#B1828C
(177,130,140)
#A17780
(161,119,128)
#916C74
(145,108,116)
#816168
(129,97,104)
#71565C
(113,86,92)
#614B50
(97,75,80)
#514044
(81,64,68)
#413538
(65,53,56)
#312A2C
(49,42,44)
#211F20
(33,31,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B1828C

#B1828C
(177,130,140)
#B88D96
(184,141,150)
#BF98A0
(191,152,160)
#C6A3AA
(198,163,170)
#CDAEB4
(205,174,180)
#D4B9BE
(212,185,190)
#DBC4C8
(219,196,200)
#E2CFD2
(226,207,210)
#E9DADC
(233,218,220)
#F0E5E6
(240,229,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1828C; }

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

This text font color is #B1828C.

Background Color

.myBgColor { background-color: #B1828C; }

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

This div background color is #B1828C.

Border color

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

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

This div border color is #B1828C.

Opacity

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

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

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

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

This text has shadow with #B1828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1828C.

Preview

Color preview on black background

This text has color #B1828C on black background.


Color preview on white background

This text has color #B1828C on white background.


Black color preview on #B1828C background

This text has black color on #B1828C background.


White color preview on #B1828C background

This text has white color on #B1828C background.


Related colors

Complementary color

Complementary color for #hex is #4E7D73.


I love getcolorcode.com

Triadic colors

1 #8CB182 and #828CB1 with #B1828C are triadic colors.

2 #8C82B1 and #82B18C with #B1828C are triadic colors.