COLOR #B9747B

HEX: #B9747B RGB: (185,116,123)

Color info

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

RGB color model

#B9747B color RGB value is (185,116,123).

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

RGB channels and saturation

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

185
116
123

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

Portions of RGB colors in percentages

R + G + B = 185 + 116 + 123 = 424 (100%)
R 185 of 424 ~ 43.63%
G 116 of 424 ~ 27.36%
B 123 of 424 ~ 29.01'%

%43.63
%27.36
%29.01

CMYK color model

#B9747B color CMYK value is (0,37,34,27).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK: (0,37,34,27) C0M37Y34K27 (0%,37%,34%,27%) (0.00/0.37/0.34/0.27) 

CMYK percentages

%0
%37.3
%33.51
%27.45

Codes

Color #B9747B in popluar color models

B9 74 7B
RGB 185 116 123
HSL 354° 33.01% 59.02%
HSB/HSV 354° 37.30% 72.55%
CMYK 0.00% 37.30% 33.51%
27.45%

Color #B9747B in popluar number systems.

HEX B9 74 7B
Decimal 185 116 123
Binary 10111001 1110100 1111011
Octal 271 164 173

Shades and tints

Shades of #B9747B

#B9747B
(185,116,123)
#A96A70
(169,106,112)
#996065
(153,96,101)
#89565A
(137,86,90)
#794C4F
(121,76,79)
#694244
(105,66,68)
#593839
(89,56,57)
#492E2E
(73,46,46)
#392423
(57,36,35)
#291A18
(41,26,24)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #B9747B

#B9747B
(185,116,123)
#BF8087
(191,128,135)
#C58C93
(197,140,147)
#CB989F
(203,152,159)
#D1A4AB
(209,164,171)
#D7B0B7
(215,176,183)
#DDBCC3
(221,188,195)
#E3C8CF
(227,200,207)
#E9D4DB
(233,212,219)
#EFE0E7
(239,224,231)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9747B; }

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

This text font color is #B9747B.

Background Color

.myBgColor { background-color: #B9747B; }

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

This div background color is #B9747B.

Border color

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

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

This div border color is #B9747B.

Opacity

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

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

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

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

This text has shadow with #B9747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9747B.

Preview

Color preview on black background

This text has color #B9747B on black background.


Color preview on white background

This text has color #B9747B on white background.


Black color preview on #B9747B background

This text has black color on #B9747B background.


White color preview on #B9747B background

This text has white color on #B9747B background.


Related colors

Complementary color

Complementary color for #hex is #468B84.


I love getcolorcode.com

Triadic colors

1 #7BB974 and #747BB9 with #B9747B are triadic colors.

2 #7B74B9 and #74B97B with #B9747B are triadic colors.