COLOR #B1694C

HEX: #B1694C
RGB: (177,105,76)

Color info

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

RGB color model

#B1694C color RGB value is (177,105,76).

  • red value is 177;
  • green value is 105;
  • blue value is 76.
RGB:
(177,105,76)
(69%,41%,30%)

RGB channels and saturation

R 177 of 255 = 69%
G 105 of 255 = 41%
B 76 of 255 = 30%

177
105
76

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

Portions of RGB colors in percentages

R + G + B =
177 + 105 + 76 = 358 (100%)
R 177 of 358 ~ 49.44%
G 105 of 358 ~ 29.33%
B 76 of 358 ~ 21.23%

%49.44
%29.33
%21.23

CMYK color model

#B1694C color CMYK value is (0,41,57,31).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 57.06%
  • key color value is 30.59%
CMYK:
(0,41,57,31)
C0M41Y57K31 
(0%,41%,57%,31%)
(0.00/0.41/0.57/0.31)	

CMYK percentages

%0
%40.68
%57.06
%30.59

Codes

Color #B1694C in popluar color models

B1694C
RGB17710576
HSL17°39.92%49.61%
HSB/HSV17°57.06%69.41%
CMYK0.00%40.68%57.06%
30.59%

Color #B1694C in popluar number systems.

HEXB1694C
Decimal17710576
Binary1011000111010011001100
Octal261151114

Shades and tints

Shades of #B1694C

#B1694C
(177,105,76)
#A16046
(161,96,70)
#915740
(145,87,64)
#814E3A
(129,78,58)
#714534
(113,69,52)
#613C2E
(97,60,46)
#513328
(81,51,40)
#412A22
(65,42,34)
#31211C
(49,33,28)
#211816
(33,24,22)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #B1694C

#B1694C
(177,105,76)
#B8765C
(184,118,92)
#BF836C
(191,131,108)
#C6907C
(198,144,124)
#CD9D8C
(205,157,140)
#D4AA9C
(212,170,156)
#DBB7AC
(219,183,172)
#E2C4BC
(226,196,188)
#E9D1CC
(233,209,204)
#F0DEDC
(240,222,220)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1694C color. Also use rgb(177,105,76) instead hex code.

Text Font Color

.myTextColor { color: #B1694C; }

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

This text font color is #B1694C.


Background Color

.myBgColor { background-color: #B1694C; }

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

This div background color is #B1694C.


Border color

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

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

This div border color is #B1694C.


Opacity

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

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

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

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

This text has shadow with #B1694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1694C on black background.


Color preview on white background

This text has color #B1694C on white background.



Black color preview on #B1694C background

This text has black color on #B1694C background.


White color preview on #B1694C background

This text has white color on #B1694C background.