COLOR #B9739B

HEX: #B9739B
RGB: (185,115,155)

Color info

#B9739B contains mainly red and blue colors. Web safe color of #B9739B is #CC6699 (or #C69).

RGB color model

#B9739B color RGB value is (185,115,155).

  • red value is 185;
  • green value is 115;
  • blue value is 155.
RGB:
(185,115,155)
(73%,45%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 115 of 255 = 45%
B 155 of 255 = 61%

185
115
155

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

Portions of RGB colors in percentages

R + G + B =
185 + 115 + 155 = 455 (100%)
R 185 of 455 ~ 40.66%
G 115 of 455 ~ 25.27%
B 155 of 455 ~ 34.07%

%40.66
%25.27
%34.07

CMYK color model

#B9739B color CMYK value is (0,38,16,27).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK:
(0,38,16,27)
C0M38Y16K27 
(0%,38%,16%,27%)
(0.00/0.38/0.16/0.27)	

CMYK percentages

%0
%37.84
%16.22
%27.45

Codes

Color #B9739B in popluar color models

B9739B
RGB185115155
HSL326°33.33%58.82%
HSB/HSV326°37.84%72.55%
CMYK0.00%37.84%16.22%
27.45%

Color #B9739B in popluar number systems.

HEXB9739B
Decimal185115155
Binary10111001111001110011011
Octal271163233

Shades and tints

Shades of #B9739B

#B9739B
(185,115,155)
#A9698D
(169,105,141)
#995F7F
(153,95,127)
#895571
(137,85,113)
#794B63
(121,75,99)
#694155
(105,65,85)
#593747
(89,55,71)
#492D39
(73,45,57)
#39232B
(57,35,43)
#29191D
(41,25,29)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B9739B

#B9739B
(185,115,155)
#BF7FA4
(191,127,164)
#C58BAD
(197,139,173)
#CB97B6
(203,151,182)
#D1A3BF
(209,163,191)
#D7AFC8
(215,175,200)
#DDBBD1
(221,187,209)
#E3C7DA
(227,199,218)
#E9D3E3
(233,211,227)
#EFDFEC
(239,223,236)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9739B color. Also use rgb(185,115,155) instead hex code.

Text Font Color

.myTextColor { color: #B9739B; }

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

This text font color is #B9739B.


Background Color

.myBgColor { background-color: #B9739B; }

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

This div background color is #B9739B.


Border color

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

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

This div border color is #B9739B.


Opacity

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

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

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

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

This text has shadow with #B9739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9739B on black background.


Color preview on white background

This text has color #B9739B on white background.



Black color preview on #B9739B background

This text has black color on #B9739B background.


White color preview on #B9739B background

This text has white color on #B9739B background.