COLOR #B9869B

HEX: #B9869B
RGB: (185,134,155)

Color info

#B9869B contains red, green and blue colors in about the same proportion. Web safe color of #B9869B is #CC9999 (or #C99).

RGB color model

#B9869B color RGB value is (185,134,155).

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

RGB channels and saturation

R 185 of 255 = 73%
G 134 of 255 = 53%
B 155 of 255 = 61%

185
134
155

R + G + B ~ 62%. #B9869B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 134 + 155 = 474 (100%)
R 185 of 474 ~ 39.03%
G 134 of 474 ~ 28.27%
B 155 of 474 ~ 32.7%

%39.03
%28.27
%32.7

CMYK color model

#B9869B color CMYK value is (0,28,16,27).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK:
(0,28,16,27)
C0M28Y16K27 
(0%,28%,16%,27%)
(0.00/0.28/0.16/0.27)	

CMYK percentages

%0
%27.57
%16.22
%27.45

Codes

Color #B9869B in popluar color models

B9869B
RGB185134155
HSL335°26.70%62.55%
HSB/HSV335°27.57%72.55%
CMYK0.00%27.57%16.22%
27.45%

Color #B9869B in popluar number systems.

HEXB9869B
Decimal185134155
Binary101110011000011010011011
Octal271206233

Shades and tints

Shades of #B9869B

#B9869B
(185,134,155)
#A97A8D
(169,122,141)
#996E7F
(153,110,127)
#896271
(137,98,113)
#795663
(121,86,99)
#694A55
(105,74,85)
#593E47
(89,62,71)
#493239
(73,50,57)
#39262B
(57,38,43)
#291A1D
(41,26,29)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #B9869B

#B9869B
(185,134,155)
#BF91A4
(191,145,164)
#C59CAD
(197,156,173)
#CBA7B6
(203,167,182)
#D1B2BF
(209,178,191)
#D7BDC8
(215,189,200)
#DDC8D1
(221,200,209)
#E3D3DA
(227,211,218)
#E9DEE3
(233,222,227)
#EFE9EC
(239,233,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9869B; }

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

This text font color is #B9869B.


Background Color

.myBgColor { background-color: #B9869B; }

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

This div background color is #B9869B.


Border color

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

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

This div border color is #B9869B.


Opacity

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

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

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

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

This text has shadow with #B9869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9869B on black background.


Color preview on white background

This text has color #B9869B on white background.



Black color preview on #B9869B background

This text has black color on #B9869B background.


White color preview on #B9869B background

This text has white color on #B9869B background.