COLOR #B1847E

HEX: #B1847E RGB: (177,132,126)

Color info

#B1847E contains red, green and blue colors in about the same proportion. Web safe color of #B1847E is #999966 (or #996).

RGB color model

#B1847E color RGB value is (177,132,126).

RGB: (177,132,126) (69%, 52%, 49%)

RGB channels and saturation

R 177 of 255 = 69%
G 132 of 255 = 52%
B 126 of 255 = 49%

177
132
126

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

Portions of RGB colors in percentages

R + G + B = 177 + 132 + 126 = 435 (100%)
R 177 of 435 ~ 40.69%
G 132 of 435 ~ 30.34%
B 126 of 435 ~ 28.97'%

%40.69
%30.34
%28.97

CMYK color model

#B1847E color CMYK value is (0,25,29,31).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 28.81%
  • key color value is 30.59%

CMYK: (0,25,29,31)
C0M25Y29K31 (0%, 25%, 29%, 31%)
(0.00 / 0.25 / 0.29 / 0.31)

CMYK percentages

%0
%25.42
%28.81
%30.59

Codes

Color #B1847E in popluar color models

B1 84 7E
RGB 177 132 126
HSL 24.64% 59.41%
HSB/HSV 28.81% 69.41%
CMYK 0.00% 25.42% 28.81%
30.59%

Color #B1847E in popluar number systems.

HEX B1 84 7E
Decimal 177 132 126
Binary 10110001 10000100 1111110
Octal 261 204 176

Shades and tints

Shades of #B1847E

#B1847E
(177,132,126)
#A17873
(161,120,115)
#916C68
(145,108,104)
#81605D
(129,96,93)
#715452
(113,84,82)
#614847
(97,72,71)
#513C3C
(81,60,60)
#413031
(65,48,49)
#312426
(49,36,38)
#21181B
(33,24,27)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #B1847E

#B1847E
(177,132,126)
#B88F89
(184,143,137)
#BF9A94
(191,154,148)
#C6A59F
(198,165,159)
#CDB0AA
(205,176,170)
#D4BBB5
(212,187,181)
#DBC6C0
(219,198,192)
#E2D1CB
(226,209,203)
#E9DCD6
(233,220,214)
#F0E7E1
(240,231,225)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1847E color. Also use rgb(177,132,126) instead hex code.

Text Font Color

.myTextColor { color: #B1847E; }

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

This text font color is #B1847E.

Background Color

.myBgColor { background-color: #B1847E; }

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

This div background color is #B1847E.

Border color

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

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

This div border color is #B1847E.

Opacity

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

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

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

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

This text has shadow with #B1847E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1847E.

Preview

Color preview on black background

This text has color #B1847E on black background.


Color preview on white background

This text has color #B1847E on white background.


Black color preview on #B1847E background

This text has black color on #B1847E background.


White color preview on #B1847E background

This text has white color on #B1847E background.


Related colors

Complementary color

Complementary color for #hex is #4E7B81.


I love getcolorcode.com

Triadic colors

1 #7EB184 and #847EB1 with #B1847E are triadic colors.

2 #7E84B1 and #84B17E with #B1847E are triadic colors.