COLOR #B67B52

HEX: #B67B52
RGB: (182,123,82)

Color info

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

RGB color model

#B67B52 color RGB value is (182,123,82).

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

RGB channels and saturation

R 182 of 255 = 71%
G 123 of 255 = 48%
B 82 of 255 = 32%

182
123
82

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

Portions of RGB colors in percentages

R + G + B =
182 + 123 + 82 = 387 (100%)
R 182 of 387 ~ 47.03%
G 123 of 387 ~ 31.78%
B 82 of 387 ~ 21.19%

%47.03
%31.78
%21.19

CMYK color model

#B67B52 color CMYK value is (0,32,55,29).

  • cyan value is 0.00%
  • magenta value is 32.42%
  • yellow value is 54.95%
  • key color value is 28.63%
CMYK:
(0,32,55,29)
C0M32Y55K29 
(0%,32%,55%,29%)
(0.00/0.32/0.55/0.29)	

CMYK percentages

%0
%32.42
%54.95
%28.63

Codes

Color #B67B52 in popluar color models

B67B52
RGB18212382
HSL25°40.65%51.76%
HSB/HSV25°54.95%71.37%
CMYK0.00%32.42%54.95%
28.63%

Color #B67B52 in popluar number systems.

HEXB67B52
Decimal18212382
Binary1011011011110111010010
Octal266173122

Shades and tints

Shades of #B67B52

#B67B52
(182,123,82)
#A6704B
(166,112,75)
#966544
(150,101,68)
#865A3D
(134,90,61)
#764F36
(118,79,54)
#66442F
(102,68,47)
#563928
(86,57,40)
#462E21
(70,46,33)
#36231A
(54,35,26)
#261813
(38,24,19)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #B67B52

#B67B52
(182,123,82)
#BC8761
(188,135,97)
#C29370
(194,147,112)
#C89F7F
(200,159,127)
#CEAB8E
(206,171,142)
#D4B79D
(212,183,157)
#DAC3AC
(218,195,172)
#E0CFBB
(224,207,187)
#E6DBCA
(230,219,202)
#ECE7D9
(236,231,217)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67B52; }

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

This text font color is #B67B52.


Background Color

.myBgColor { background-color: #B67B52; }

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

This div background color is #B67B52.


Border color

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

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

This div border color is #B67B52.


Opacity

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

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

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

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

This text has shadow with #B67B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67B52 on black background.


Color preview on white background

This text has color #B67B52 on white background.



Black color preview on #B67B52 background

This text has black color on #B67B52 background.


White color preview on #B67B52 background

This text has white color on #B67B52 background.