COLOR #B97679

HEX: #B97679 RGB: (185,118,121)

Color info

#B97679 contains mainly red color. Web safe color of #B97679 is #CC6666 (or #C66).

RGB color model

#B97679 color RGB value is (185,118,121).

RGB: (185,118,121) (73%, 46%, 47%)

RGB channels and saturation

R 185 of 255 = 73%
G 118 of 255 = 46%
B 121 of 255 = 47%

185
118
121

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

Portions of RGB colors in percentages

R + G + B = 185 + 118 + 121 = 424 (100%)
R 185 of 424 ~ 43.63%
G 118 of 424 ~ 27.83%
B 121 of 424 ~ 28.54'%

%43.63
%27.83
%28.54

CMYK color model

#B97679 color CMYK value is (0,36,35,27).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 34.59%
  • key color value is 27.45%

CMYK: (0,36,35,27)
C0M36Y35K27 (0%, 36%, 35%, 27%)
(0.00 / 0.36 / 0.35 / 0.27)

CMYK percentages

%0
%36.22
%34.59
%27.45

Codes

Color #B97679 in popluar color models

B9 76 79
RGB 185 118 121
HSL 357° 32.37% 59.41%
HSB/HSV 357° 36.22% 72.55%
CMYK 0.00% 36.22% 34.59%
27.45%

Color #B97679 in popluar number systems.

HEX B9 76 79
Decimal 185 118 121
Binary 10111001 1110110 1111001
Octal 271 166 171

Shades and tints

Shades of #B97679

#B97679
(185,118,121)
#A96C6E
(169,108,110)
#996263
(153,98,99)
#895858
(137,88,88)
#794E4D
(121,78,77)
#694442
(105,68,66)
#593A37
(89,58,55)
#49302C
(73,48,44)
#392621
(57,38,33)
#291C16
(41,28,22)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #B97679

#B97679
(185,118,121)
#BF8285
(191,130,133)
#C58E91
(197,142,145)
#CB9A9D
(203,154,157)
#D1A6A9
(209,166,169)
#D7B2B5
(215,178,181)
#DDBEC1
(221,190,193)
#E3CACD
(227,202,205)
#E9D6D9
(233,214,217)
#EFE2E5
(239,226,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97679 color. Also use rgb(185,118,121) instead hex code.

Text Font Color

.myTextColor { color: #B97679; }

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

This text font color is #B97679.

Background Color

.myBgColor { background-color: #B97679; }

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

This div background color is #B97679.

Border color

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

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

This div border color is #B97679.

Opacity

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

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

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

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

This text has shadow with #B97679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97679.

Preview

Color preview on black background

This text has color #B97679 on black background.


Color preview on white background

This text has color #B97679 on white background.


Black color preview on #B97679 background

This text has black color on #B97679 background.


White color preview on #B97679 background

This text has white color on #B97679 background.


Related colors

Complementary color

Complementary color for #hex is #468986.


I love getcolorcode.com

Triadic colors

1 #79B976 and #7679B9 with #B97679 are triadic colors.

2 #7976B9 and #76B979 with #B97679 are triadic colors.