COLOR #B97C7B

HEX: #B97C7B RGB: (185,124,123)

Color info

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

RGB color model

#B97C7B color RGB value is (185,124,123).

RGB: (185,124,123) (73%, 49%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 123 of 255 = 48%

185
124
123

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

Portions of RGB colors in percentages

R + G + B = 185 + 124 + 123 = 432 (100%)
R 185 of 432 ~ 42.82%
G 124 of 432 ~ 28.7%
B 123 of 432 ~ 28.47'%

%42.82
%28.7
%28.47

CMYK color model

#B97C7B color CMYK value is (0,33,34,27).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 33.51%
  • key color value is 27.45%

CMYK: (0,33,34,27)
C0M33Y34K27 (0%, 33%, 34%, 27%)
(0.00 / 0.33 / 0.34 / 0.27)

CMYK percentages

%0
%32.97
%33.51
%27.45

Codes

Color #B97C7B in popluar color models

B9 7C 7B
RGB 185 124 123
HSL 30.69% 60.39%
HSB/HSV 33.51% 72.55%
CMYK 0.00% 32.97% 33.51%
27.45%

Color #B97C7B in popluar number systems.

HEX B9 7C 7B
Decimal 185 124 123
Binary 10111001 1111100 1111011
Octal 271 174 173

Shades and tints

Shades of #B97C7B

#B97C7B
(185,124,123)
#A97170
(169,113,112)
#996665
(153,102,101)
#895B5A
(137,91,90)
#79504F
(121,80,79)
#694544
(105,69,68)
#593A39
(89,58,57)
#492F2E
(73,47,46)
#392423
(57,36,35)
#291918
(41,25,24)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #B97C7B

#B97C7B
(185,124,123)
#BF8787
(191,135,135)
#C59293
(197,146,147)
#CB9D9F
(203,157,159)
#D1A8AB
(209,168,171)
#D7B3B7
(215,179,183)
#DDBEC3
(221,190,195)
#E3C9CF
(227,201,207)
#E9D4DB
(233,212,219)
#EFDFE7
(239,223,231)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97C7B color. Also use rgb(185,124,123) instead hex code.

Text Font Color

.myTextColor { color: #B97C7B; }

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

This text font color is #B97C7B.

Background Color

.myBgColor { background-color: #B97C7B; }

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

This div background color is #B97C7B.

Border color

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

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

This div border color is #B97C7B.

Opacity

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

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

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

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

This text has shadow with #B97C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97C7B.

Preview

Color preview on black background

This text has color #B97C7B on black background.


Color preview on white background

This text has color #B97C7B on white background.


Black color preview on #B97C7B background

This text has black color on #B97C7B background.


White color preview on #B97C7B background

This text has white color on #B97C7B background.


Related colors

Complementary color

Complementary color for #hex is #468384.


I love getcolorcode.com

Triadic colors

1 #7BB97C and #7C7BB9 with #B97C7B are triadic colors.

2 #7B7CB9 and #7CB97B with #B97C7B are triadic colors.