COLOR #B2877E

HEX: #B2877E RGB: (178,135,126)

Color info

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

RGB color model

#B2877E color RGB value is (178,135,126).

RGB: (178,135,126) (70%, 53%, 49%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 126 of 255 = 49%

178
135
126

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

Portions of RGB colors in percentages

R + G + B = 178 + 135 + 126 = 439 (100%)
R 178 of 439 ~ 40.55%
G 135 of 439 ~ 30.75%
B 126 of 439 ~ 28.7'%

%40.55
%30.75
%28.7

CMYK color model

#B2877E color CMYK value is (0,24,29,30).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 29.21%
  • key color value is 30.20%

CMYK: (0,24,29,30)
C0M24Y29K30 (0%, 24%, 29%, 30%)
(0.00 / 0.24 / 0.29 / 0.30)

CMYK percentages

%0
%24.16
%29.21
%30.2

Codes

Color #B2877E in popluar color models

B2 87 7E
RGB 178 135 126
HSL 10° 25.24% 59.61%
HSB/HSV 10° 29.21% 69.80%
CMYK 0.00% 24.16% 29.21%
30.20%

Color #B2877E in popluar number systems.

HEX B2 87 7E
Decimal 178 135 126
Binary 10110010 10000111 1111110
Octal 262 207 176

Shades and tints

Shades of #B2877E

#B2877E
(178,135,126)
#A27B73
(162,123,115)
#926F68
(146,111,104)
#82635D
(130,99,93)
#725752
(114,87,82)
#624B47
(98,75,71)
#523F3C
(82,63,60)
#423331
(66,51,49)
#322726
(50,39,38)
#221B1B
(34,27,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #B2877E

#B2877E
(178,135,126)
#B99189
(185,145,137)
#C09B94
(192,155,148)
#C7A59F
(199,165,159)
#CEAFAA
(206,175,170)
#D5B9B5
(213,185,181)
#DCC3C0
(220,195,192)
#E3CDCB
(227,205,203)
#EAD7D6
(234,215,214)
#F1E1E1
(241,225,225)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2877E color. Also use rgb(178,135,126) instead hex code.

Text Font Color

.myTextColor { color: #B2877E; }

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

This text font color is #B2877E.

Background Color

.myBgColor { background-color: #B2877E; }

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

This div background color is #B2877E.

Border color

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

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

This div border color is #B2877E.

Opacity

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

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

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

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

This text has shadow with #B2877E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2877E.

Preview

Color preview on black background

This text has color #B2877E on black background.


Color preview on white background

This text has color #B2877E on white background.


Black color preview on #B2877E background

This text has black color on #B2877E background.


White color preview on #B2877E background

This text has white color on #B2877E background.


Related colors

Complementary color

Complementary color for #hex is #4D7881.


I love getcolorcode.com

Triadic colors

1 #7EB287 and #877EB2 with #B2877E are triadic colors.

2 #7E87B2 and #87B27E with #B2877E are triadic colors.