COLOR #B99BA7

HEX: #B99BA7 RGB: (185,155,167)

Color info

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

RGB color model

#B99BA7 color RGB value is (185,155,167).

RGB: (185,155,167) (73%, 61%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 167 of 255 = 65%

185
155
167

R + G + B ~ 66%. #B99BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 155 + 167 = 507 (100%)
R 185 of 507 ~ 36.49%
G 155 of 507 ~ 30.57%
B 167 of 507 ~ 32.94'%

%36.49
%30.57
%32.94

CMYK color model

#B99BA7 color CMYK value is (0,16,10,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 9.73%
  • key color value is 27.45%

CMYK: (0,16,10,27)
C0M16Y10K27 (0%, 16%, 10%, 27%)
(0.00 / 0.16 / 0.10 / 0.27)

CMYK percentages

%0
%16.22
%9.73
%27.45

Codes

Color #B99BA7 in popluar color models

B9 9B A7
RGB 185 155 167
HSL 336° 17.65% 66.67%
HSB/HSV 336° 16.22% 72.55%
CMYK 0.00% 16.22% 9.73%
27.45%

Color #B99BA7 in popluar number systems.

HEX B9 9B A7
Decimal 185 155 167
Binary 10111001 10011011 10100111
Octal 271 233 247

Shades and tints

Shades of #B99BA7

#B99BA7
(185,155,167)
#A98D98
(169,141,152)
#997F89
(153,127,137)
#89717A
(137,113,122)
#79636B
(121,99,107)
#69555C
(105,85,92)
#59474D
(89,71,77)
#49393E
(73,57,62)
#392B2F
(57,43,47)
#291D20
(41,29,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #B99BA7

#B99BA7
(185,155,167)
#BFA4AF
(191,164,175)
#C5ADB7
(197,173,183)
#CBB6BF
(203,182,191)
#D1BFC7
(209,191,199)
#D7C8CF
(215,200,207)
#DDD1D7
(221,209,215)
#E3DADF
(227,218,223)
#E9E3E7
(233,227,231)
#EFECEF
(239,236,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99BA7; }

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

This text font color is #B99BA7.

Background Color

.myBgColor { background-color: #B99BA7; }

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

This div background color is #B99BA7.

Border color

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

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

This div border color is #B99BA7.

Opacity

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

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

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

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

This text has shadow with #B99BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99BA7.

Preview

Color preview on black background

This text has color #B99BA7 on black background.


Color preview on white background

This text has color #B99BA7 on white background.


Black color preview on #B99BA7 background

This text has black color on #B99BA7 background.


White color preview on #B99BA7 background

This text has white color on #B99BA7 background.


Related colors

Complementary color

Complementary color for #hex is #466458.


I love getcolorcode.com

Triadic colors

1 #A7B99B and #9BA7B9 with #B99BA7 are triadic colors.

2 #A79BB9 and #9BB9A7 with #B99BA7 are triadic colors.