COLOR #B1726D

HEX: #B1726D RGB: (177,114,109)

Color info

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

RGB color model

#B1726D color RGB value is (177,114,109).

RGB: (177,114,109) (69%, 45%, 43%)

RGB channels and saturation

R 177 of 255 = 69%
G 114 of 255 = 45%
B 109 of 255 = 43%

177
114
109

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

Portions of RGB colors in percentages

R + G + B = 177 + 114 + 109 = 400 (100%)
R 177 of 400 ~ 44.25%
G 114 of 400 ~ 28.5%
B 109 of 400 ~ 27.25'%

%44.25
%28.5
%27.25

CMYK color model

#B1726D color CMYK value is (0,36,38,31).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 38.42%
  • key color value is 30.59%

CMYK: (0,36,38,31)
C0M36Y38K31 (0%, 36%, 38%, 31%)
(0.00 / 0.36 / 0.38 / 0.31)

CMYK percentages

%0
%35.59
%38.42
%30.59

Codes

Color #B1726D in popluar color models

B1 72 6D
RGB 177 114 109
HSL 30.36% 56.08%
HSB/HSV 38.42% 69.41%
CMYK 0.00% 35.59% 38.42%
30.59%

Color #B1726D in popluar number systems.

HEX B1 72 6D
Decimal 177 114 109
Binary 10110001 1110010 1101101
Octal 261 162 155

Shades and tints

Shades of #B1726D

#B1726D
(177,114,109)
#A16864
(161,104,100)
#915E5B
(145,94,91)
#815452
(129,84,82)
#714A49
(113,74,73)
#614040
(97,64,64)
#513637
(81,54,55)
#412C2E
(65,44,46)
#312225
(49,34,37)
#21181C
(33,24,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #B1726D

#B1726D
(177,114,109)
#B87E7A
(184,126,122)
#BF8A87
(191,138,135)
#C69694
(198,150,148)
#CDA2A1
(205,162,161)
#D4AEAE
(212,174,174)
#DBBABB
(219,186,187)
#E2C6C8
(226,198,200)
#E9D2D5
(233,210,213)
#F0DEE2
(240,222,226)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1726D; }

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

This text font color is #B1726D.

Background Color

.myBgColor { background-color: #B1726D; }

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

This div background color is #B1726D.

Border color

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

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

This div border color is #B1726D.

Opacity

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

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

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

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

This text has shadow with #B1726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1726D.

Preview

Color preview on black background

This text has color #B1726D on black background.


Color preview on white background

This text has color #B1726D on white background.


Black color preview on #B1726D background

This text has black color on #B1726D background.


White color preview on #B1726D background

This text has white color on #B1726D background.


Related colors

Complementary color

Complementary color for #hex is #4E8D92.


I love getcolorcode.com

Triadic colors

1 #6DB172 and #726DB1 with #B1726D are triadic colors.

2 #6D72B1 and #72B16D with #B1726D are triadic colors.