COLOR #B17E7A

HEX: #B17E7A RGB: (177,126,122)

Color info

#B17E7A contains red, green and blue colors in about the same proportion. Web safe color of #B17E7A is #996666 (or #966).

RGB color model

#B17E7A color RGB value is (177,126,122).

RGB: (177,126,122) (69%, 49%, 48%)

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 122 of 255 = 48%

177
126
122

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

Portions of RGB colors in percentages

R + G + B = 177 + 126 + 122 = 425 (100%)
R 177 of 425 ~ 41.65%
G 126 of 425 ~ 29.65%
B 122 of 425 ~ 28.71'%

%41.65
%29.65
%28.71

CMYK color model

#B17E7A color CMYK value is (0,29,31,31).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 31.07%
  • key color value is 30.59%

CMYK: (0,29,31,31)
C0M29Y31K31 (0%, 29%, 31%, 31%)
(0.00 / 0.29 / 0.31 / 0.31)

CMYK percentages

%0
%28.81
%31.07
%30.59

Codes

Color #B17E7A in popluar color models

B1 7E 7A
RGB 177 126 122
HSL 26.07% 58.63%
HSB/HSV 31.07% 69.41%
CMYK 0.00% 28.81% 31.07%
30.59%

Color #B17E7A in popluar number systems.

HEX B1 7E 7A
Decimal 177 126 122
Binary 10110001 1111110 1111010
Octal 261 176 172

Shades and tints

Shades of #B17E7A

#B17E7A
(177,126,122)
#A1736F
(161,115,111)
#916864
(145,104,100)
#815D59
(129,93,89)
#71524E
(113,82,78)
#614743
(97,71,67)
#513C38
(81,60,56)
#41312D
(65,49,45)
#312622
(49,38,34)
#211B17
(33,27,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #B17E7A

#B17E7A
(177,126,122)
#B88986
(184,137,134)
#BF9492
(191,148,146)
#C69F9E
(198,159,158)
#CDAAAA
(205,170,170)
#D4B5B6
(212,181,182)
#DBC0C2
(219,192,194)
#E2CBCE
(226,203,206)
#E9D6DA
(233,214,218)
#F0E1E6
(240,225,230)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17E7A color. Also use rgb(177,126,122) instead hex code.

Text Font Color

.myTextColor { color: #B17E7A; }

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

This text font color is #B17E7A.

Background Color

.myBgColor { background-color: #B17E7A; }

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

This div background color is #B17E7A.

Border color

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

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

This div border color is #B17E7A.

Opacity

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

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

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

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

This text has shadow with #B17E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17E7A.

Preview

Color preview on black background

This text has color #B17E7A on black background.


Color preview on white background

This text has color #B17E7A on white background.


Black color preview on #B17E7A background

This text has black color on #B17E7A background.


White color preview on #B17E7A background

This text has white color on #B17E7A background.


Related colors

Complementary color

Complementary color for #hex is #4E8185.


I love getcolorcode.com

Triadic colors

1 #7AB17E and #7E7AB1 with #B17E7A are triadic colors.

2 #7A7EB1 and #7EB17A with #B17E7A are triadic colors.