COLOR #B995A6

HEX: #B995A6 RGB: (185,149,166)

Color info

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

RGB color model

#B995A6 color RGB value is (185,149,166).

RGB: (185,149,166) (73%, 58%, 65%)

RGB channels and saturation

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

185
149
166

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

Portions of RGB colors in percentages

R + G + B = 185 + 149 + 166 = 500 (100%)
R 185 of 500 ~ 37%
G 149 of 500 ~ 29.8%
B 166 of 500 ~ 33.2'%

%37
%29.8
%33.2

CMYK color model

#B995A6 color CMYK value is (0,19,10,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 10.27%
  • key color value is 27.45%
CMYK: (0,19,10,27) C0M19Y10K27 (0%,19%,10%,27%) (0.00/0.19/0.10/0.27) 

CMYK percentages

%0
%19.46
%10.27
%27.45

Codes

Color #B995A6 in popluar color models

B9 95 A6
RGB 185 149 166
HSL 332° 20.45% 65.49%
HSB/HSV 332° 19.46% 72.55%
CMYK 0.00% 19.46% 10.27%
27.45%

Color #B995A6 in popluar number systems.

HEX B9 95 A6
Decimal 185 149 166
Binary 10111001 10010101 10100110
Octal 271 225 246

Shades and tints

Shades of #B995A6

#B995A6
(185,149,166)
#A98897
(169,136,151)
#997B88
(153,123,136)
#896E79
(137,110,121)
#79616A
(121,97,106)
#69545B
(105,84,91)
#59474C
(89,71,76)
#493A3D
(73,58,61)
#392D2E
(57,45,46)
#29201F
(41,32,31)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #B995A6

#B995A6
(185,149,166)
#BF9EAE
(191,158,174)
#C5A7B6
(197,167,182)
#CBB0BE
(203,176,190)
#D1B9C6
(209,185,198)
#D7C2CE
(215,194,206)
#DDCBD6
(221,203,214)
#E3D4DE
(227,212,222)
#E9DDE6
(233,221,230)
#EFE6EE
(239,230,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B995A6; }

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

This text font color is #B995A6.

Background Color

.myBgColor { background-color: #B995A6; }

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

This div background color is #B995A6.

Border color

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

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

This div border color is #B995A6.

Opacity

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

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

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

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

This text has shadow with #B995A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B995A6.

Preview

Color preview on black background

This text has color #B995A6 on black background.


Color preview on white background

This text has color #B995A6 on white background.


Black color preview on #B995A6 background

This text has black color on #B995A6 background.


White color preview on #B995A6 background

This text has white color on #B995A6 background.


Related colors

Complementary color

Complementary color for #hex is #466A59.


I love getcolorcode.com

Triadic colors

1 #A6B995 and #95A6B9 with #B995A6 are triadic colors.

2 #A695B9 and #95B9A6 with #B995A6 are triadic colors.