COLOR #B97777

HEX: #B97777
RGB: (185,119,119)

Color info

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

RGB color model

#B97777 color RGB value is (185,119,119).

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

RGB channels and saturation

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

185
119
119

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

Portions of RGB colors in percentages

R + G + B =
185 + 119 + 119 = 423 (100%)
R 185 of 423 ~ 43.74%
G 119 of 423 ~ 28.13%
B 119 of 423 ~ 28.13%

%43.74
%28.13
%28.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(0,36,36,27)
C0M36Y36K27 
(0%,36%,36%,27%)
(0.00/0.36/0.36/0.27)	

CMYK percentages

%0
%35.68
%35.68
%27.45

Codes

Color #B97777 in popluar color models

B97777
RGB185119119
HSL32.04%59.61%
HSB/HSV35.68%72.55%
CMYK0.00%35.68%35.68%
27.45%

Color #B97777 in popluar number systems.

HEXB97777
Decimal185119119
Binary1011100111101111110111
Octal271167167

Shades and tints

Shades of #B97777

#B97777
(185,119,119)
#A96D6D
(169,109,109)
#996363
(153,99,99)
#895959
(137,89,89)
#794F4F
(121,79,79)
#694545
(105,69,69)
#593B3B
(89,59,59)
#493131
(73,49,49)
#392727
(57,39,39)
#291D1D
(41,29,29)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #B97777

#B97777
(185,119,119)
#BF8383
(191,131,131)
#C58F8F
(197,143,143)
#CB9B9B
(203,155,155)
#D1A7A7
(209,167,167)
#D7B3B3
(215,179,179)
#DDBFBF
(221,191,191)
#E3CBCB
(227,203,203)
#E9D7D7
(233,215,215)
#EFE3E3
(239,227,227)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97777; }

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

This text font color is #B97777.


Background Color

.myBgColor { background-color: #B97777; }

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

This div background color is #B97777.


Border color

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

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

This div border color is #B97777.


Opacity

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

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

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

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

This text has shadow with #B97777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97777 on black background.


Color preview on white background

This text has color #B97777 on white background.



Black color preview on #B97777 background

This text has black color on #B97777 background.


White color preview on #B97777 background

This text has white color on #B97777 background.