COLOR #B67E61

HEX: #B67E61
RGB: (182,126,97)

Color info

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

RGB color model

#B67E61 color RGB value is (182,126,97).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 97 of 255 = 38%

182
126
97

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 97 = 405 (100%)
R 182 of 405 ~ 44.94%
G 126 of 405 ~ 31.11%
B 97 of 405 ~ 23.95%

%44.94
%31.11
%23.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 46.70%
  • key color value is 28.63%
CMYK:
(0,31,47,29)
C0M31Y47K29 
(0%,31%,47%,29%)
(0.00/0.31/0.47/0.29)	

CMYK percentages

%0
%30.77
%46.7
%28.63

Codes

Color #B67E61 in popluar color models

B67E61
RGB18212697
HSL20°36.80%54.71%
HSB/HSV20°46.70%71.37%
CMYK0.00%30.77%46.70%
28.63%

Color #B67E61 in popluar number systems.

HEXB67E61
Decimal18212697
Binary1011011011111101100001
Octal266176141

Shades and tints

Shades of #B67E61

#B67E61
(182,126,97)
#A67359
(166,115,89)
#966851
(150,104,81)
#865D49
(134,93,73)
#765241
(118,82,65)
#664739
(102,71,57)
#563C31
(86,60,49)
#463129
(70,49,41)
#362621
(54,38,33)
#261B19
(38,27,25)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #B67E61

#B67E61
(182,126,97)
#BC896F
(188,137,111)
#C2947D
(194,148,125)
#C89F8B
(200,159,139)
#CEAA99
(206,170,153)
#D4B5A7
(212,181,167)
#DAC0B5
(218,192,181)
#E0CBC3
(224,203,195)
#E6D6D1
(230,214,209)
#ECE1DF
(236,225,223)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E61; }

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

This text font color is #B67E61.


Background Color

.myBgColor { background-color: #B67E61; }

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

This div background color is #B67E61.


Border color

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

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

This div border color is #B67E61.


Opacity

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

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

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

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

This text has shadow with #B67E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E61 on black background.


Color preview on white background

This text has color #B67E61 on white background.



Black color preview on #B67E61 background

This text has black color on #B67E61 background.


White color preview on #B67E61 background

This text has white color on #B67E61 background.