COLOR #B1836E

HEX: #B1836E
RGB: (177,131,110)

Color info

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

RGB color model

#B1836E color RGB value is (177,131,110).

  • red value is 177;
  • green value is 131;
  • blue value is 110.
RGB:
(177,131,110)
(69%,51%,43%)

RGB channels and saturation

R 177 of 255 = 69%
G 131 of 255 = 51%
B 110 of 255 = 43%

177
131
110

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

Portions of RGB colors in percentages

R + G + B =
177 + 131 + 110 = 418 (100%)
R 177 of 418 ~ 42.34%
G 131 of 418 ~ 31.34%
B 110 of 418 ~ 26.32%

%42.34
%31.34
%26.32

CMYK color model

#B1836E color CMYK value is (0,26,38,31).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 37.85%
  • key color value is 30.59%
CMYK:
(0,26,38,31)
C0M26Y38K31 
(0%,26%,38%,31%)
(0.00/0.26/0.38/0.31)	

CMYK percentages

%0
%25.99
%37.85
%30.59

Codes

Color #B1836E in popluar color models

B1836E
RGB177131110
HSL19°30.04%56.27%
HSB/HSV19°37.85%69.41%
CMYK0.00%25.99%37.85%
30.59%

Color #B1836E in popluar number systems.

HEXB1836E
Decimal177131110
Binary10110001100000111101110
Octal261203156

Shades and tints

Shades of #B1836E

#B1836E
(177,131,110)
#A17864
(161,120,100)
#916D5A
(145,109,90)
#816250
(129,98,80)
#715746
(113,87,70)
#614C3C
(97,76,60)
#514132
(81,65,50)
#413628
(65,54,40)
#312B1E
(49,43,30)
#212014
(33,32,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #B1836E

#B1836E
(177,131,110)
#B88E7B
(184,142,123)
#BF9988
(191,153,136)
#C6A495
(198,164,149)
#CDAFA2
(205,175,162)
#D4BAAF
(212,186,175)
#DBC5BC
(219,197,188)
#E2D0C9
(226,208,201)
#E9DBD6
(233,219,214)
#F0E6E3
(240,230,227)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1836E color. Also use rgb(177,131,110) instead hex code.

Text Font Color

.myTextColor { color: #B1836E; }

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

This text font color is #B1836E.


Background Color

.myBgColor { background-color: #B1836E; }

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

This div background color is #B1836E.


Border color

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

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

This div border color is #B1836E.


Opacity

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

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

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

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

This text has shadow with #B1836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1836E on black background.


Color preview on white background

This text has color #B1836E on white background.



Black color preview on #B1836E background

This text has black color on #B1836E background.


White color preview on #B1836E background

This text has white color on #B1836E background.