COLOR #B4929F

HEX: #B4929F
RGB: (180,146,159)

Color info

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

RGB color model

#B4929F color RGB value is (180,146,159).

  • red value is 180;
  • green value is 146;
  • blue value is 159.
RGB:
(180,146,159)
(71%,57%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 159 of 255 = 62%

180
146
159

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

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 159 = 485 (100%)
R 180 of 485 ~ 37.11%
G 146 of 485 ~ 30.1%
B 159 of 485 ~ 32.78%

%37.11
%30.1
%32.78

CMYK color model

#B4929F color CMYK value is (0,19,12,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(0,19,12,29)
C0M19Y12K29 
(0%,19%,12%,29%)
(0.00/0.19/0.12/0.29)	

CMYK percentages

%0
%18.89
%11.67
%29.41

Codes

Color #B4929F in popluar color models

B4929F
RGB180146159
HSL337°18.48%63.92%
HSB/HSV337°18.89%70.59%
CMYK0.00%18.89%11.67%
29.41%

Color #B4929F in popluar number systems.

HEXB4929F
Decimal180146159
Binary101101001001001010011111
Octal264222237

Shades and tints

Shades of #B4929F

#B4929F
(180,146,159)
#A48591
(164,133,145)
#947883
(148,120,131)
#846B75
(132,107,117)
#745E67
(116,94,103)
#645159
(100,81,89)
#54444B
(84,68,75)
#44373D
(68,55,61)
#342A2F
(52,42,47)
#241D21
(36,29,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B4929F

#B4929F
(180,146,159)
#BA9BA7
(186,155,167)
#C0A4AF
(192,164,175)
#C6ADB7
(198,173,183)
#CCB6BF
(204,182,191)
#D2BFC7
(210,191,199)
#D8C8CF
(216,200,207)
#DED1D7
(222,209,215)
#E4DADF
(228,218,223)
#EAE3E7
(234,227,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4929F; }

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

This text font color is #B4929F.


Background Color

.myBgColor { background-color: #B4929F; }

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

This div background color is #B4929F.


Border color

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

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

This div border color is #B4929F.


Opacity

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

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

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

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

This text has shadow with #B4929F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4929F on black background.


Color preview on white background

This text has color #B4929F on white background.



Black color preview on #B4929F background

This text has black color on #B4929F background.


White color preview on #B4929F background

This text has white color on #B4929F background.