COLOR #B67A62

HEX: #B67A62
RGB: (182,122,98)

Color info

#B67A62 contains mainly red color. Web safe color of #B67A62 is #CC6666 (or #C66).

RGB color model

#B67A62 color RGB value is (182,122,98).

  • red value is 182;
  • green value is 122;
  • blue value is 98.
RGB:
(182,122,98)
(71%,48%,38%)

RGB channels and saturation

R 182 of 255 = 71%
G 122 of 255 = 48%
B 98 of 255 = 38%

182
122
98

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

Portions of RGB colors in percentages

R + G + B =
182 + 122 + 98 = 402 (100%)
R 182 of 402 ~ 45.27%
G 122 of 402 ~ 30.35%
B 98 of 402 ~ 24.38%

%45.27
%30.35
%24.38

CMYK color model

#B67A62 color CMYK value is (0,33,46,29).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 46.15%
  • key color value is 28.63%
CMYK:
(0,33,46,29)
C0M33Y46K29 
(0%,33%,46%,29%)
(0.00/0.33/0.46/0.29)	

CMYK percentages

%0
%32.97
%46.15
%28.63

Codes

Color #B67A62 in popluar color models

B67A62
RGB18212298
HSL17°36.52%54.90%
HSB/HSV17°46.15%71.37%
CMYK0.00%32.97%46.15%
28.63%

Color #B67A62 in popluar number systems.

HEXB67A62
Decimal18212298
Binary1011011011110101100010
Octal266172142

Shades and tints

Shades of #B67A62

#B67A62
(182,122,98)
#A66F5A
(166,111,90)
#966452
(150,100,82)
#86594A
(134,89,74)
#764E42
(118,78,66)
#66433A
(102,67,58)
#563832
(86,56,50)
#462D2A
(70,45,42)
#362222
(54,34,34)
#26171A
(38,23,26)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #B67A62

#B67A62
(182,122,98)
#BC8670
(188,134,112)
#C2927E
(194,146,126)
#C89E8C
(200,158,140)
#CEAA9A
(206,170,154)
#D4B6A8
(212,182,168)
#DAC2B6
(218,194,182)
#E0CEC4
(224,206,196)
#E6DAD2
(230,218,210)
#ECE6E0
(236,230,224)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67A62 color. Also use rgb(182,122,98) instead hex code.

Text Font Color

.myTextColor { color: #B67A62; }

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

This text font color is #B67A62.


Background Color

.myBgColor { background-color: #B67A62; }

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

This div background color is #B67A62.


Border color

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

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

This div border color is #B67A62.


Opacity

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

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

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

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

This text has shadow with #B67A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67A62 on black background.


Color preview on white background

This text has color #B67A62 on white background.



Black color preview on #B67A62 background

This text has black color on #B67A62 background.


White color preview on #B67A62 background

This text has white color on #B67A62 background.