COLOR #B67E72

HEX: #B67E72
RGB: (182,126,114)

Color info

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

RGB color model

#B67E72 color RGB value is (182,126,114).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 114 of 255 = 45%

182
126
114

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 114 = 422 (100%)
R 182 of 422 ~ 43.13%
G 126 of 422 ~ 29.86%
B 114 of 422 ~ 27.01%

%43.13
%29.86
%27.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 37.36%
  • key color value is 28.63%
CMYK:
(0,31,37,29)
C0M31Y37K29 
(0%,31%,37%,29%)
(0.00/0.31/0.37/0.29)	

CMYK percentages

%0
%30.77
%37.36
%28.63

Codes

Color #B67E72 in popluar color models

B67E72
RGB182126114
HSL11°31.78%58.04%
HSB/HSV11°37.36%71.37%
CMYK0.00%30.77%37.36%
28.63%

Color #B67E72 in popluar number systems.

HEXB67E72
Decimal182126114
Binary1011011011111101110010
Octal266176162

Shades and tints

Shades of #B67E72

#B67E72
(182,126,114)
#A67368
(166,115,104)
#96685E
(150,104,94)
#865D54
(134,93,84)
#76524A
(118,82,74)
#664740
(102,71,64)
#563C36
(86,60,54)
#46312C
(70,49,44)
#362622
(54,38,34)
#261B18
(38,27,24)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #B67E72

#B67E72
(182,126,114)
#BC897E
(188,137,126)
#C2948A
(194,148,138)
#C89F96
(200,159,150)
#CEAAA2
(206,170,162)
#D4B5AE
(212,181,174)
#DAC0BA
(218,192,186)
#E0CBC6
(224,203,198)
#E6D6D2
(230,214,210)
#ECE1DE
(236,225,222)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E72; }

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

This text font color is #B67E72.


Background Color

.myBgColor { background-color: #B67E72; }

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

This div background color is #B67E72.


Border color

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

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

This div border color is #B67E72.


Opacity

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

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

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

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

This text has shadow with #B67E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E72 on black background.


Color preview on white background

This text has color #B67E72 on white background.



Black color preview on #B67E72 background

This text has black color on #B67E72 background.


White color preview on #B67E72 background

This text has white color on #B67E72 background.