COLOR #B97D76

HEX: #B97D76
RGB: (185,125,118)

Color info

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

RGB color model

#B97D76 color RGB value is (185,125,118).

  • red value is 185;
  • green value is 125;
  • blue value is 118.
RGB:
(185,125,118)
(73%,49%,46%)

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 118 of 255 = 46%

185
125
118

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

Portions of RGB colors in percentages

R + G + B =
185 + 125 + 118 = 428 (100%)
R 185 of 428 ~ 43.22%
G 125 of 428 ~ 29.21%
B 118 of 428 ~ 27.57%

%43.22
%29.21
%27.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 36.22%
  • key color value is 27.45%
CMYK:
(0,32,36,27)
C0M32Y36K27 
(0%,32%,36%,27%)
(0.00/0.32/0.36/0.27)	

CMYK percentages

%0
%32.43
%36.22
%27.45

Codes

Color #B97D76 in popluar color models

B97D76
RGB185125118
HSL32.37%59.41%
HSB/HSV36.22%72.55%
CMYK0.00%32.43%36.22%
27.45%

Color #B97D76 in popluar number systems.

HEXB97D76
Decimal185125118
Binary1011100111111011110110
Octal271175166

Shades and tints

Shades of #B97D76

#B97D76
(185,125,118)
#A9726C
(169,114,108)
#996762
(153,103,98)
#895C58
(137,92,88)
#79514E
(121,81,78)
#694644
(105,70,68)
#593B3A
(89,59,58)
#493030
(73,48,48)
#392526
(57,37,38)
#291A1C
(41,26,28)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B97D76

#B97D76
(185,125,118)
#BF8882
(191,136,130)
#C5938E
(197,147,142)
#CB9E9A
(203,158,154)
#D1A9A6
(209,169,166)
#D7B4B2
(215,180,178)
#DDBFBE
(221,191,190)
#E3CACA
(227,202,202)
#E9D5D6
(233,213,214)
#EFE0E2
(239,224,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97D76; }

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

This text font color is #B97D76.


Background Color

.myBgColor { background-color: #B97D76; }

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

This div background color is #B97D76.


Border color

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

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

This div border color is #B97D76.


Opacity

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

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

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

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

This text has shadow with #B97D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97D76 on black background.


Color preview on white background

This text has color #B97D76 on white background.



Black color preview on #B97D76 background

This text has black color on #B97D76 background.


White color preview on #B97D76 background

This text has white color on #B97D76 background.