COLOR #B96860

HEX: #B96860 RGB: (185,104,96)

Color info

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

RGB color model

#B96860 color RGB value is (185,104,96).

RGB: (185,104,96) (73%, 41%, 38%)

RGB channels and saturation

R 185 of 255 = 73%
G 104 of 255 = 41%
B 96 of 255 = 38%

185
104
96

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

Portions of RGB colors in percentages

R + G + B = 185 + 104 + 96 = 385 (100%)
R 185 of 385 ~ 48.05%
G 104 of 385 ~ 27.01%
B 96 of 385 ~ 24.94'%

%48.05
%27.01
%24.94

CMYK color model

#B96860 color CMYK value is (0,44,48,27).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 48.11%
  • key color value is 27.45%

CMYK: (0,44,48,27)
C0M44Y48K27 (0%, 44%, 48%, 27%)
(0.00 / 0.44 / 0.48 / 0.27)

CMYK percentages

%0
%43.78
%48.11
%27.45

Codes

Color #B96860 in popluar color models

B9 68 60
RGB 185 104 96
HSL 38.86% 55.10%
HSB/HSV 48.11% 72.55%
CMYK 0.00% 43.78% 48.11%
27.45%

Color #B96860 in popluar number systems.

HEX B9 68 60
Decimal 185 104 96
Binary 10111001 1101000 1100000
Octal 271 150 140

Shades and tints

Shades of #B96860

#B96860
(185,104,96)
#A95F58
(169,95,88)
#995650
(153,86,80)
#894D48
(137,77,72)
#794440
(121,68,64)
#693B38
(105,59,56)
#593230
(89,50,48)
#492928
(73,41,40)
#392020
(57,32,32)
#291718
(41,23,24)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #B96860

#B96860
(185,104,96)
#BF756E
(191,117,110)
#C5827C
(197,130,124)
#CB8F8A
(203,143,138)
#D19C98
(209,156,152)
#D7A9A6
(215,169,166)
#DDB6B4
(221,182,180)
#E3C3C2
(227,195,194)
#E9D0D0
(233,208,208)
#EFDDDE
(239,221,222)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96860; }

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

This text font color is #B96860.

Background Color

.myBgColor { background-color: #B96860; }

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

This div background color is #B96860.

Border color

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

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

This div border color is #B96860.

Opacity

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

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

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

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

This text has shadow with #B96860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96860.

Preview

Color preview on black background

This text has color #B96860 on black background.


Color preview on white background

This text has color #B96860 on white background.


Black color preview on #B96860 background

This text has black color on #B96860 background.


White color preview on #B96860 background

This text has white color on #B96860 background.


Related colors

Complementary color

Complementary color for #hex is #46979F.


I love getcolorcode.com

Triadic colors

1 #60B968 and #6860B9 with #B96860 are triadic colors.

2 #6068B9 and #68B960 with #B96860 are triadic colors.