COLOR #B5776E

HEX: #B5776E RGB: (181,119,110)

Color info

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

RGB color model

#B5776E color RGB value is (181,119,110).

RGB: (181,119,110) (71%, 47%, 43%)

RGB channels and saturation

R 181 of 255 = 71%
G 119 of 255 = 47%
B 110 of 255 = 43%

181
119
110

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

Portions of RGB colors in percentages

R + G + B = 181 + 119 + 110 = 410 (100%)
R 181 of 410 ~ 44.15%
G 119 of 410 ~ 29.02%
B 110 of 410 ~ 26.83'%

%44.15
%29.02
%26.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 39.23%
  • 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
%39.23
%29.02

Codes

Color #B5776E in popluar color models

B5 77 6E
RGB 181 119 110
HSL 32.42% 57.06%
HSB/HSV 39.23% 70.98%
CMYK 0.00% 34.25% 39.23%
29.02%

Color #B5776E in popluar number systems.

HEX B5 77 6E
Decimal 181 119 110
Binary 10110101 1110111 1101110
Octal 265 167 156

Shades and tints

Shades of #B5776E

#B5776E
(181,119,110)
#A56D64
(165,109,100)
#95635A
(149,99,90)
#855950
(133,89,80)
#754F46
(117,79,70)
#65453C
(101,69,60)
#553B32
(85,59,50)
#453128
(69,49,40)
#35271E
(53,39,30)
#251D14
(37,29,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #B5776E

#B5776E
(181,119,110)
#BB837B
(187,131,123)
#C18F88
(193,143,136)
#C79B95
(199,155,149)
#CDA7A2
(205,167,162)
#D3B3AF
(211,179,175)
#D9BFBC
(217,191,188)
#DFCBC9
(223,203,201)
#E5D7D6
(229,215,214)
#EBE3E3
(235,227,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5776E; }

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

This text font color is #B5776E.

Background Color

.myBgColor { background-color: #B5776E; }

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

This div background color is #B5776E.

Border color

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

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

This div border color is #B5776E.

Opacity

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

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

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

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

This text has shadow with #B5776E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5776E.

Preview

Color preview on black background

This text has color #B5776E on black background.


Color preview on white background

This text has color #B5776E on white background.


Black color preview on #B5776E background

This text has black color on #B5776E background.


White color preview on #B5776E background

This text has white color on #B5776E background.


Related colors

Complementary color

Complementary color for #hex is #4A8891.


I love getcolorcode.com

Triadic colors

1 #6EB577 and #776EB5 with #B5776E are triadic colors.

2 #6E77B5 and #77B56E with #B5776E are triadic colors.