COLOR #B96670

HEX: #B96670
RGB: (185,102,112)

Color info

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

RGB color model

#B96670 color RGB value is (185,102,112).

  • red value is 185;
  • green value is 102;
  • blue value is 112.
RGB:
(185,102,112)
(73%,40%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 102 of 255 = 40%
B 112 of 255 = 44%

185
102
112

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

Portions of RGB colors in percentages

R + G + B =
185 + 102 + 112 = 399 (100%)
R 185 of 399 ~ 46.37%
G 102 of 399 ~ 25.56%
B 112 of 399 ~ 28.07%

%46.37
%25.56
%28.07

CMYK color model

#B96670 color CMYK value is (0,45,39,27).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 39.46%
  • key color value is 27.45%
CMYK:
(0,45,39,27)
C0M45Y39K27 
(0%,45%,39%,27%)
(0.00/0.45/0.39/0.27)	

CMYK percentages

%0
%44.86
%39.46
%27.45

Codes

Color #B96670 in popluar color models

B96670
RGB185102112
HSL353°37.22%56.27%
HSB/HSV353°44.86%72.55%
CMYK0.00%44.86%39.46%
27.45%

Color #B96670 in popluar number systems.

HEXB96670
Decimal185102112
Binary1011100111001101110000
Octal271146160

Shades and tints

Shades of #B96670

#B96670
(185,102,112)
#A95D66
(169,93,102)
#99545C
(153,84,92)
#894B52
(137,75,82)
#794248
(121,66,72)
#69393E
(105,57,62)
#593034
(89,48,52)
#49272A
(73,39,42)
#391E20
(57,30,32)
#291516
(41,21,22)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #B96670

#B96670
(185,102,112)
#BF737D
(191,115,125)
#C5808A
(197,128,138)
#CB8D97
(203,141,151)
#D19AA4
(209,154,164)
#D7A7B1
(215,167,177)
#DDB4BE
(221,180,190)
#E3C1CB
(227,193,203)
#E9CED8
(233,206,216)
#EFDBE5
(239,219,229)
#F5E8F2
(245,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96670; }

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

This text font color is #B96670.


Background Color

.myBgColor { background-color: #B96670; }

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

This div background color is #B96670.


Border color

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

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

This div border color is #B96670.


Opacity

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

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

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

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

This text has shadow with #B96670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96670 on black background.


Color preview on white background

This text has color #B96670 on white background.



Black color preview on #B96670 background

This text has black color on #B96670 background.


White color preview on #B96670 background

This text has white color on #B96670 background.