COLOR #B1857B

HEX: #B1857B
RGB: (177,133,123)

Color info

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

RGB color model

#B1857B color RGB value is (177,133,123).

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

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 123 of 255 = 48%

177
133
123

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

Portions of RGB colors in percentages

R + G + B =
177 + 133 + 123 = 433 (100%)
R 177 of 433 ~ 40.88%
G 133 of 433 ~ 30.72%
B 123 of 433 ~ 28.41%

%40.88
%30.72
%28.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 30.51%
  • key color value is 30.59%
CMYK:
(0,25,31,31)
C0M25Y31K31 
(0%,25%,31%,31%)
(0.00/0.25/0.31/0.31)	

CMYK percentages

%0
%24.86
%30.51
%30.59

Codes

Color #B1857B in popluar color models

B1857B
RGB177133123
HSL11°25.71%58.82%
HSB/HSV11°30.51%69.41%
CMYK0.00%24.86%30.51%
30.59%

Color #B1857B in popluar number systems.

HEXB1857B
Decimal177133123
Binary10110001100001011111011
Octal261205173

Shades and tints

Shades of #B1857B

#B1857B
(177,133,123)
#A17970
(161,121,112)
#916D65
(145,109,101)
#81615A
(129,97,90)
#71554F
(113,85,79)
#614944
(97,73,68)
#513D39
(81,61,57)
#41312E
(65,49,46)
#312523
(49,37,35)
#211918
(33,25,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #B1857B

#B1857B
(177,133,123)
#B89087
(184,144,135)
#BF9B93
(191,155,147)
#C6A69F
(198,166,159)
#CDB1AB
(205,177,171)
#D4BCB7
(212,188,183)
#DBC7C3
(219,199,195)
#E2D2CF
(226,210,207)
#E9DDDB
(233,221,219)
#F0E8E7
(240,232,231)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1857B; }

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

This text font color is #B1857B.


Background Color

.myBgColor { background-color: #B1857B; }

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

This div background color is #B1857B.


Border color

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

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

This div border color is #B1857B.


Opacity

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

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

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

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

This text has shadow with #B1857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1857B on black background.


Color preview on white background

This text has color #B1857B on white background.



Black color preview on #B1857B background

This text has black color on #B1857B background.


White color preview on #B1857B background

This text has white color on #B1857B background.