COLOR #B995A5

HEX: #B995A5
RGB: (185,149,165)

Color info

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

RGB color model

#B995A5 color RGB value is (185,149,165).

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

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 165 of 255 = 65%

185
149
165

R + G + B ~ 65%. #B995A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 165 = 499 (100%)
R 185 of 499 ~ 37.07%
G 149 of 499 ~ 29.86%
B 165 of 499 ~ 33.07%

%37.07
%29.86
%33.07

CMYK color model

#B995A5 color CMYK value is (0,19,11,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(0,19,11,27)
C0M19Y11K27 
(0%,19%,11%,27%)
(0.00/0.19/0.11/0.27)	

CMYK percentages

%0
%19.46
%10.81
%27.45

Codes

Color #B995A5 in popluar color models

B995A5
RGB185149165
HSL333°20.45%65.49%
HSB/HSV333°19.46%72.55%
CMYK0.00%19.46%10.81%
27.45%

Color #B995A5 in popluar number systems.

HEXB995A5
Decimal185149165
Binary101110011001010110100101
Octal271225245

Shades and tints

Shades of #B995A5

#B995A5
(185,149,165)
#A98896
(169,136,150)
#997B87
(153,123,135)
#896E78
(137,110,120)
#796169
(121,97,105)
#69545A
(105,84,90)
#59474B
(89,71,75)
#493A3C
(73,58,60)
#392D2D
(57,45,45)
#29201E
(41,32,30)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #B995A5

#B995A5
(185,149,165)
#BF9EAD
(191,158,173)
#C5A7B5
(197,167,181)
#CBB0BD
(203,176,189)
#D1B9C5
(209,185,197)
#D7C2CD
(215,194,205)
#DDCBD5
(221,203,213)
#E3D4DD
(227,212,221)
#E9DDE5
(233,221,229)
#EFE6ED
(239,230,237)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B995A5; }

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

This text font color is #B995A5.


Background Color

.myBgColor { background-color: #B995A5; }

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

This div background color is #B995A5.


Border color

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

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

This div border color is #B995A5.


Opacity

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

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

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

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

This text has shadow with #B995A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B995A5 on black background.


Color preview on white background

This text has color #B995A5 on white background.



Black color preview on #B995A5 background

This text has black color on #B995A5 background.


White color preview on #B995A5 background

This text has white color on #B995A5 background.