COLOR #B5778B

HEX: #B5778B
RGB: (181,119,139)

Color info

#B5778B contains mainly red and blue colors. Web safe color of #B5778B is #CC6699 (or #C69).

RGB color model

#B5778B color RGB value is (181,119,139).

  • red value is 181;
  • green value is 119;
  • blue value is 139.
RGB:
(181,119,139)
(71%,47%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 119 of 255 = 47%
B 139 of 255 = 55%

181
119
139

R + G + B ~ 58%. #B5778B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 119 + 139 = 439 (100%)
R 181 of 439 ~ 41.23%
G 119 of 439 ~ 27.11%
B 139 of 439 ~ 31.66%

%41.23
%27.11
%31.66

CMYK color model

#B5778B color CMYK value is (0,34,23,29).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK:
(0,34,23,29)
C0M34Y23K29 
(0%,34%,23%,29%)
(0.00/0.34/0.23/0.29)	

CMYK percentages

%0
%34.25
%23.2
%29.02

Codes

Color #B5778B in popluar color models

B5778B
RGB181119139
HSL341°29.52%58.82%
HSB/HSV341°34.25%70.98%
CMYK0.00%34.25%23.20%
29.02%

Color #B5778B in popluar number systems.

HEXB5778B
Decimal181119139
Binary10110101111011110001011
Octal265167213

Shades and tints

Shades of #B5778B

#B5778B
(181,119,139)
#A56D7F
(165,109,127)
#956373
(149,99,115)
#855967
(133,89,103)
#754F5B
(117,79,91)
#65454F
(101,69,79)
#553B43
(85,59,67)
#453137
(69,49,55)
#35272B
(53,39,43)
#251D1F
(37,29,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5778B

#B5778B
(181,119,139)
#BB8395
(187,131,149)
#C18F9F
(193,143,159)
#C79BA9
(199,155,169)
#CDA7B3
(205,167,179)
#D3B3BD
(211,179,189)
#D9BFC7
(217,191,199)
#DFCBD1
(223,203,209)
#E5D7DB
(229,215,219)
#EBE3E5
(235,227,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5778B color. Also use rgb(181,119,139) instead hex code.

Text Font Color

.myTextColor { color: #B5778B; }

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

This text font color is #B5778B.


Background Color

.myBgColor { background-color: #B5778B; }

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

This div background color is #B5778B.


Border color

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

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

This div border color is #B5778B.


Opacity

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

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

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

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

This text has shadow with #B5778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5778B on black background.


Color preview on white background

This text has color #B5778B on white background.



Black color preview on #B5778B background

This text has black color on #B5778B background.


White color preview on #B5778B background

This text has white color on #B5778B background.