COLOR #B16A67

HEX: #B16A67 RGB: (177,106,103)

Color info

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

RGB color model

#B16A67 color RGB value is (177,106,103).

RGB: (177,106,103) (69%, 42%, 40%)

RGB channels and saturation

R 177 of 255 = 69%
G 106 of 255 = 42%
B 103 of 255 = 40%

177
106
103

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

Portions of RGB colors in percentages

R + G + B = 177 + 106 + 103 = 386 (100%)
R 177 of 386 ~ 45.85%
G 106 of 386 ~ 27.46%
B 103 of 386 ~ 26.68'%

%45.85
%27.46
%26.68

CMYK color model

#B16A67 color CMYK value is (0,40,42,31).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 41.81%
  • key color value is 30.59%

CMYK: (0,40,42,31)
C0M40Y42K31 (0%, 40%, 42%, 31%)
(0.00 / 0.40 / 0.42 / 0.31)

CMYK percentages

%0
%40.11
%41.81
%30.59

Codes

Color #B16A67 in popluar color models

B1 6A 67
RGB 177 106 103
HSL 32.17% 54.90%
HSB/HSV 41.81% 69.41%
CMYK 0.00% 40.11% 41.81%
30.59%

Color #B16A67 in popluar number systems.

HEX B1 6A 67
Decimal 177 106 103
Binary 10110001 1101010 1100111
Octal 261 152 147

Shades and tints

Shades of #B16A67

#B16A67
(177,106,103)
#A1615E
(161,97,94)
#915855
(145,88,85)
#814F4C
(129,79,76)
#714643
(113,70,67)
#613D3A
(97,61,58)
#513431
(81,52,49)
#412B28
(65,43,40)
#31221F
(49,34,31)
#211916
(33,25,22)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #B16A67

#B16A67
(177,106,103)
#B87774
(184,119,116)
#BF8481
(191,132,129)
#C6918E
(198,145,142)
#CD9E9B
(205,158,155)
#D4ABA8
(212,171,168)
#DBB8B5
(219,184,181)
#E2C5C2
(226,197,194)
#E9D2CF
(233,210,207)
#F0DFDC
(240,223,220)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16A67 color. Also use rgb(177,106,103) instead hex code.

Text Font Color

.myTextColor { color: #B16A67; }

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

This text font color is #B16A67.

Background Color

.myBgColor { background-color: #B16A67; }

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

This div background color is #B16A67.

Border color

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

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

This div border color is #B16A67.

Opacity

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

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

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

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

This text has shadow with #B16A67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16A67.

Preview

Color preview on black background

This text has color #B16A67 on black background.


Color preview on white background

This text has color #B16A67 on white background.


Black color preview on #B16A67 background

This text has black color on #B16A67 background.


White color preview on #B16A67 background

This text has white color on #B16A67 background.


Related colors

Complementary color

Complementary color for #hex is #4E9598.


I love getcolorcode.com

Triadic colors

1 #67B16A and #6A67B1 with #B16A67 are triadic colors.

2 #676AB1 and #6AB167 with #B16A67 are triadic colors.