COLOR #B1684A

HEX: #B1684A
RGB: (177,104,74)

Color info

#B1684A contains mainly red color. Web safe color of #B1684A is #996633 (or #963).

RGB color model

#B1684A color RGB value is (177,104,74).

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

RGB channels and saturation

R 177 of 255 = 69%
G 104 of 255 = 41%
B 74 of 255 = 29%

177
104
74

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

Portions of RGB colors in percentages

R + G + B =
177 + 104 + 74 = 355 (100%)
R 177 of 355 ~ 49.86%
G 104 of 355 ~ 29.3%
B 74 of 355 ~ 20.85%

%49.86
%29.3
%20.85

CMYK color model

#B1684A color CMYK value is (0,41,58,31).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(0,41,58,31)
C0M41Y58K31 
(0%,41%,58%,31%)
(0.00/0.41/0.58/0.31)	

CMYK percentages

%0
%41.24
%58.19
%30.59

Codes

Color #B1684A in popluar color models

B1684A
RGB17710474
HSL17°41.04%49.22%
HSB/HSV17°58.19%69.41%
CMYK0.00%41.24%58.19%
30.59%

Color #B1684A in popluar number systems.

HEXB1684A
Decimal17710474
Binary1011000111010001001010
Octal261150112

Shades and tints

Shades of #B1684A

#B1684A
(177,104,74)
#A15F44
(161,95,68)
#91563E
(145,86,62)
#814D38
(129,77,56)
#714432
(113,68,50)
#613B2C
(97,59,44)
#513226
(81,50,38)
#412920
(65,41,32)
#31201A
(49,32,26)
#211714
(33,23,20)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #B1684A

#B1684A
(177,104,74)
#B8755A
(184,117,90)
#BF826A
(191,130,106)
#C68F7A
(198,143,122)
#CD9C8A
(205,156,138)
#D4A99A
(212,169,154)
#DBB6AA
(219,182,170)
#E2C3BA
(226,195,186)
#E9D0CA
(233,208,202)
#F0DDDA
(240,221,218)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1684A; }

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

This text font color is #B1684A.


Background Color

.myBgColor { background-color: #B1684A; }

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

This div background color is #B1684A.


Border color

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

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

This div border color is #B1684A.


Opacity

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

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

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

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

This text has shadow with #B1684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1684A on black background.


Color preview on white background

This text has color #B1684A on white background.



Black color preview on #B1684A background

This text has black color on #B1684A background.


White color preview on #B1684A background

This text has white color on #B1684A background.