COLOR #B9696D

HEX: #B9696D
RGB: (185,105,109)

Color info

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

RGB color model

#B9696D color RGB value is (185,105,109).

  • red value is 185;
  • green value is 105;
  • blue value is 109.
RGB:
(185,105,109)
(73%,41%,43%)

RGB channels and saturation

R 185 of 255 = 73%
G 105 of 255 = 41%
B 109 of 255 = 43%

185
105
109

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

Portions of RGB colors in percentages

R + G + B =
185 + 105 + 109 = 399 (100%)
R 185 of 399 ~ 46.37%
G 105 of 399 ~ 26.32%
B 109 of 399 ~ 27.32%

%46.37
%26.32
%27.32

CMYK color model

#B9696D color CMYK value is (0,43,41,27).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 41.08%
  • key color value is 27.45%
CMYK:
(0,43,41,27)
C0M43Y41K27 
(0%,43%,41%,27%)
(0.00/0.43/0.41/0.27)	

CMYK percentages

%0
%43.24
%41.08
%27.45

Codes

Color #B9696D in popluar color models

B9696D
RGB185105109
HSL357°36.36%56.86%
HSB/HSV357°43.24%72.55%
CMYK0.00%43.24%41.08%
27.45%

Color #B9696D in popluar number systems.

HEXB9696D
Decimal185105109
Binary1011100111010011101101
Octal271151155

Shades and tints

Shades of #B9696D

#B9696D
(185,105,109)
#A96064
(169,96,100)
#99575B
(153,87,91)
#894E52
(137,78,82)
#794549
(121,69,73)
#693C40
(105,60,64)
#593337
(89,51,55)
#492A2E
(73,42,46)
#392125
(57,33,37)
#29181C
(41,24,28)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #B9696D

#B9696D
(185,105,109)
#BF767A
(191,118,122)
#C58387
(197,131,135)
#CB9094
(203,144,148)
#D19DA1
(209,157,161)
#D7AAAE
(215,170,174)
#DDB7BB
(221,183,187)
#E3C4C8
(227,196,200)
#E9D1D5
(233,209,213)
#EFDEE2
(239,222,226)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9696D; }

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

This text font color is #B9696D.


Background Color

.myBgColor { background-color: #B9696D; }

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

This div background color is #B9696D.


Border color

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

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

This div border color is #B9696D.


Opacity

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

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

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

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

This text has shadow with #B9696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9696D on black background.


Color preview on white background

This text has color #B9696D on white background.



Black color preview on #B9696D background

This text has black color on #B9696D background.


White color preview on #B9696D background

This text has white color on #B9696D background.