COLOR #B1685C

HEX: #B1685C
RGB: (177,104,92)

Color info

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

RGB color model

#B1685C color RGB value is (177,104,92).

  • red value is 177;
  • green value is 104;
  • blue value is 92.
RGB: (177,104,92) (69%,41%,36%)

RGB channels and saturation

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

177
104
92

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

Portions of RGB colors in percentages

R + G + B =
177 + 104 + 92 = 373 (100%)
R 177 of 373 ~ 47.45%
G 104 of 373 ~ 27.88%
B 92 of 373 ~ 24.66%

%47.45
%27.88
%24.66

CMYK color model

#B1685C color CMYK value is (0,41,48,31).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK: (0,41,48,31) C0M41Y48K31 (0%,41%,48%,31%) (0.00/0.41/0.48/0.31)

CMYK percentages

%0
%41.24
%48.02
%30.59

Codes

Color #B1685C in popluar color models

B1685C
RGB17710492
HSL35.27%52.75%
HSB/HSV48.02%69.41%
CMYK0.00%41.24%48.02%
30.59%

Color #B1685C in popluar number systems.

HEXB1685C
Decimal17710492
Binary1011000111010001011100
Octal261150134

Shades and tints

Shades of #B1685C

#B1685C
(177,104,92)
#A15F54
(161,95,84)
#91564C
(145,86,76)
#814D44
(129,77,68)
#71443C
(113,68,60)
#613B34
(97,59,52)
#51322C
(81,50,44)
#412924
(65,41,36)
#31201C
(49,32,28)
#211714
(33,23,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #B1685C

#B1685C
(177,104,92)
#B8756A
(184,117,106)
#BF8278
(191,130,120)
#C68F86
(198,143,134)
#CD9C94
(205,156,148)
#D4A9A2
(212,169,162)
#DBB6B0
(219,182,176)
#E2C3BE
(226,195,190)
#E9D0CC
(233,208,204)
#F0DDDA
(240,221,218)
#F7EAE8
(247,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1685C; }

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

This text font color is #B1685C.


Background Color

.myBgColor { background-color: #B1685C; }

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

This div background color is #B1685C.


Border color

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

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

This div border color is #B1685C.


Opacity

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

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

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

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

This text has shadow with #B1685C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1685C on black background.


Color preview on white background

This text has color #B1685C on white background.



Black color preview on #B1685C background

This text has black color on #B1685C background.


White color preview on #B1685C background

This text has white color on #B1685C background.