COLOR #B1806E

HEX: #B1806E
RGB: (177,128,110)

Color info

#B1806E contains mainly red and green colors. Web safe color of #B1806E is #996666 (or #966).

RGB color model

#B1806E color RGB value is (177,128,110).

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

RGB channels and saturation

R 177 of 255 = 69%
G 128 of 255 = 50%
B 110 of 255 = 43%

177
128
110

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

Portions of RGB colors in percentages

R + G + B =
177 + 128 + 110 = 415 (100%)
R 177 of 415 ~ 42.65%
G 128 of 415 ~ 30.84%
B 110 of 415 ~ 26.51%

%42.65
%30.84
%26.51

CMYK color model

#B1806E color CMYK value is (0,28,38,31).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 37.85%
  • key color value is 30.59%
CMYK:
(0,28,38,31)
C0M28Y38K31 
(0%,28%,38%,31%)
(0.00/0.28/0.38/0.31)	

CMYK percentages

%0
%27.68
%37.85
%30.59

Codes

Color #B1806E in popluar color models

B1806E
RGB177128110
HSL16°30.04%56.27%
HSB/HSV16°37.85%69.41%
CMYK0.00%27.68%37.85%
30.59%

Color #B1806E in popluar number systems.

HEXB1806E
Decimal177128110
Binary10110001100000001101110
Octal261200156

Shades and tints

Shades of #B1806E

#B1806E
(177,128,110)
#A17564
(161,117,100)
#916A5A
(145,106,90)
#815F50
(129,95,80)
#715446
(113,84,70)
#61493C
(97,73,60)
#513E32
(81,62,50)
#413328
(65,51,40)
#31281E
(49,40,30)
#211D14
(33,29,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #B1806E

#B1806E
(177,128,110)
#B88B7B
(184,139,123)
#BF9688
(191,150,136)
#C6A195
(198,161,149)
#CDACA2
(205,172,162)
#D4B7AF
(212,183,175)
#DBC2BC
(219,194,188)
#E2CDC9
(226,205,201)
#E9D8D6
(233,216,214)
#F0E3E3
(240,227,227)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1806E; }

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

This text font color is #B1806E.


Background Color

.myBgColor { background-color: #B1806E; }

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

This div background color is #B1806E.


Border color

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

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

This div border color is #B1806E.


Opacity

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

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

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

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

This text has shadow with #B1806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1806E on black background.


Color preview on white background

This text has color #B1806E on white background.



Black color preview on #B1806E background

This text has black color on #B1806E background.


White color preview on #B1806E background

This text has white color on #B1806E background.