COLOR #B5949B

HEX: #B5949B
RGB: (181,148,155)

Color info

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

RGB color model

#B5949B color RGB value is (181,148,155).

  • red value is 181;
  • green value is 148;
  • blue value is 155.
RGB:
(181,148,155)
(71%,58%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 155 of 255 = 61%

181
148
155

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

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 155 = 484 (100%)
R 181 of 484 ~ 37.4%
G 148 of 484 ~ 30.58%
B 155 of 484 ~ 32.02%

%37.4
%30.58
%32.02

CMYK color model

#B5949B color CMYK value is (0,18,14,29).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(0,18,14,29)
C0M18Y14K29 
(0%,18%,14%,29%)
(0.00/0.18/0.14/0.29)	

CMYK percentages

%0
%18.23
%14.36
%29.02

Codes

Color #B5949B in popluar color models

B5949B
RGB181148155
HSL347°18.23%64.51%
HSB/HSV347°18.23%70.98%
CMYK0.00%18.23%14.36%
29.02%

Color #B5949B in popluar number systems.

HEXB5949B
Decimal181148155
Binary101101011001010010011011
Octal265224233

Shades and tints

Shades of #B5949B

#B5949B
(181,148,155)
#A5878D
(165,135,141)
#957A7F
(149,122,127)
#856D71
(133,109,113)
#756063
(117,96,99)
#655355
(101,83,85)
#554647
(85,70,71)
#453939
(69,57,57)
#352C2B
(53,44,43)
#251F1D
(37,31,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #B5949B

#B5949B
(181,148,155)
#BB9DA4
(187,157,164)
#C1A6AD
(193,166,173)
#C7AFB6
(199,175,182)
#CDB8BF
(205,184,191)
#D3C1C8
(211,193,200)
#D9CAD1
(217,202,209)
#DFD3DA
(223,211,218)
#E5DCE3
(229,220,227)
#EBE5EC
(235,229,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5949B color. Also use rgb(181,148,155) instead hex code.

Text Font Color

.myTextColor { color: #B5949B; }

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

This text font color is #B5949B.


Background Color

.myBgColor { background-color: #B5949B; }

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

This div background color is #B5949B.


Border color

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

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

This div border color is #B5949B.


Opacity

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

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

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

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

This text has shadow with #B5949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5949B on black background.


Color preview on white background

This text has color #B5949B on white background.



Black color preview on #B5949B background

This text has black color on #B5949B background.


White color preview on #B5949B background

This text has white color on #B5949B background.