COLOR #B9566D

HEX: #B9566D
RGB: (185,86,109)

Color info

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

RGB color model

#B9566D color RGB value is (185,86,109).

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

RGB channels and saturation

R 185 of 255 = 73%
G 86 of 255 = 34%
B 109 of 255 = 43%

185
86
109

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

Portions of RGB colors in percentages

R + G + B =
185 + 86 + 109 = 380 (100%)
R 185 of 380 ~ 48.68%
G 86 of 380 ~ 22.63%
B 109 of 380 ~ 28.68%

%48.68
%22.63
%28.68

CMYK color model

#B9566D color CMYK value is (0,54,41,27).

  • cyan value is 0.00%
  • magenta value is 53.51%
  • yellow value is 41.08%
  • key color value is 27.45%
CMYK:
(0,54,41,27)
C0M54Y41K27 
(0%,54%,41%,27%)
(0.00/0.54/0.41/0.27)	

CMYK percentages

%0
%53.51
%41.08
%27.45

Codes

Color #B9566D in popluar color models

B9566D
RGB18586109
HSL346°41.42%53.14%
HSB/HSV346°53.51%72.55%
CMYK0.00%53.51%41.08%
27.45%

Color #B9566D in popluar number systems.

HEXB9566D
Decimal18586109
Binary1011100110101101101101
Octal271126155

Shades and tints

Shades of #B9566D

#B9566D
(185,86,109)
#A94F64
(169,79,100)
#99485B
(153,72,91)
#894152
(137,65,82)
#793A49
(121,58,73)
#693340
(105,51,64)
#592C37
(89,44,55)
#49252E
(73,37,46)
#391E25
(57,30,37)
#29171C
(41,23,28)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #B9566D

#B9566D
(185,86,109)
#BF657A
(191,101,122)
#C57487
(197,116,135)
#CB8394
(203,131,148)
#D192A1
(209,146,161)
#D7A1AE
(215,161,174)
#DDB0BB
(221,176,187)
#E3BFC8
(227,191,200)
#E9CED5
(233,206,213)
#EFDDE2
(239,221,226)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9566D; }

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

This text font color is #B9566D.


Background Color

.myBgColor { background-color: #B9566D; }

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

This div background color is #B9566D.


Border color

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

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

This div border color is #B9566D.


Opacity

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

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

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

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

This text has shadow with #B9566D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9566D on black background.


Color preview on white background

This text has color #B9566D on white background.



Black color preview on #B9566D background

This text has black color on #B9566D background.


White color preview on #B9566D background

This text has white color on #B9566D background.