COLOR #B1736B

HEX: #B1736B RGB: (177,115,107)

Color info

#B1736B contains mainly red color. Web safe color of #B1736B is #996666 (or #966).

RGB color model

#B1736B color RGB value is (177,115,107).

RGB: (177,115,107) (69%, 45%, 42%)

RGB channels and saturation

R 177 of 255 = 69%
G 115 of 255 = 45%
B 107 of 255 = 42%

177
115
107

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

Portions of RGB colors in percentages

R + G + B = 177 + 115 + 107 = 399 (100%)
R 177 of 399 ~ 44.36%
G 115 of 399 ~ 28.82%
B 107 of 399 ~ 26.82'%

%44.36
%28.82
%26.82

CMYK color model

#B1736B color CMYK value is (0,35,40,31).

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 39.55%
  • key color value is 30.59%

CMYK: (0,35,40,31)
C0M35Y40K31 (0%, 35%, 40%, 31%)
(0.00 / 0.35 / 0.40 / 0.31)

CMYK percentages

%0
%35.03
%39.55
%30.59

Codes

Color #B1736B in popluar color models

B1 73 6B
RGB 177 115 107
HSL 30.97% 55.69%
HSB/HSV 39.55% 69.41%
CMYK 0.00% 35.03% 39.55%
30.59%

Color #B1736B in popluar number systems.

HEX B1 73 6B
Decimal 177 115 107
Binary 10110001 1110011 1101011
Octal 261 163 153

Shades and tints

Shades of #B1736B

#B1736B
(177,115,107)
#A16962
(161,105,98)
#915F59
(145,95,89)
#815550
(129,85,80)
#714B47
(113,75,71)
#61413E
(97,65,62)
#513735
(81,55,53)
#412D2C
(65,45,44)
#312323
(49,35,35)
#21191A
(33,25,26)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #B1736B

#B1736B
(177,115,107)
#B87F78
(184,127,120)
#BF8B85
(191,139,133)
#C69792
(198,151,146)
#CDA39F
(205,163,159)
#D4AFAC
(212,175,172)
#DBBBB9
(219,187,185)
#E2C7C6
(226,199,198)
#E9D3D3
(233,211,211)
#F0DFE0
(240,223,224)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1736B color. Also use rgb(177,115,107) instead hex code.

Text Font Color

.myTextColor { color: #B1736B; }

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

This text font color is #B1736B.

Background Color

.myBgColor { background-color: #B1736B; }

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

This div background color is #B1736B.

Border color

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

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

This div border color is #B1736B.

Opacity

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

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

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

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

This text has shadow with #B1736B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1736B.

Preview

Color preview on black background

This text has color #B1736B on black background.


Color preview on white background

This text has color #B1736B on white background.


Black color preview on #B1736B background

This text has black color on #B1736B background.


White color preview on #B1736B background

This text has white color on #B1736B background.


Related colors

Complementary color

Complementary color for #hex is #4E8C94.


I love getcolorcode.com

Triadic colors

1 #6BB173 and #736BB1 with #B1736B are triadic colors.

2 #6B73B1 and #73B16B with #B1736B are triadic colors.