COLOR #B5776F

HEX: #B5776F RGB: (181,119,111)

Color info

#B5776F contains mainly red color. Web safe color of #B5776F is #CC6666 (or #C66).

RGB color model

#B5776F color RGB value is (181,119,111).

RGB: (181,119,111) (71%, 47%, 44%)

RGB channels and saturation

R 181 of 255 = 71%
G 119 of 255 = 47%
B 111 of 255 = 44%

181
119
111

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

Portions of RGB colors in percentages

R + G + B = 181 + 119 + 111 = 411 (100%)
R 181 of 411 ~ 44.04%
G 119 of 411 ~ 28.95%
B 111 of 411 ~ 27.01'%

%44.04
%28.95
%27.01

CMYK color model

#B5776F color CMYK value is (0,34,39,29).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 38.67%
  • key color value is 29.02%

CMYK: (0,34,39,29)
C0M34Y39K29 (0%, 34%, 39%, 29%)
(0.00 / 0.34 / 0.39 / 0.29)

CMYK percentages

%0
%34.25
%38.67
%29.02

Codes

Color #B5776F in popluar color models

B5 77 6F
RGB 181 119 111
HSL 32.11% 57.25%
HSB/HSV 38.67% 70.98%
CMYK 0.00% 34.25% 38.67%
29.02%

Color #B5776F in popluar number systems.

HEX B5 77 6F
Decimal 181 119 111
Binary 10110101 1110111 1101111
Octal 265 167 157

Shades and tints

Shades of #B5776F

#B5776F
(181,119,111)
#A56D65
(165,109,101)
#95635B
(149,99,91)
#855951
(133,89,81)
#754F47
(117,79,71)
#65453D
(101,69,61)
#553B33
(85,59,51)
#453129
(69,49,41)
#35271F
(53,39,31)
#251D15
(37,29,21)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #B5776F

#B5776F
(181,119,111)
#BB837C
(187,131,124)
#C18F89
(193,143,137)
#C79B96
(199,155,150)
#CDA7A3
(205,167,163)
#D3B3B0
(211,179,176)
#D9BFBD
(217,191,189)
#DFCBCA
(223,203,202)
#E5D7D7
(229,215,215)
#EBE3E4
(235,227,228)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5776F; }

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

This text font color is #B5776F.

Background Color

.myBgColor { background-color: #B5776F; }

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

This div background color is #B5776F.

Border color

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

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

This div border color is #B5776F.

Opacity

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

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

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

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

This text has shadow with #B5776F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5776F.

Preview

Color preview on black background

This text has color #B5776F on black background.


Color preview on white background

This text has color #B5776F on white background.


Black color preview on #B5776F background

This text has black color on #B5776F background.


White color preview on #B5776F background

This text has white color on #B5776F background.


Related colors

Complementary color

Complementary color for #hex is #4A8890.


I love getcolorcode.com

Triadic colors

1 #6FB577 and #776FB5 with #B5776F are triadic colors.

2 #6F77B5 and #77B56F with #B5776F are triadic colors.