COLOR #B96563

HEX: #B96563
RGB: (185,101,99)

Color info

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

RGB color model

#B96563 color RGB value is (185,101,99).

  • red value is 185;
  • green value is 101;
  • blue value is 99.
RGB:
(185,101,99)
(73%,40%,39%)

RGB channels and saturation

R 185 of 255 = 73%
G 101 of 255 = 40%
B 99 of 255 = 39%

185
101
99

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

Portions of RGB colors in percentages

R + G + B =
185 + 101 + 99 = 385 (100%)
R 185 of 385 ~ 48.05%
G 101 of 385 ~ 26.23%
B 99 of 385 ~ 25.71%

%48.05
%26.23
%25.71

CMYK color model

#B96563 color CMYK value is (0,45,46,27).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 46.49%
  • key color value is 27.45%
CMYK:
(0,45,46,27)
C0M45Y46K27 
(0%,45%,46%,27%)
(0.00/0.45/0.46/0.27)	

CMYK percentages

%0
%45.41
%46.49
%27.45

Codes

Color #B96563 in popluar color models

B96563
RGB18510199
HSL38.05%55.69%
HSB/HSV46.49%72.55%
CMYK0.00%45.41%46.49%
27.45%

Color #B96563 in popluar number systems.

HEXB96563
Decimal18510199
Binary1011100111001011100011
Octal271145143

Shades and tints

Shades of #B96563

#B96563
(185,101,99)
#A95C5A
(169,92,90)
#995351
(153,83,81)
#894A48
(137,74,72)
#79413F
(121,65,63)
#693836
(105,56,54)
#592F2D
(89,47,45)
#492624
(73,38,36)
#391D1B
(57,29,27)
#291412
(41,20,18)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #B96563

#B96563
(185,101,99)
#BF7371
(191,115,113)
#C5817F
(197,129,127)
#CB8F8D
(203,143,141)
#D19D9B
(209,157,155)
#D7ABA9
(215,171,169)
#DDB9B7
(221,185,183)
#E3C7C5
(227,199,197)
#E9D5D3
(233,213,211)
#EFE3E1
(239,227,225)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96563 color. Also use rgb(185,101,99) instead hex code.

Text Font Color

.myTextColor { color: #B96563; }

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

This text font color is #B96563.


Background Color

.myBgColor { background-color: #B96563; }

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

This div background color is #B96563.


Border color

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

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

This div border color is #B96563.


Opacity

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

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

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

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

This text has shadow with #B96563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96563 on black background.


Color preview on white background

This text has color #B96563 on white background.



Black color preview on #B96563 background

This text has black color on #B96563 background.


White color preview on #B96563 background

This text has white color on #B96563 background.