COLOR #B1715C

HEX: #B1715C
RGB: (177,113,92)

Color info

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

RGB color model

#B1715C color RGB value is (177,113,92).

  • red value is 177;
  • green value is 113;
  • blue value is 92.
RGB:
(177,113,92)
(69%,44%,36%)

RGB channels and saturation

R 177 of 255 = 69%
G 113 of 255 = 44%
B 92 of 255 = 36%

177
113
92

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

Portions of RGB colors in percentages

R + G + B =
177 + 113 + 92 = 382 (100%)
R 177 of 382 ~ 46.34%
G 113 of 382 ~ 29.58%
B 92 of 382 ~ 24.08%

%46.34
%29.58
%24.08

CMYK color model

#B1715C color CMYK value is (0,36,48,31).

  • cyan value is 0.00%
  • magenta value is 36.16%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK:
(0,36,48,31)
C0M36Y48K31 
(0%,36%,48%,31%)
(0.00/0.36/0.48/0.31)	

CMYK percentages

%0
%36.16
%48.02
%30.59

Codes

Color #B1715C in popluar color models

B1715C
RGB17711392
HSL15°35.27%52.75%
HSB/HSV15°48.02%69.41%
CMYK0.00%36.16%48.02%
30.59%

Color #B1715C in popluar number systems.

HEXB1715C
Decimal17711392
Binary1011000111100011011100
Octal261161134

Shades and tints

Shades of #B1715C

#B1715C
(177,113,92)
#A16754
(161,103,84)
#915D4C
(145,93,76)
#815344
(129,83,68)
#71493C
(113,73,60)
#613F34
(97,63,52)
#51352C
(81,53,44)
#412B24
(65,43,36)
#31211C
(49,33,28)
#211714
(33,23,20)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #B1715C

#B1715C
(177,113,92)
#B87D6A
(184,125,106)
#BF8978
(191,137,120)
#C69586
(198,149,134)
#CDA194
(205,161,148)
#D4ADA2
(212,173,162)
#DBB9B0
(219,185,176)
#E2C5BE
(226,197,190)
#E9D1CC
(233,209,204)
#F0DDDA
(240,221,218)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1715C; }

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

This text font color is #B1715C.


Background Color

.myBgColor { background-color: #B1715C; }

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

This div background color is #B1715C.


Border color

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

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

This div border color is #B1715C.


Opacity

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

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

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

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

This text has shadow with #B1715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1715C on black background.


Color preview on white background

This text has color #B1715C on white background.



Black color preview on #B1715C background

This text has black color on #B1715C background.


White color preview on #B1715C background

This text has white color on #B1715C background.