COLOR #B97C78

HEX: #B97C78 RGB: (185,124,120)

Color info

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

RGB color model

#B97C78 color RGB value is (185,124,120).

RGB: (185,124,120) (73%, 49%, 47%)

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 120 of 255 = 47%

185
124
120

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

Portions of RGB colors in percentages

R + G + B = 185 + 124 + 120 = 429 (100%)
R 185 of 429 ~ 43.12%
G 124 of 429 ~ 28.9%
B 120 of 429 ~ 27.97'%

%43.12
%28.9
%27.97

CMYK color model

#B97C78 color CMYK value is (0,33,35,27).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 35.14%
  • key color value is 27.45%
CMYK: (0,33,35,27) C0M33Y35K27 (0%,33%,35%,27%) (0.00/0.33/0.35/0.27) 

CMYK percentages

%0
%32.97
%35.14
%27.45

Codes

Color #B97C78 in popluar color models

B9 7C 78
RGB 185 124 120
HSL 31.71% 59.80%
HSB/HSV 35.14% 72.55%
CMYK 0.00% 32.97% 35.14%
27.45%

Color #B97C78 in popluar number systems.

HEX B9 7C 78
Decimal 185 124 120
Binary 10111001 1111100 1111000
Octal 271 174 170

Shades and tints

Shades of #B97C78

#B97C78
(185,124,120)
#A9716E
(169,113,110)
#996664
(153,102,100)
#895B5A
(137,91,90)
#795050
(121,80,80)
#694546
(105,69,70)
#593A3C
(89,58,60)
#492F32
(73,47,50)
#392428
(57,36,40)
#29191E
(41,25,30)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #B97C78

#B97C78
(185,124,120)
#BF8784
(191,135,132)
#C59290
(197,146,144)
#CB9D9C
(203,157,156)
#D1A8A8
(209,168,168)
#D7B3B4
(215,179,180)
#DDBEC0
(221,190,192)
#E3C9CC
(227,201,204)
#E9D4D8
(233,212,216)
#EFDFE4
(239,223,228)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97C78; }

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

This text font color is #B97C78.

Background Color

.myBgColor { background-color: #B97C78; }

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

This div background color is #B97C78.

Border color

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

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

This div border color is #B97C78.

Opacity

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

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

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

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

This text has shadow with #B97C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97C78.

Preview

Color preview on black background

This text has color #B97C78 on black background.


Color preview on white background

This text has color #B97C78 on white background.


Black color preview on #B97C78 background

This text has black color on #B97C78 background.


White color preview on #B97C78 background

This text has white color on #B97C78 background.


Related colors

Complementary color

Complementary color for #hex is #468387.


I love getcolorcode.com

Triadic colors

1 #78B97C and #7C78B9 with #B97C78 are triadic colors.

2 #787CB9 and #7CB978 with #B97C78 are triadic colors.