COLOR #B99BA5

HEX: #B99BA5
RGB: (185,155,165)

Color info

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

RGB color model

#B99BA5 color RGB value is (185,155,165).

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

RGB channels and saturation

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

185
155
165

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

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 165 = 505 (100%)
R 185 of 505 ~ 36.63%
G 155 of 505 ~ 30.69%
B 165 of 505 ~ 32.67%

%36.63
%30.69
%32.67

CMYK color model

#B99BA5 color CMYK value is (0,16,11,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(0,16,11,27)
C0M16Y11K27 
(0%,16%,11%,27%)
(0.00/0.16/0.11/0.27)	

CMYK percentages

%0
%16.22
%10.81
%27.45

Codes

Color #B99BA5 in popluar color models

B99BA5
RGB185155165
HSL340°17.65%66.67%
HSB/HSV340°16.22%72.55%
CMYK0.00%16.22%10.81%
27.45%

Color #B99BA5 in popluar number systems.

HEXB99BA5
Decimal185155165
Binary101110011001101110100101
Octal271233245

Shades and tints

Shades of #B99BA5

#B99BA5
(185,155,165)
#A98D96
(169,141,150)
#997F87
(153,127,135)
#897178
(137,113,120)
#796369
(121,99,105)
#69555A
(105,85,90)
#59474B
(89,71,75)
#49393C
(73,57,60)
#392B2D
(57,43,45)
#291D1E
(41,29,30)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B99BA5

#B99BA5
(185,155,165)
#BFA4AD
(191,164,173)
#C5ADB5
(197,173,181)
#CBB6BD
(203,182,189)
#D1BFC5
(209,191,197)
#D7C8CD
(215,200,205)
#DDD1D5
(221,209,213)
#E3DADD
(227,218,221)
#E9E3E5
(233,227,229)
#EFECED
(239,236,237)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99BA5; }

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

This text font color is #B99BA5.


Background Color

.myBgColor { background-color: #B99BA5; }

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

This div background color is #B99BA5.


Border color

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

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

This div border color is #B99BA5.


Opacity

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

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

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

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

This text has shadow with #B99BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99BA5 on black background.


Color preview on white background

This text has color #B99BA5 on white background.



Black color preview on #B99BA5 background

This text has black color on #B99BA5 background.


White color preview on #B99BA5 background

This text has white color on #B99BA5 background.