COLOR #B1768B

HEX: #B1768B RGB: (177,118,139)

Color info

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

RGB color model

#B1768B color RGB value is (177,118,139).

RGB: (177,118,139) (69%, 46%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 118 of 255 = 46%
B 139 of 255 = 55%

177
118
139

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

Portions of RGB colors in percentages

R + G + B = 177 + 118 + 139 = 434 (100%)
R 177 of 434 ~ 40.78%
G 118 of 434 ~ 27.19%
B 139 of 434 ~ 32.03'%

%40.78
%27.19
%32.03

CMYK color model

#B1768B color CMYK value is (0,33,21,31).

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

CMYK: (0,33,21,31)
C0M33Y21K31 (0%, 33%, 21%, 31%)
(0.00 / 0.33 / 0.21 / 0.31)

CMYK percentages

%0
%33.33
%21.47
%30.59

Codes

Color #B1768B in popluar color models

B1 76 8B
RGB 177 118 139
HSL 339° 27.44% 57.84%
HSB/HSV 339° 33.33% 69.41%
CMYK 0.00% 33.33% 21.47%
30.59%

Color #B1768B in popluar number systems.

HEX B1 76 8B
Decimal 177 118 139
Binary 10110001 1110110 10001011
Octal 261 166 213

Shades and tints

Shades of #B1768B

#B1768B
(177,118,139)
#A16C7F
(161,108,127)
#916273
(145,98,115)
#815867
(129,88,103)
#714E5B
(113,78,91)
#61444F
(97,68,79)
#513A43
(81,58,67)
#413037
(65,48,55)
#31262B
(49,38,43)
#211C1F
(33,28,31)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #B1768B

#B1768B
(177,118,139)
#B88295
(184,130,149)
#BF8E9F
(191,142,159)
#C69AA9
(198,154,169)
#CDA6B3
(205,166,179)
#D4B2BD
(212,178,189)
#DBBEC7
(219,190,199)
#E2CAD1
(226,202,209)
#E9D6DB
(233,214,219)
#F0E2E5
(240,226,229)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1768B; }

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

This text font color is #B1768B.

Background Color

.myBgColor { background-color: #B1768B; }

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

This div background color is #B1768B.

Border color

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

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

This div border color is #B1768B.

Opacity

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

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

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

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

This text has shadow with #B1768B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1768B.

Preview

Color preview on black background

This text has color #B1768B on black background.


Color preview on white background

This text has color #B1768B on white background.


Black color preview on #B1768B background

This text has black color on #B1768B background.


White color preview on #B1768B background

This text has white color on #B1768B background.


Related colors

Complementary color

Complementary color for #hex is #4E8974.


I love getcolorcode.com

Triadic colors

1 #8BB176 and #768BB1 with #B1768B are triadic colors.

2 #8B76B1 and #76B18B with #B1768B are triadic colors.