COLOR #B9727B

HEX: #B9727B RGB: (185,114,123)

Color info

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

RGB color model

#B9727B color RGB value is (185,114,123).

RGB: (185,114,123) (73%, 45%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 114 of 255 = 45%
B 123 of 255 = 48%

185
114
123

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

Portions of RGB colors in percentages

R + G + B = 185 + 114 + 123 = 422 (100%)
R 185 of 422 ~ 43.84%
G 114 of 422 ~ 27.01%
B 123 of 422 ~ 29.15'%

%43.84
%27.01
%29.15

CMYK color model

#B9727B color CMYK value is (0,38,34,27).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK: (0,38,34,27) C0M38Y34K27 (0%,38%,34%,27%) (0.00/0.38/0.34/0.27) 

CMYK percentages

%0
%38.38
%33.51
%27.45

Codes

Color #B9727B in popluar color models

B9 72 7B
RGB 185 114 123
HSL 352° 33.65% 58.63%
HSB/HSV 352° 38.38% 72.55%
CMYK 0.00% 38.38% 33.51%
27.45%

Color #B9727B in popluar number systems.

HEX B9 72 7B
Decimal 185 114 123
Binary 10111001 1110010 1111011
Octal 271 162 173

Shades and tints

Shades of #B9727B

#B9727B
(185,114,123)
#A96870
(169,104,112)
#995E65
(153,94,101)
#89545A
(137,84,90)
#794A4F
(121,74,79)
#694044
(105,64,68)
#593639
(89,54,57)
#492C2E
(73,44,46)
#392223
(57,34,35)
#291818
(41,24,24)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #B9727B

#B9727B
(185,114,123)
#BF7E87
(191,126,135)
#C58A93
(197,138,147)
#CB969F
(203,150,159)
#D1A2AB
(209,162,171)
#D7AEB7
(215,174,183)
#DDBAC3
(221,186,195)
#E3C6CF
(227,198,207)
#E9D2DB
(233,210,219)
#EFDEE7
(239,222,231)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9727B; }

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

This text font color is #B9727B.

Background Color

.myBgColor { background-color: #B9727B; }

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

This div background color is #B9727B.

Border color

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

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

This div border color is #B9727B.

Opacity

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

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

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

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

This text has shadow with #B9727B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9727B.

Preview

Color preview on black background

This text has color #B9727B on black background.


Color preview on white background

This text has color #B9727B on white background.


Black color preview on #B9727B background

This text has black color on #B9727B background.


White color preview on #B9727B background

This text has white color on #B9727B background.


Related colors

Complementary color

Complementary color for #hex is #468D84.


I love getcolorcode.com

Triadic colors

1 #7BB972 and #727BB9 with #B9727B are triadic colors.

2 #7B72B9 and #72B97B with #B9727B are triadic colors.