COLOR #B1857F

HEX: #B1857F
RGB: (177,133,127)

Color info

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

RGB color model

#B1857F color RGB value is (177,133,127).

  • red value is 177;
  • green value is 133;
  • blue value is 127.
RGB:
(177,133,127)
(69%,52%,50%)

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 127 of 255 = 50%

177
133
127

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

Portions of RGB colors in percentages

R + G + B =
177 + 133 + 127 = 437 (100%)
R 177 of 437 ~ 40.5%
G 133 of 437 ~ 30.43%
B 127 of 437 ~ 29.06%

%40.5
%30.43
%29.06

CMYK color model

#B1857F color CMYK value is (0,25,28,31).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(0,25,28,31)
C0M25Y28K31 
(0%,25%,28%,31%)
(0.00/0.25/0.28/0.31)	

CMYK percentages

%0
%24.86
%28.25
%30.59

Codes

Color #B1857F in popluar color models

B1857F
RGB177133127
HSL24.27%59.61%
HSB/HSV28.25%69.41%
CMYK0.00%24.86%28.25%
30.59%

Color #B1857F in popluar number systems.

HEXB1857F
Decimal177133127
Binary10110001100001011111111
Octal261205177

Shades and tints

Shades of #B1857F

#B1857F
(177,133,127)
#A17974
(161,121,116)
#916D69
(145,109,105)
#81615E
(129,97,94)
#715553
(113,85,83)
#614948
(97,73,72)
#513D3D
(81,61,61)
#413132
(65,49,50)
#312527
(49,37,39)
#21191C
(33,25,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #B1857F

#B1857F
(177,133,127)
#B8908A
(184,144,138)
#BF9B95
(191,155,149)
#C6A6A0
(198,166,160)
#CDB1AB
(205,177,171)
#D4BCB6
(212,188,182)
#DBC7C1
(219,199,193)
#E2D2CC
(226,210,204)
#E9DDD7
(233,221,215)
#F0E8E2
(240,232,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1857F color. Also use rgb(177,133,127) instead hex code.

Text Font Color

.myTextColor { color: #B1857F; }

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

This text font color is #B1857F.


Background Color

.myBgColor { background-color: #B1857F; }

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

This div background color is #B1857F.


Border color

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

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

This div border color is #B1857F.


Opacity

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

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

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

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

This text has shadow with #B1857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1857F on black background.


Color preview on white background

This text has color #B1857F on white background.



Black color preview on #B1857F background

This text has black color on #B1857F background.


White color preview on #B1857F background

This text has white color on #B1857F background.