COLOR #B1716C

HEX: #B1716C RGB: (177,113,108)

Color info

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

RGB color model

#B1716C color RGB value is (177,113,108).

RGB: (177,113,108) (69%, 44%, 42%)

RGB channels and saturation

R 177 of 255 = 69%
G 113 of 255 = 44%
B 108 of 255 = 42%

177
113
108

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

Portions of RGB colors in percentages

R + G + B = 177 + 113 + 108 = 398 (100%)
R 177 of 398 ~ 44.47%
G 113 of 398 ~ 28.39%
B 108 of 398 ~ 27.14'%

%44.47
%28.39
%27.14

CMYK color model

#B1716C color CMYK value is (0,36,39,31).

  • cyan value is 0.00%
  • magenta value is 36.16%
  • yellow value is 38.98%
  • key color value is 30.59%

CMYK: (0,36,39,31)
C0M36Y39K31 (0%, 36%, 39%, 31%)
(0.00 / 0.36 / 0.39 / 0.31)

CMYK percentages

%0
%36.16
%38.98
%30.59

Codes

Color #B1716C in popluar color models

B1 71 6C
RGB 177 113 108
HSL 30.67% 55.88%
HSB/HSV 38.98% 69.41%
CMYK 0.00% 36.16% 38.98%
30.59%

Color #B1716C in popluar number systems.

HEX B1 71 6C
Decimal 177 113 108
Binary 10110001 1110001 1101100
Octal 261 161 154

Shades and tints

Shades of #B1716C

#B1716C
(177,113,108)
#A16763
(161,103,99)
#915D5A
(145,93,90)
#815351
(129,83,81)
#714948
(113,73,72)
#613F3F
(97,63,63)
#513536
(81,53,54)
#412B2D
(65,43,45)
#312124
(49,33,36)
#21171B
(33,23,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #B1716C

#B1716C
(177,113,108)
#B87D79
(184,125,121)
#BF8986
(191,137,134)
#C69593
(198,149,147)
#CDA1A0
(205,161,160)
#D4ADAD
(212,173,173)
#DBB9BA
(219,185,186)
#E2C5C7
(226,197,199)
#E9D1D4
(233,209,212)
#F0DDE1
(240,221,225)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1716C color. Also use rgb(177,113,108) instead hex code.

Text Font Color

.myTextColor { color: #B1716C; }

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

This text font color is #B1716C.

Background Color

.myBgColor { background-color: #B1716C; }

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

This div background color is #B1716C.

Border color

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

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

This div border color is #B1716C.

Opacity

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

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

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

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

This text has shadow with #B1716C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1716C.

Preview

Color preview on black background

This text has color #B1716C on black background.


Color preview on white background

This text has color #B1716C on white background.


Black color preview on #B1716C background

This text has black color on #B1716C background.


White color preview on #B1716C background

This text has white color on #B1716C background.


Related colors

Complementary color

Complementary color for #hex is #4E8E93.


I love getcolorcode.com

Triadic colors

1 #6CB171 and #716CB1 with #B1716C are triadic colors.

2 #6C71B1 and #71B16C with #B1716C are triadic colors.