COLOR #B3857E

HEX: #B3857E
RGB: (179,133,126)

Color info

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

RGB color model

#B3857E color RGB value is (179,133,126).

  • red value is 179;
  • green value is 133;
  • blue value is 126.
RGB:
(179,133,126)
(70%,52%,49%)

RGB channels and saturation

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

179
133
126

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

Portions of RGB colors in percentages

R + G + B =
179 + 133 + 126 = 438 (100%)
R 179 of 438 ~ 40.87%
G 133 of 438 ~ 30.37%
B 126 of 438 ~ 28.77%

%40.87
%30.37
%28.77

CMYK color model

#B3857E color CMYK value is (0,26,30,30).

  • cyan value is 0.00%
  • magenta value is 25.70%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(0,26,30,30)
C0M26Y30K30 
(0%,26%,30%,30%)
(0.00/0.26/0.30/0.30)	

CMYK percentages

%0
%25.7
%29.61
%29.8

Codes

Color #B3857E in popluar color models

B3857E
RGB179133126
HSL25.85%59.80%
HSB/HSV29.61%70.20%
CMYK0.00%25.70%29.61%
29.80%

Color #B3857E in popluar number systems.

HEXB3857E
Decimal179133126
Binary10110011100001011111110
Octal263205176

Shades and tints

Shades of #B3857E

#B3857E
(179,133,126)
#A37973
(163,121,115)
#936D68
(147,109,104)
#83615D
(131,97,93)
#735552
(115,85,82)
#634947
(99,73,71)
#533D3C
(83,61,60)
#433131
(67,49,49)
#332526
(51,37,38)
#23191B
(35,25,27)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #B3857E

#B3857E
(179,133,126)
#B99089
(185,144,137)
#BF9B94
(191,155,148)
#C5A69F
(197,166,159)
#CBB1AA
(203,177,170)
#D1BCB5
(209,188,181)
#D7C7C0
(215,199,192)
#DDD2CB
(221,210,203)
#E3DDD6
(227,221,214)
#E9E8E1
(233,232,225)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3857E; }

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

This text font color is #B3857E.


Background Color

.myBgColor { background-color: #B3857E; }

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

This div background color is #B3857E.


Border color

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

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

This div border color is #B3857E.


Opacity

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

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

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

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

This text has shadow with #B3857E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3857E on black background.


Color preview on white background

This text has color #B3857E on white background.



Black color preview on #B3857E background

This text has black color on #B3857E background.


White color preview on #B3857E background

This text has white color on #B3857E background.