COLOR #B2857E

HEX: #B2857E RGB: (178,133,126)

Color info

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

RGB color model

#B2857E color RGB value is (178,133,126).

RGB: (178,133,126) (70%, 52%, 49%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 126 of 255 = 49%

178
133
126

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

Portions of RGB colors in percentages

R + G + B = 178 + 133 + 126 = 437 (100%)
R 178 of 437 ~ 40.73%
G 133 of 437 ~ 30.43%
B 126 of 437 ~ 28.83'%

%40.73
%30.43
%28.83

CMYK color model

#B2857E color CMYK value is (0,25,29,30).

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

CMYK: (0,25,29,30)
C0M25Y29K30 (0%, 25%, 29%, 30%)
(0.00 / 0.25 / 0.29 / 0.30)

CMYK percentages

%0
%25.28
%29.21
%30.2

Codes

Color #B2857E in popluar color models

B2 85 7E
RGB 178 133 126
HSL 25.24% 59.61%
HSB/HSV 29.21% 69.80%
CMYK 0.00% 25.28% 29.21%
30.20%

Color #B2857E in popluar number systems.

HEX B2 85 7E
Decimal 178 133 126
Binary 10110010 10000101 1111110
Octal 262 205 176

Shades and tints

Shades of #B2857E

#B2857E
(178,133,126)
#A27973
(162,121,115)
#926D68
(146,109,104)
#82615D
(130,97,93)
#725552
(114,85,82)
#624947
(98,73,71)
#523D3C
(82,61,60)
#423131
(66,49,49)
#322526
(50,37,38)
#22191B
(34,25,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #B2857E

#B2857E
(178,133,126)
#B99089
(185,144,137)
#C09B94
(192,155,148)
#C7A69F
(199,166,159)
#CEB1AA
(206,177,170)
#D5BCB5
(213,188,181)
#DCC7C0
(220,199,192)
#E3D2CB
(227,210,203)
#EADDD6
(234,221,214)
#F1E8E1
(241,232,225)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2857E; }

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

This text font color is #B2857E.

Background Color

.myBgColor { background-color: #B2857E; }

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

This div background color is #B2857E.

Border color

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

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

This div border color is #B2857E.

Opacity

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

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

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

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

This text has shadow with #B2857E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2857E.

Preview

Color preview on black background

This text has color #B2857E on black background.


Color preview on white background

This text has color #B2857E on white background.


Black color preview on #B2857E background

This text has black color on #B2857E background.


White color preview on #B2857E background

This text has white color on #B2857E background.


Related colors

Complementary color

Complementary color for #hex is #4D7A81.


I love getcolorcode.com

Triadic colors

1 #7EB285 and #857EB2 with #B2857E are triadic colors.

2 #7E85B2 and #85B27E with #B2857E are triadic colors.