COLOR #B96A92

HEX: #B96A92 RGB: (185,106,146)

Color info

#B96A92 contains mainly red and blue colors. Web safe color of #B96A92 is #CC6699 (or #C69).

RGB color model

#B96A92 color RGB value is (185,106,146).

RGB: (185,106,146) (73%, 42%, 57%)

RGB channels and saturation

R 185 of 255 = 73%
G 106 of 255 = 42%
B 146 of 255 = 57%

185
106
146

R + G + B ~ 57%. #B96A92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 185 + 106 + 146 = 437 (100%)
R 185 of 437 ~ 42.33%
G 106 of 437 ~ 24.26%
B 146 of 437 ~ 33.41'%

%42.33
%24.26
%33.41

CMYK color model

#B96A92 color CMYK value is (0,43,21,27).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 21.08%
  • key color value is 27.45%

CMYK: (0,43,21,27)
C0M43Y21K27 (0%, 43%, 21%, 27%)
(0.00 / 0.43 / 0.21 / 0.27)

CMYK percentages

%0
%42.7
%21.08
%27.45

Codes

Color #B96A92 in popluar color models

B9 6A 92
RGB 185 106 146
HSL 330° 36.07% 57.06%
HSB/HSV 330° 42.70% 72.55%
CMYK 0.00% 42.70% 21.08%
27.45%

Color #B96A92 in popluar number systems.

HEX B9 6A 92
Decimal 185 106 146
Binary 10111001 1101010 10010010
Octal 271 152 222

Shades and tints

Shades of #B96A92

#B96A92
(185,106,146)
#A96185
(169,97,133)
#995878
(153,88,120)
#894F6B
(137,79,107)
#79465E
(121,70,94)
#693D51
(105,61,81)
#593444
(89,52,68)
#492B37
(73,43,55)
#39222A
(57,34,42)
#29191D
(41,25,29)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B96A92

#B96A92
(185,106,146)
#BF779B
(191,119,155)
#C584A4
(197,132,164)
#CB91AD
(203,145,173)
#D19EB6
(209,158,182)
#D7ABBF
(215,171,191)
#DDB8C8
(221,184,200)
#E3C5D1
(227,197,209)
#E9D2DA
(233,210,218)
#EFDFE3
(239,223,227)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96A92 color. Also use rgb(185,106,146) instead hex code.

Text Font Color

.myTextColor { color: #B96A92; }

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

This text font color is #B96A92.

Background Color

.myBgColor { background-color: #B96A92; }

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

This div background color is #B96A92.

Border color

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

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

This div border color is #B96A92.

Opacity

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

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

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

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

This text has shadow with #B96A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96A92.

Preview

Color preview on black background

This text has color #B96A92 on black background.


Color preview on white background

This text has color #B96A92 on white background.


Black color preview on #B96A92 background

This text has black color on #B96A92 background.


White color preview on #B96A92 background

This text has white color on #B96A92 background.


Related colors

Complementary color

Complementary color for #hex is #46956D.


I love getcolorcode.com

Triadic colors

1 #92B96A and #6A92B9 with #B96A92 are triadic colors.

2 #926AB9 and #6AB992 with #B96A92 are triadic colors.