COLOR #B97664

HEX: #B97664
RGB: (185,118,100)

Color info

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

RGB color model

#B97664 color RGB value is (185,118,100).

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

RGB channels and saturation

R 185 of 255 = 73%
G 118 of 255 = 46%
B 100 of 255 = 39%

185
118
100

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

Portions of RGB colors in percentages

R + G + B =
185 + 118 + 100 = 403 (100%)
R 185 of 403 ~ 45.91%
G 118 of 403 ~ 29.28%
B 100 of 403 ~ 24.81%

%45.91
%29.28
%24.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 45.95%
  • key color value is 27.45%
CMYK:
(0,36,46,27)
C0M36Y46K27 
(0%,36%,46%,27%)
(0.00/0.36/0.46/0.27)	

CMYK percentages

%0
%36.22
%45.95
%27.45

Codes

Color #B97664 in popluar color models

B97664
RGB185118100
HSL13°37.78%55.88%
HSB/HSV13°45.95%72.55%
CMYK0.00%36.22%45.95%
27.45%

Color #B97664 in popluar number systems.

HEXB97664
Decimal185118100
Binary1011100111101101100100
Octal271166144

Shades and tints

Shades of #B97664

#B97664
(185,118,100)
#A96C5B
(169,108,91)
#996252
(153,98,82)
#895849
(137,88,73)
#794E40
(121,78,64)
#694437
(105,68,55)
#593A2E
(89,58,46)
#493025
(73,48,37)
#39261C
(57,38,28)
#291C13
(41,28,19)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #B97664

#B97664
(185,118,100)
#BF8272
(191,130,114)
#C58E80
(197,142,128)
#CB9A8E
(203,154,142)
#D1A69C
(209,166,156)
#D7B2AA
(215,178,170)
#DDBEB8
(221,190,184)
#E3CAC6
(227,202,198)
#E9D6D4
(233,214,212)
#EFE2E2
(239,226,226)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97664; }

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

This text font color is #B97664.


Background Color

.myBgColor { background-color: #B97664; }

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

This div background color is #B97664.


Border color

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

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

This div border color is #B97664.


Opacity

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

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

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

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

This text has shadow with #B97664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97664 on black background.


Color preview on white background

This text has color #B97664 on white background.



Black color preview on #B97664 background

This text has black color on #B97664 background.


White color preview on #B97664 background

This text has white color on #B97664 background.