COLOR #B9656C

HEX: #B9656C
RGB: (185,101,108)

Color info

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

RGB color model

#B9656C color RGB value is (185,101,108).

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

RGB channels and saturation

R 185 of 255 = 73%
G 101 of 255 = 40%
B 108 of 255 = 42%

185
101
108

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

Portions of RGB colors in percentages

R + G + B =
185 + 101 + 108 = 394 (100%)
R 185 of 394 ~ 46.95%
G 101 of 394 ~ 25.63%
B 108 of 394 ~ 27.41%

%46.95
%25.63
%27.41

CMYK color model

#B9656C color CMYK value is (0,45,42,27).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 41.62%
  • key color value is 27.45%
CMYK:
(0,45,42,27)
C0M45Y42K27 
(0%,45%,42%,27%)
(0.00/0.45/0.42/0.27)	

CMYK percentages

%0
%45.41
%41.62
%27.45

Codes

Color #B9656C in popluar color models

B9656C
RGB185101108
HSL355°37.50%56.08%
HSB/HSV355°45.41%72.55%
CMYK0.00%45.41%41.62%
27.45%

Color #B9656C in popluar number systems.

HEXB9656C
Decimal185101108
Binary1011100111001011101100
Octal271145154

Shades and tints

Shades of #B9656C

#B9656C
(185,101,108)
#A95C63
(169,92,99)
#99535A
(153,83,90)
#894A51
(137,74,81)
#794148
(121,65,72)
#69383F
(105,56,63)
#592F36
(89,47,54)
#49262D
(73,38,45)
#391D24
(57,29,36)
#29141B
(41,20,27)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #B9656C

#B9656C
(185,101,108)
#BF7379
(191,115,121)
#C58186
(197,129,134)
#CB8F93
(203,143,147)
#D19DA0
(209,157,160)
#D7ABAD
(215,171,173)
#DDB9BA
(221,185,186)
#E3C7C7
(227,199,199)
#E9D5D4
(233,213,212)
#EFE3E1
(239,227,225)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9656C; }

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

This text font color is #B9656C.


Background Color

.myBgColor { background-color: #B9656C; }

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

This div background color is #B9656C.


Border color

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

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

This div border color is #B9656C.


Opacity

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

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

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

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

This text has shadow with #B9656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9656C on black background.


Color preview on white background

This text has color #B9656C on white background.



Black color preview on #B9656C background

This text has black color on #B9656C background.


White color preview on #B9656C background

This text has white color on #B9656C background.