COLOR #B5919B

HEX: #B5919B RGB: (181,145,155)

Color info

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

RGB color model

#B5919B color RGB value is (181,145,155).

RGB: (181,145,155) (71%, 57%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 155 of 255 = 61%

181
145
155

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

Portions of RGB colors in percentages

R + G + B = 181 + 145 + 155 = 481 (100%)
R 181 of 481 ~ 37.63%
G 145 of 481 ~ 30.15%
B 155 of 481 ~ 32.22'%

%37.63
%30.15
%32.22

CMYK color model

#B5919B color CMYK value is (0,20,14,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 14.36%
  • key color value is 29.02%

CMYK: (0,20,14,29)
C0M20Y14K29 (0%, 20%, 14%, 29%)
(0.00 / 0.20 / 0.14 / 0.29)

CMYK percentages

%0
%19.89
%14.36
%29.02

Codes

Color #B5919B in popluar color models

B5 91 9B
RGB 181 145 155
HSL 343° 19.57% 63.92%
HSB/HSV 343° 19.89% 70.98%
CMYK 0.00% 19.89% 14.36%
29.02%

Color #B5919B in popluar number systems.

HEX B5 91 9B
Decimal 181 145 155
Binary 10110101 10010001 10011011
Octal 265 221 233

Shades and tints

Shades of #B5919B

#B5919B
(181,145,155)
#A5848D
(165,132,141)
#95777F
(149,119,127)
#856A71
(133,106,113)
#755D63
(117,93,99)
#655055
(101,80,85)
#554347
(85,67,71)
#453639
(69,54,57)
#35292B
(53,41,43)
#251C1D
(37,28,29)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #B5919B

#B5919B
(181,145,155)
#BB9BA4
(187,155,164)
#C1A5AD
(193,165,173)
#C7AFB6
(199,175,182)
#CDB9BF
(205,185,191)
#D3C3C8
(211,195,200)
#D9CDD1
(217,205,209)
#DFD7DA
(223,215,218)
#E5E1E3
(229,225,227)
#EBEBEC
(235,235,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5919B; }

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

This text font color is #B5919B.

Background Color

.myBgColor { background-color: #B5919B; }

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

This div background color is #B5919B.

Border color

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

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

This div border color is #B5919B.

Opacity

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

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

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

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

This text has shadow with #B5919B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5919B.

Preview

Color preview on black background

This text has color #B5919B on black background.


Color preview on white background

This text has color #B5919B on white background.


Black color preview on #B5919B background

This text has black color on #B5919B background.


White color preview on #B5919B background

This text has white color on #B5919B background.


Related colors

Complementary color

Complementary color for #hex is #4A6E64.


I love getcolorcode.com

Triadic colors

1 #9BB591 and #919BB5 with #B5919B are triadic colors.

2 #9B91B5 and #91B59B with #B5919B are triadic colors.