COLOR #B6929B

HEX: #B6929B RGB: (182,146,155)

Color info

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

RGB color model

#B6929B color RGB value is (182,146,155).

RGB: (182,146,155) (71%, 57%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 155 of 255 = 61%

182
146
155

R + G + B ~ 63%. #B6929B is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 146 + 155 = 483 (100%)
R 182 of 483 ~ 37.68%
G 146 of 483 ~ 30.23%
B 155 of 483 ~ 32.09'%

%37.68
%30.23
%32.09

CMYK color model

#B6929B color CMYK value is (0,20,15,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 14.84%
  • key color value is 28.63%

CMYK: (0,20,15,29)
C0M20Y15K29 (0%, 20%, 15%, 29%)
(0.00 / 0.20 / 0.15 / 0.29)

CMYK percentages

%0
%19.78
%14.84
%28.63

Codes

Color #B6929B in popluar color models

B6 92 9B
RGB 182 146 155
HSL 345° 19.78% 64.31%
HSB/HSV 345° 19.78% 71.37%
CMYK 0.00% 19.78% 14.84%
28.63%

Color #B6929B in popluar number systems.

HEX B6 92 9B
Decimal 182 146 155
Binary 10110110 10010010 10011011
Octal 266 222 233

Shades and tints

Shades of #B6929B

#B6929B
(182,146,155)
#A6858D
(166,133,141)
#96787F
(150,120,127)
#866B71
(134,107,113)
#765E63
(118,94,99)
#665155
(102,81,85)
#564447
(86,68,71)
#463739
(70,55,57)
#362A2B
(54,42,43)
#261D1D
(38,29,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #B6929B

#B6929B
(182,146,155)
#BC9BA4
(188,155,164)
#C2A4AD
(194,164,173)
#C8ADB6
(200,173,182)
#CEB6BF
(206,182,191)
#D4BFC8
(212,191,200)
#DAC8D1
(218,200,209)
#E0D1DA
(224,209,218)
#E6DAE3
(230,218,227)
#ECE3EC
(236,227,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6929B color. Also use rgb(182,146,155) instead hex code.

Text Font Color

.myTextColor { color: #B6929B; }

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

This text font color is #B6929B.

Background Color

.myBgColor { background-color: #B6929B; }

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

This div background color is #B6929B.

Border color

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

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

This div border color is #B6929B.

Opacity

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

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

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

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

This text has shadow with #B6929B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6929B.

Preview

Color preview on black background

This text has color #B6929B on black background.


Color preview on white background

This text has color #B6929B on white background.


Black color preview on #B6929B background

This text has black color on #B6929B background.


White color preview on #B6929B background

This text has white color on #B6929B background.


Related colors

Complementary color

Complementary color for #hex is #496D64.


I love getcolorcode.com

Triadic colors

1 #9BB692 and #929BB6 with #B6929B are triadic colors.

2 #9B92B6 and #92B69B with #B6929B are triadic colors.