COLOR #B17692

HEX: #B17692 RGB: (177,118,146)

Color info

#B17692 contains red, green and blue colors in about the same proportion. Web safe color of #B17692 is #996699 (or #969).

RGB color model

#B17692 color RGB value is (177,118,146).

RGB: (177,118,146) (69%, 46%, 57%)

RGB channels and saturation

R 177 of 255 = 69%
G 118 of 255 = 46%
B 146 of 255 = 57%

177
118
146

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

Portions of RGB colors in percentages

R + G + B = 177 + 118 + 146 = 441 (100%)
R 177 of 441 ~ 40.14%
G 118 of 441 ~ 26.76%
B 146 of 441 ~ 33.11'%

%40.14
%26.76
%33.11

CMYK color model

#B17692 color CMYK value is (0,33,18,31).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 17.51%
  • key color value is 30.59%

CMYK: (0,33,18,31)
C0M33Y18K31 (0%, 33%, 18%, 31%)
(0.00 / 0.33 / 0.18 / 0.31)

CMYK percentages

%0
%33.33
%17.51
%30.59

Codes

Color #B17692 in popluar color models

B1 76 92
RGB 177 118 146
HSL 332° 27.44% 57.84%
HSB/HSV 332° 33.33% 69.41%
CMYK 0.00% 33.33% 17.51%
30.59%

Color #B17692 in popluar number systems.

HEX B1 76 92
Decimal 177 118 146
Binary 10110001 1110110 10010010
Octal 261 166 222

Shades and tints

Shades of #B17692

#B17692
(177,118,146)
#A16C85
(161,108,133)
#916278
(145,98,120)
#81586B
(129,88,107)
#714E5E
(113,78,94)
#614451
(97,68,81)
#513A44
(81,58,68)
#413037
(65,48,55)
#31262A
(49,38,42)
#211C1D
(33,28,29)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #B17692

#B17692
(177,118,146)
#B8829B
(184,130,155)
#BF8EA4
(191,142,164)
#C69AAD
(198,154,173)
#CDA6B6
(205,166,182)
#D4B2BF
(212,178,191)
#DBBEC8
(219,190,200)
#E2CAD1
(226,202,209)
#E9D6DA
(233,214,218)
#F0E2E3
(240,226,227)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17692 color. Also use rgb(177,118,146) instead hex code.

Text Font Color

.myTextColor { color: #B17692; }

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

This text font color is #B17692.

Background Color

.myBgColor { background-color: #B17692; }

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

This div background color is #B17692.

Border color

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

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

This div border color is #B17692.

Opacity

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

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

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

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

This text has shadow with #B17692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17692.

Preview

Color preview on black background

This text has color #B17692 on black background.


Color preview on white background

This text has color #B17692 on white background.


Black color preview on #B17692 background

This text has black color on #B17692 background.


White color preview on #B17692 background

This text has white color on #B17692 background.


Related colors

Complementary color

Complementary color for #hex is #4E896D.


I love getcolorcode.com

Triadic colors

1 #92B176 and #7692B1 with #B17692 are triadic colors.

2 #9276B1 and #76B192 with #B17692 are triadic colors.