COLOR #B6687F

HEX: #B6687F
RGB: (182,104,127)

Color info

#B6687F contains mainly red and blue colors. Web safe color of #B6687F is #CC6666 (or #C66).

RGB color model

#B6687F color RGB value is (182,104,127).

  • red value is 182;
  • green value is 104;
  • blue value is 127.
RGB:
(182,104,127)
(71%,41%,50%)

RGB channels and saturation

R 182 of 255 = 71%
G 104 of 255 = 41%
B 127 of 255 = 50%

182
104
127

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

Portions of RGB colors in percentages

R + G + B =
182 + 104 + 127 = 413 (100%)
R 182 of 413 ~ 44.07%
G 104 of 413 ~ 25.18%
B 127 of 413 ~ 30.75%

%44.07
%25.18
%30.75

CMYK color model

#B6687F color CMYK value is (0,43,30,29).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(0,43,30,29)
C0M43Y30K29 
(0%,43%,30%,29%)
(0.00/0.43/0.30/0.29)	

CMYK percentages

%0
%42.86
%30.22
%28.63

Codes

Color #B6687F in popluar color models

B6687F
RGB182104127
HSL342°34.82%56.08%
HSB/HSV342°42.86%71.37%
CMYK0.00%42.86%30.22%
28.63%

Color #B6687F in popluar number systems.

HEXB6687F
Decimal182104127
Binary1011011011010001111111
Octal266150177

Shades and tints

Shades of #B6687F

#B6687F
(182,104,127)
#A65F74
(166,95,116)
#965669
(150,86,105)
#864D5E
(134,77,94)
#764453
(118,68,83)
#663B48
(102,59,72)
#56323D
(86,50,61)
#462932
(70,41,50)
#362027
(54,32,39)
#26171C
(38,23,28)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #B6687F

#B6687F
(182,104,127)
#BC758A
(188,117,138)
#C28295
(194,130,149)
#C88FA0
(200,143,160)
#CE9CAB
(206,156,171)
#D4A9B6
(212,169,182)
#DAB6C1
(218,182,193)
#E0C3CC
(224,195,204)
#E6D0D7
(230,208,215)
#ECDDE2
(236,221,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6687F color. Also use rgb(182,104,127) instead hex code.

Text Font Color

.myTextColor { color: #B6687F; }

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

This text font color is #B6687F.


Background Color

.myBgColor { background-color: #B6687F; }

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

This div background color is #B6687F.


Border color

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

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

This div border color is #B6687F.


Opacity

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

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

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

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

This text has shadow with #B6687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6687F on black background.


Color preview on white background

This text has color #B6687F on white background.



Black color preview on #B6687F background

This text has black color on #B6687F background.


White color preview on #B6687F background

This text has white color on #B6687F background.