COLOR #B67B49

HEX: #B67B49
RGB: (182,123,73)

Color info

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

RGB color model

#B67B49 color RGB value is (182,123,73).

  • red value is 182;
  • green value is 123;
  • blue value is 73.
RGB:
(182,123,73)
(71%,48%,29%)

RGB channels and saturation

R 182 of 255 = 71%
G 123 of 255 = 48%
B 73 of 255 = 29%

182
123
73

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

Portions of RGB colors in percentages

R + G + B =
182 + 123 + 73 = 378 (100%)
R 182 of 378 ~ 48.15%
G 123 of 378 ~ 32.54%
B 73 of 378 ~ 19.31%

%48.15
%32.54
%19.31

CMYK color model

#B67B49 color CMYK value is (0,32,60,29).

  • cyan value is 0.00%
  • magenta value is 32.42%
  • yellow value is 59.89%
  • key color value is 28.63%
CMYK:
(0,32,60,29)
C0M32Y60K29 
(0%,32%,60%,29%)
(0.00/0.32/0.60/0.29)	

CMYK percentages

%0
%32.42
%59.89
%28.63

Codes

Color #B67B49 in popluar color models

B67B49
RGB18212373
HSL28°42.75%50.00%
HSB/HSV28°59.89%71.37%
CMYK0.00%32.42%59.89%
28.63%

Color #B67B49 in popluar number systems.

HEXB67B49
Decimal18212373
Binary1011011011110111001001
Octal266173111

Shades and tints

Shades of #B67B49

#B67B49
(182,123,73)
#A67043
(166,112,67)
#96653D
(150,101,61)
#865A37
(134,90,55)
#764F31
(118,79,49)
#66442B
(102,68,43)
#563925
(86,57,37)
#462E1F
(70,46,31)
#362319
(54,35,25)
#261813
(38,24,19)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #B67B49

#B67B49
(182,123,73)
#BC8759
(188,135,89)
#C29369
(194,147,105)
#C89F79
(200,159,121)
#CEAB89
(206,171,137)
#D4B799
(212,183,153)
#DAC3A9
(218,195,169)
#E0CFB9
(224,207,185)
#E6DBC9
(230,219,201)
#ECE7D9
(236,231,217)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67B49 color. Also use rgb(182,123,73) instead hex code.

Text Font Color

.myTextColor { color: #B67B49; }

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

This text font color is #B67B49.


Background Color

.myBgColor { background-color: #B67B49; }

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

This div background color is #B67B49.


Border color

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

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

This div border color is #B67B49.


Opacity

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

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

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

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

This text has shadow with #B67B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67B49 on black background.


Color preview on white background

This text has color #B67B49 on white background.



Black color preview on #B67B49 background

This text has black color on #B67B49 background.


White color preview on #B67B49 background

This text has white color on #B67B49 background.