COLOR #B96C75

HEX: #B96C75
RGB: (185,108,117)

Color info

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

RGB color model

#B96C75 color RGB value is (185,108,117).

  • red value is 185;
  • green value is 108;
  • blue value is 117.
RGB:
(185,108,117)
(73%,42%,46%)

RGB channels and saturation

R 185 of 255 = 73%
G 108 of 255 = 42%
B 117 of 255 = 46%

185
108
117

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

Portions of RGB colors in percentages

R + G + B =
185 + 108 + 117 = 410 (100%)
R 185 of 410 ~ 45.12%
G 108 of 410 ~ 26.34%
B 117 of 410 ~ 28.54%

%45.12
%26.34
%28.54

CMYK color model

#B96C75 color CMYK value is (0,42,37,27).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 36.76%
  • key color value is 27.45%
CMYK:
(0,42,37,27)
C0M42Y37K27 
(0%,42%,37%,27%)
(0.00/0.42/0.37/0.27)	

CMYK percentages

%0
%41.62
%36.76
%27.45

Codes

Color #B96C75 in popluar color models

B96C75
RGB185108117
HSL353°35.48%57.45%
HSB/HSV353°41.62%72.55%
CMYK0.00%41.62%36.76%
27.45%

Color #B96C75 in popluar number systems.

HEXB96C75
Decimal185108117
Binary1011100111011001110101
Octal271154165

Shades and tints

Shades of #B96C75

#B96C75
(185,108,117)
#A9636B
(169,99,107)
#995A61
(153,90,97)
#895157
(137,81,87)
#79484D
(121,72,77)
#693F43
(105,63,67)
#593639
(89,54,57)
#492D2F
(73,45,47)
#392425
(57,36,37)
#291B1B
(41,27,27)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B96C75

#B96C75
(185,108,117)
#BF7981
(191,121,129)
#C5868D
(197,134,141)
#CB9399
(203,147,153)
#D1A0A5
(209,160,165)
#D7ADB1
(215,173,177)
#DDBABD
(221,186,189)
#E3C7C9
(227,199,201)
#E9D4D5
(233,212,213)
#EFE1E1
(239,225,225)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96C75 color. Also use rgb(185,108,117) instead hex code.

Text Font Color

.myTextColor { color: #B96C75; }

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

This text font color is #B96C75.


Background Color

.myBgColor { background-color: #B96C75; }

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

This div background color is #B96C75.


Border color

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

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

This div border color is #B96C75.


Opacity

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

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

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

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

This text has shadow with #B96C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96C75 on black background.


Color preview on white background

This text has color #B96C75 on white background.



Black color preview on #B96C75 background

This text has black color on #B96C75 background.


White color preview on #B96C75 background

This text has white color on #B96C75 background.