COLOR #B9716C

HEX: #B9716C
RGB: (185,113,108)

Color info

#B9716C contains mainly red color. Web safe color of #B9716C is #CC6666 (or #C66).

RGB color model

#B9716C color RGB value is (185,113,108).

  • red value is 185;
  • green value is 113;
  • blue value is 108.
RGB:
(185,113,108)
(73%,44%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 113 of 255 = 44%
B 108 of 255 = 42%

185
113
108

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

Portions of RGB colors in percentages

R + G + B =
185 + 113 + 108 = 406 (100%)
R 185 of 406 ~ 45.57%
G 113 of 406 ~ 27.83%
B 108 of 406 ~ 26.6%

%45.57
%27.83
%26.6

CMYK color model

#B9716C color CMYK value is (0,39,42,27).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 41.62%
  • key color value is 27.45%
CMYK:
(0,39,42,27)
C0M39Y42K27 
(0%,39%,42%,27%)
(0.00/0.39/0.42/0.27)	

CMYK percentages

%0
%38.92
%41.62
%27.45

Codes

Color #B9716C in popluar color models

B9716C
RGB185113108
HSL35.48%57.45%
HSB/HSV41.62%72.55%
CMYK0.00%38.92%41.62%
27.45%

Color #B9716C in popluar number systems.

HEXB9716C
Decimal185113108
Binary1011100111100011101100
Octal271161154

Shades and tints

Shades of #B9716C

#B9716C
(185,113,108)
#A96763
(169,103,99)
#995D5A
(153,93,90)
#895351
(137,83,81)
#794948
(121,73,72)
#693F3F
(105,63,63)
#593536
(89,53,54)
#492B2D
(73,43,45)
#392124
(57,33,36)
#29171B
(41,23,27)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #B9716C

#B9716C
(185,113,108)
#BF7D79
(191,125,121)
#C58986
(197,137,134)
#CB9593
(203,149,147)
#D1A1A0
(209,161,160)
#D7ADAD
(215,173,173)
#DDB9BA
(221,185,186)
#E3C5C7
(227,197,199)
#E9D1D4
(233,209,212)
#EFDDE1
(239,221,225)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9716C; }

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

This text font color is #B9716C.


Background Color

.myBgColor { background-color: #B9716C; }

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

This div background color is #B9716C.


Border color

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

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

This div border color is #B9716C.


Opacity

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

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

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

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

This text has shadow with #B9716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9716C on black background.


Color preview on white background

This text has color #B9716C on white background.



Black color preview on #B9716C background

This text has black color on #B9716C background.


White color preview on #B9716C background

This text has white color on #B9716C background.