COLOR #B4929B

HEX: #B4929B RGB: (180,146,155)

Color info

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

RGB color model

#B4929B color RGB value is (180,146,155).

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

RGB channels and saturation

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

180
146
155

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

Portions of RGB colors in percentages

R + G + B = 180 + 146 + 155 = 481 (100%)
R 180 of 481 ~ 37.42%
G 146 of 481 ~ 30.35%
B 155 of 481 ~ 32.22'%

%37.42
%30.35
%32.22

CMYK color model

#B4929B color CMYK value is (0,19,14,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 13.89%
  • key color value is 29.41%

CMYK: (0,19,14,29)
C0M19Y14K29 (0%, 19%, 14%, 29%)
(0.00 / 0.19 / 0.14 / 0.29)

CMYK percentages

%0
%18.89
%13.89
%29.41

Codes

Color #B4929B in popluar color models

B4 92 9B
RGB 180 146 155
HSL 344° 18.48% 63.92%
HSB/HSV 344° 18.89% 70.59%
CMYK 0.00% 18.89% 13.89%
29.41%

Color #B4929B in popluar number systems.

HEX B4 92 9B
Decimal 180 146 155
Binary 10110100 10010010 10011011
Octal 264 222 233

Shades and tints

Shades of #B4929B

#B4929B
(180,146,155)
#A4858D
(164,133,141)
#94787F
(148,120,127)
#846B71
(132,107,113)
#745E63
(116,94,99)
#645155
(100,81,85)
#544447
(84,68,71)
#443739
(68,55,57)
#342A2B
(52,42,43)
#241D1D
(36,29,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #B4929B

#B4929B
(180,146,155)
#BA9BA4
(186,155,164)
#C0A4AD
(192,164,173)
#C6ADB6
(198,173,182)
#CCB6BF
(204,182,191)
#D2BFC8
(210,191,200)
#D8C8D1
(216,200,209)
#DED1DA
(222,209,218)
#E4DAE3
(228,218,227)
#EAE3EC
(234,227,236)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4929B; }

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

This text font color is #B4929B.

Background Color

.myBgColor { background-color: #B4929B; }

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

This div background color is #B4929B.

Border color

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

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

This div border color is #B4929B.

Opacity

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

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

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

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

This text has shadow with #B4929B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4929B.

Preview

Color preview on black background

This text has color #B4929B on black background.


Color preview on white background

This text has color #B4929B on white background.


Black color preview on #B4929B background

This text has black color on #B4929B background.


White color preview on #B4929B background

This text has white color on #B4929B background.


Related colors

Complementary color

Complementary color for #hex is #4B6D64.


I love getcolorcode.com

Triadic colors

1 #9BB492 and #929BB4 with #B4929B are triadic colors.

2 #9B92B4 and #92B49B with #B4929B are triadic colors.