COLOR #B9726E

HEX: #B9726E
RGB: (185,114,110)

Color info

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

RGB color model

#B9726E color RGB value is (185,114,110).

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

RGB channels and saturation

R 185 of 255 = 73%
G 114 of 255 = 45%
B 110 of 255 = 43%

185
114
110

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

Portions of RGB colors in percentages

R + G + B =
185 + 114 + 110 = 409 (100%)
R 185 of 409 ~ 45.23%
G 114 of 409 ~ 27.87%
B 110 of 409 ~ 26.89%

%45.23
%27.87
%26.89

CMYK color model

#B9726E color CMYK value is (0,38,41,27).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 40.54%
  • key color value is 27.45%
CMYK:
(0,38,41,27)
C0M38Y41K27 
(0%,38%,41%,27%)
(0.00/0.38/0.41/0.27)	

CMYK percentages

%0
%38.38
%40.54
%27.45

Codes

Color #B9726E in popluar color models

B9726E
RGB185114110
HSL34.88%57.84%
HSB/HSV40.54%72.55%
CMYK0.00%38.38%40.54%
27.45%

Color #B9726E in popluar number systems.

HEXB9726E
Decimal185114110
Binary1011100111100101101110
Octal271162156

Shades and tints

Shades of #B9726E

#B9726E
(185,114,110)
#A96864
(169,104,100)
#995E5A
(153,94,90)
#895450
(137,84,80)
#794A46
(121,74,70)
#69403C
(105,64,60)
#593632
(89,54,50)
#492C28
(73,44,40)
#39221E
(57,34,30)
#291814
(41,24,20)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #B9726E

#B9726E
(185,114,110)
#BF7E7B
(191,126,123)
#C58A88
(197,138,136)
#CB9695
(203,150,149)
#D1A2A2
(209,162,162)
#D7AEAF
(215,174,175)
#DDBABC
(221,186,188)
#E3C6C9
(227,198,201)
#E9D2D6
(233,210,214)
#EFDEE3
(239,222,227)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9726E; }

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

This text font color is #B9726E.


Background Color

.myBgColor { background-color: #B9726E; }

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

This div background color is #B9726E.


Border color

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

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

This div border color is #B9726E.


Opacity

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

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

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

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

This text has shadow with #B9726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9726E on black background.


Color preview on white background

This text has color #B9726E on white background.



Black color preview on #B9726E background

This text has black color on #B9726E background.


White color preview on #B9726E background

This text has white color on #B9726E background.