COLOR #B9716E

HEX: #B9716E
RGB: (185,113,110)

Color info

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

RGB color model

#B9716E color RGB value is (185,113,110).

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

RGB channels and saturation

R 185 of 255 = 73%
G 113 of 255 = 44%
B 110 of 255 = 43%

185
113
110

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

Portions of RGB colors in percentages

R + G + B =
185 + 113 + 110 = 408 (100%)
R 185 of 408 ~ 45.34%
G 113 of 408 ~ 27.7%
B 110 of 408 ~ 26.96%

%45.34
%27.7
%26.96

CMYK color model

#B9716E color CMYK value is (0,39,41,27).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 40.54%
  • key color value is 27.45%
CMYK:
(0,39,41,27)
C0M39Y41K27 
(0%,39%,41%,27%)
(0.00/0.39/0.41/0.27)	

CMYK percentages

%0
%38.92
%40.54
%27.45

Codes

Color #B9716E in popluar color models

B9716E
RGB185113110
HSL34.88%57.84%
HSB/HSV40.54%72.55%
CMYK0.00%38.92%40.54%
27.45%

Color #B9716E in popluar number systems.

HEXB9716E
Decimal185113110
Binary1011100111100011101110
Octal271161156

Shades and tints

Shades of #B9716E

#B9716E
(185,113,110)
#A96764
(169,103,100)
#995D5A
(153,93,90)
#895350
(137,83,80)
#794946
(121,73,70)
#693F3C
(105,63,60)
#593532
(89,53,50)
#492B28
(73,43,40)
#39211E
(57,33,30)
#291714
(41,23,20)
#190D0A
(25,13,10)
#000000
(0,0,0)

Tints of #B9716E

#B9716E
(185,113,110)
#BF7D7B
(191,125,123)
#C58988
(197,137,136)
#CB9595
(203,149,149)
#D1A1A2
(209,161,162)
#D7ADAF
(215,173,175)
#DDB9BC
(221,185,188)
#E3C5C9
(227,197,201)
#E9D1D6
(233,209,214)
#EFDDE3
(239,221,227)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9716E; }

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

This text font color is #B9716E.


Background Color

.myBgColor { background-color: #B9716E; }

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

This div background color is #B9716E.


Border color

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

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

This div border color is #B9716E.


Opacity

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

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

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

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

This text has shadow with #B9716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9716E on black background.


Color preview on white background

This text has color #B9716E on white background.



Black color preview on #B9716E background

This text has black color on #B9716E background.


White color preview on #B9716E background

This text has white color on #B9716E background.