COLOR #B67E4C

HEX: #B67E4C
RGB: (182,126,76)

Color info

#B67E4C contains mainly red and green colors. Web safe color of #B67E4C is #CC6633 (or #C63).

RGB color model

#B67E4C color RGB value is (182,126,76).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 76 of 255 = 30%

182
126
76

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 76 = 384 (100%)
R 182 of 384 ~ 47.4%
G 126 of 384 ~ 32.81%
B 76 of 384 ~ 19.79%

%47.4
%32.81
%19.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 58.24%
  • key color value is 28.63%
CMYK:
(0,31,58,29)
C0M31Y58K29 
(0%,31%,58%,29%)
(0.00/0.31/0.58/0.29)	

CMYK percentages

%0
%30.77
%58.24
%28.63

Codes

Color #B67E4C in popluar color models

B67E4C
RGB18212676
HSL28°42.06%50.59%
HSB/HSV28°58.24%71.37%
CMYK0.00%30.77%58.24%
28.63%

Color #B67E4C in popluar number systems.

HEXB67E4C
Decimal18212676
Binary1011011011111101001100
Octal266176114

Shades and tints

Shades of #B67E4C

#B67E4C
(182,126,76)
#A67346
(166,115,70)
#966840
(150,104,64)
#865D3A
(134,93,58)
#765234
(118,82,52)
#66472E
(102,71,46)
#563C28
(86,60,40)
#463122
(70,49,34)
#36261C
(54,38,28)
#261B16
(38,27,22)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #B67E4C

#B67E4C
(182,126,76)
#BC895C
(188,137,92)
#C2946C
(194,148,108)
#C89F7C
(200,159,124)
#CEAA8C
(206,170,140)
#D4B59C
(212,181,156)
#DAC0AC
(218,192,172)
#E0CBBC
(224,203,188)
#E6D6CC
(230,214,204)
#ECE1DC
(236,225,220)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E4C; }

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

This text font color is #B67E4C.


Background Color

.myBgColor { background-color: #B67E4C; }

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

This div background color is #B67E4C.


Border color

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

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

This div border color is #B67E4C.


Opacity

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

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

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

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

This text has shadow with #B67E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E4C on black background.


Color preview on white background

This text has color #B67E4C on white background.



Black color preview on #B67E4C background

This text has black color on #B67E4C background.


White color preview on #B67E4C background

This text has white color on #B67E4C background.