COLOR #B1706E

HEX: #B1706E RGB: (177,112,110)

Color info

#B1706E contains mainly red color. Web safe color of #B1706E is #996666 (or #966).

RGB color model

#B1706E color RGB value is (177,112,110).

RGB: (177,112,110) (69%, 44%, 43%)

RGB channels and saturation

R 177 of 255 = 69%
G 112 of 255 = 44%
B 110 of 255 = 43%

177
112
110

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

Portions of RGB colors in percentages

R + G + B = 177 + 112 + 110 = 399 (100%)
R 177 of 399 ~ 44.36%
G 112 of 399 ~ 28.07%
B 110 of 399 ~ 27.57'%

%44.36
%28.07
%27.57

CMYK color model

#B1706E color CMYK value is (0,37,38,31).

  • cyan value is 0.00%
  • magenta value is 36.72%
  • yellow value is 37.85%
  • key color value is 30.59%

CMYK: (0,37,38,31)
C0M37Y38K31 (0%, 37%, 38%, 31%)
(0.00 / 0.37 / 0.38 / 0.31)

CMYK percentages

%0
%36.72
%37.85
%30.59

Codes

Color #B1706E in popluar color models

B1 70 6E
RGB 177 112 110
HSL 30.04% 56.27%
HSB/HSV 37.85% 69.41%
CMYK 0.00% 36.72% 37.85%
30.59%

Color #B1706E in popluar number systems.

HEX B1 70 6E
Decimal 177 112 110
Binary 10110001 1110000 1101110
Octal 261 160 156

Shades and tints

Shades of #B1706E

#B1706E
(177,112,110)
#A16664
(161,102,100)
#915C5A
(145,92,90)
#815250
(129,82,80)
#714846
(113,72,70)
#613E3C
(97,62,60)
#513432
(81,52,50)
#412A28
(65,42,40)
#31201E
(49,32,30)
#211614
(33,22,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #B1706E

#B1706E
(177,112,110)
#B87D7B
(184,125,123)
#BF8A88
(191,138,136)
#C69795
(198,151,149)
#CDA4A2
(205,164,162)
#D4B1AF
(212,177,175)
#DBBEBC
(219,190,188)
#E2CBC9
(226,203,201)
#E9D8D6
(233,216,214)
#F0E5E3
(240,229,227)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1706E; }

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

This text font color is #B1706E.

Background Color

.myBgColor { background-color: #B1706E; }

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

This div background color is #B1706E.

Border color

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

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

This div border color is #B1706E.

Opacity

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

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

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

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

This text has shadow with #B1706E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1706E.

Preview

Color preview on black background

This text has color #B1706E on black background.


Color preview on white background

This text has color #B1706E on white background.


Black color preview on #B1706E background

This text has black color on #B1706E background.


White color preview on #B1706E background

This text has white color on #B1706E background.


Related colors

Complementary color

Complementary color for #hex is #4E8F91.


I love getcolorcode.com

Triadic colors

1 #6EB170 and #706EB1 with #B1706E are triadic colors.

2 #6E70B1 and #70B16E with #B1706E are triadic colors.