COLOR #B67E82

HEX: #B67E82
RGB: (182,126,130)

Color info

#B67E82 contains red, green and blue colors in about the same proportion. Web safe color of #B67E82 is #CC6699 (or #C69).

RGB color model

#B67E82 color RGB value is (182,126,130).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 130 of 255 = 51%

182
126
130

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 130 = 438 (100%)
R 182 of 438 ~ 41.55%
G 126 of 438 ~ 28.77%
B 130 of 438 ~ 29.68%

%41.55
%28.77
%29.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 28.57%
  • key color value is 28.63%
CMYK:
(0,31,29,29)
C0M31Y29K29 
(0%,31%,29%,29%)
(0.00/0.31/0.29/0.29)	

CMYK percentages

%0
%30.77
%28.57
%28.63

Codes

Color #B67E82 in popluar color models

B67E82
RGB182126130
HSL356°27.72%60.39%
HSB/HSV356°30.77%71.37%
CMYK0.00%30.77%28.57%
28.63%

Color #B67E82 in popluar number systems.

HEXB67E82
Decimal182126130
Binary10110110111111010000010
Octal266176202

Shades and tints

Shades of #B67E82

#B67E82
(182,126,130)
#A67377
(166,115,119)
#96686C
(150,104,108)
#865D61
(134,93,97)
#765256
(118,82,86)
#66474B
(102,71,75)
#563C40
(86,60,64)
#463135
(70,49,53)
#36262A
(54,38,42)
#261B1F
(38,27,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B67E82

#B67E82
(182,126,130)
#BC898D
(188,137,141)
#C29498
(194,148,152)
#C89FA3
(200,159,163)
#CEAAAE
(206,170,174)
#D4B5B9
(212,181,185)
#DAC0C4
(218,192,196)
#E0CBCF
(224,203,207)
#E6D6DA
(230,214,218)
#ECE1E5
(236,225,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E82; }

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

This text font color is #B67E82.


Background Color

.myBgColor { background-color: #B67E82; }

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

This div background color is #B67E82.


Border color

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

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

This div border color is #B67E82.


Opacity

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

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

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

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

This text has shadow with #B67E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E82 on black background.


Color preview on white background

This text has color #B67E82 on white background.



Black color preview on #B67E82 background

This text has black color on #B67E82 background.


White color preview on #B67E82 background

This text has white color on #B67E82 background.