COLOR #B67F7E

HEX: #B67F7E
RGB: (182,127,126)

Color info

#B67F7E contains red, green and blue colors in about the same proportion. Web safe color of #B67F7E is #CC6666 (or #C66).

RGB color model

#B67F7E color RGB value is (182,127,126).

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

RGB channels and saturation

R 182 of 255 = 71%
G 127 of 255 = 50%
B 126 of 255 = 49%

182
127
126

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

Portions of RGB colors in percentages

R + G + B =
182 + 127 + 126 = 435 (100%)
R 182 of 435 ~ 41.84%
G 127 of 435 ~ 29.2%
B 126 of 435 ~ 28.97%

%41.84
%29.2
%28.97

CMYK color model

#B67F7E color CMYK value is (0,30,31,29).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 30.77%
  • key color value is 28.63%
CMYK:
(0,30,31,29)
C0M30Y31K29 
(0%,30%,31%,29%)
(0.00/0.30/0.31/0.29)	

CMYK percentages

%0
%30.22
%30.77
%28.63

Codes

Color #B67F7E in popluar color models

B67F7E
RGB182127126
HSL27.72%60.39%
HSB/HSV30.77%71.37%
CMYK0.00%30.22%30.77%
28.63%

Color #B67F7E in popluar number systems.

HEXB67F7E
Decimal182127126
Binary1011011011111111111110
Octal266177176

Shades and tints

Shades of #B67F7E

#B67F7E
(182,127,126)
#A67473
(166,116,115)
#966968
(150,105,104)
#865E5D
(134,94,93)
#765352
(118,83,82)
#664847
(102,72,71)
#563D3C
(86,61,60)
#463231
(70,50,49)
#362726
(54,39,38)
#261C1B
(38,28,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #B67F7E

#B67F7E
(182,127,126)
#BC8A89
(188,138,137)
#C29594
(194,149,148)
#C8A09F
(200,160,159)
#CEABAA
(206,171,170)
#D4B6B5
(212,182,181)
#DAC1C0
(218,193,192)
#E0CCCB
(224,204,203)
#E6D7D6
(230,215,214)
#ECE2E1
(236,226,225)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67F7E; }

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

This text font color is #B67F7E.


Background Color

.myBgColor { background-color: #B67F7E; }

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

This div background color is #B67F7E.


Border color

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

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

This div border color is #B67F7E.


Opacity

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

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

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

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

This text has shadow with #B67F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67F7E on black background.


Color preview on white background

This text has color #B67F7E on white background.



Black color preview on #B67F7E background

This text has black color on #B67F7E background.


White color preview on #B67F7E background

This text has white color on #B67F7E background.