COLOR #B1685B

HEX: #B1685B RGB: (177,104,91)

Color info

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

RGB color model

#B1685B color RGB value is (177,104,91).

RGB: (177,104,91) (69%, 41%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 104 of 255 = 41%
B 91 of 255 = 36%

177
104
91

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

Portions of RGB colors in percentages

R + G + B = 177 + 104 + 91 = 372 (100%)
R 177 of 372 ~ 47.58%
G 104 of 372 ~ 27.96%
B 91 of 372 ~ 24.46'%

%47.58
%27.96
%24.46

CMYK color model

#B1685B color CMYK value is (0,41,49,31).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 48.59%
  • key color value is 30.59%

CMYK: (0,41,49,31)
C0M41Y49K31 (0%, 41%, 49%, 31%)
(0.00 / 0.41 / 0.49 / 0.31)

CMYK percentages

%0
%41.24
%48.59
%30.59

Codes

Color #B1685B in popluar color models

B1 68 5B
RGB 177 104 91
HSL 35.54% 52.55%
HSB/HSV 48.59% 69.41%
CMYK 0.00% 41.24% 48.59%
30.59%

Color #B1685B in popluar number systems.

HEX B1 68 5B
Decimal 177 104 91
Binary 10110001 1101000 1011011
Octal 261 150 133

Shades and tints

Shades of #B1685B

#B1685B
(177,104,91)
#A15F53
(161,95,83)
#91564B
(145,86,75)
#814D43
(129,77,67)
#71443B
(113,68,59)
#613B33
(97,59,51)
#51322B
(81,50,43)
#412923
(65,41,35)
#31201B
(49,32,27)
#211713
(33,23,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #B1685B

#B1685B
(177,104,91)
#B87569
(184,117,105)
#BF8277
(191,130,119)
#C68F85
(198,143,133)
#CD9C93
(205,156,147)
#D4A9A1
(212,169,161)
#DBB6AF
(219,182,175)
#E2C3BD
(226,195,189)
#E9D0CB
(233,208,203)
#F0DDD9
(240,221,217)
#F7EAE7
(247,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1685B color. Also use rgb(177,104,91) instead hex code.

Text Font Color

.myTextColor { color: #B1685B; }

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

This text font color is #B1685B.

Background Color

.myBgColor { background-color: #B1685B; }

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

This div background color is #B1685B.

Border color

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

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

This div border color is #B1685B.

Opacity

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

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

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

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

This text has shadow with #B1685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1685B.

Preview

Color preview on black background

This text has color #B1685B on black background.


Color preview on white background

This text has color #B1685B on white background.


Black color preview on #B1685B background

This text has black color on #B1685B background.


White color preview on #B1685B background

This text has white color on #B1685B background.


Related colors

Complementary color

Complementary color for #hex is #4E97A4.


I love getcolorcode.com

Triadic colors

1 #5BB168 and #685BB1 with #B1685B are triadic colors.

2 #5B68B1 and #68B15B with #B1685B are triadic colors.