COLOR #B1876D

HEX: #B1876D
RGB: (177,135,109)

Color info

#B1876D contains mainly red and green colors. Web safe color of #B1876D is #999966 (or #996).

RGB color model

#B1876D color RGB value is (177,135,109).

  • red value is 177;
  • green value is 135;
  • blue value is 109.
RGB:
(177,135,109)
(69%,53%,43%)

RGB channels and saturation

R 177 of 255 = 69%
G 135 of 255 = 53%
B 109 of 255 = 43%

177
135
109

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

Portions of RGB colors in percentages

R + G + B =
177 + 135 + 109 = 421 (100%)
R 177 of 421 ~ 42.04%
G 135 of 421 ~ 32.07%
B 109 of 421 ~ 25.89%

%42.04
%32.07
%25.89

CMYK color model

#B1876D color CMYK value is (0,24,38,31).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 38.42%
  • key color value is 30.59%
CMYK:
(0,24,38,31)
C0M24Y38K31 
(0%,24%,38%,31%)
(0.00/0.24/0.38/0.31)	

CMYK percentages

%0
%23.73
%38.42
%30.59

Codes

Color #B1876D in popluar color models

B1876D
RGB177135109
HSL23°30.36%56.08%
HSB/HSV23°38.42%69.41%
CMYK0.00%23.73%38.42%
30.59%

Color #B1876D in popluar number systems.

HEXB1876D
Decimal177135109
Binary10110001100001111101101
Octal261207155

Shades and tints

Shades of #B1876D

#B1876D
(177,135,109)
#A17B64
(161,123,100)
#916F5B
(145,111,91)
#816352
(129,99,82)
#715749
(113,87,73)
#614B40
(97,75,64)
#513F37
(81,63,55)
#41332E
(65,51,46)
#312725
(49,39,37)
#211B1C
(33,27,28)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #B1876D

#B1876D
(177,135,109)
#B8917A
(184,145,122)
#BF9B87
(191,155,135)
#C6A594
(198,165,148)
#CDAFA1
(205,175,161)
#D4B9AE
(212,185,174)
#DBC3BB
(219,195,187)
#E2CDC8
(226,205,200)
#E9D7D5
(233,215,213)
#F0E1E2
(240,225,226)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1876D color. Also use rgb(177,135,109) instead hex code.

Text Font Color

.myTextColor { color: #B1876D; }

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

This text font color is #B1876D.


Background Color

.myBgColor { background-color: #B1876D; }

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

This div background color is #B1876D.


Border color

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

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

This div border color is #B1876D.


Opacity

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

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

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

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

This text has shadow with #B1876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1876D on black background.


Color preview on white background

This text has color #B1876D on white background.



Black color preview on #B1876D background

This text has black color on #B1876D background.


White color preview on #B1876D background

This text has white color on #B1876D background.