COLOR #B97778

HEX: #B97778
RGB: (185,119,120)

Color info

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

RGB color model

#B97778 color RGB value is (185,119,120).

  • red value is 185;
  • green value is 119;
  • blue value is 120.
RGB:
(185,119,120)
(73%,47%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 119 of 255 = 47%
B 120 of 255 = 47%

185
119
120

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

Portions of RGB colors in percentages

R + G + B =
185 + 119 + 120 = 424 (100%)
R 185 of 424 ~ 43.63%
G 119 of 424 ~ 28.07%
B 120 of 424 ~ 28.3%

%43.63
%28.07
%28.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 35.14%
  • 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
%35.68
%35.14
%27.45

Codes

Color #B97778 in popluar color models

B97778
RGB185119120
HSL359°32.04%59.61%
HSB/HSV359°35.68%72.55%
CMYK0.00%35.68%35.14%
27.45%

Color #B97778 in popluar number systems.

HEXB97778
Decimal185119120
Binary1011100111101111111000
Octal271167170

Shades and tints

Shades of #B97778

#B97778
(185,119,120)
#A96D6E
(169,109,110)
#996364
(153,99,100)
#89595A
(137,89,90)
#794F50
(121,79,80)
#694546
(105,69,70)
#593B3C
(89,59,60)
#493132
(73,49,50)
#392728
(57,39,40)
#291D1E
(41,29,30)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B97778

#B97778
(185,119,120)
#BF8384
(191,131,132)
#C58F90
(197,143,144)
#CB9B9C
(203,155,156)
#D1A7A8
(209,167,168)
#D7B3B4
(215,179,180)
#DDBFC0
(221,191,192)
#E3CBCC
(227,203,204)
#E9D7D8
(233,215,216)
#EFE3E4
(239,227,228)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97778; }

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

This text font color is #B97778.


Background Color

.myBgColor { background-color: #B97778; }

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

This div background color is #B97778.


Border color

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

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

This div border color is #B97778.


Opacity

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

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

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

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

This text has shadow with #B97778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97778 on black background.


Color preview on white background

This text has color #B97778 on white background.



Black color preview on #B97778 background

This text has black color on #B97778 background.


White color preview on #B97778 background

This text has white color on #B97778 background.