COLOR #B67C5F

HEX: #B67C5F
RGB: (182,124,95)

Color info

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

RGB color model

#B67C5F color RGB value is (182,124,95).

  • red value is 182;
  • green value is 124;
  • blue value is 95.
RGB:
(182,124,95)
(71%,49%,37%)

RGB channels and saturation

R 182 of 255 = 71%
G 124 of 255 = 49%
B 95 of 255 = 37%

182
124
95

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

Portions of RGB colors in percentages

R + G + B =
182 + 124 + 95 = 401 (100%)
R 182 of 401 ~ 45.39%
G 124 of 401 ~ 30.92%
B 95 of 401 ~ 23.69%

%45.39
%30.92
%23.69

CMYK color model

#B67C5F color CMYK value is (0,32,48,29).

  • cyan value is 0.00%
  • magenta value is 31.87%
  • yellow value is 47.80%
  • key color value is 28.63%
CMYK:
(0,32,48,29)
C0M32Y48K29 
(0%,32%,48%,29%)
(0.00/0.32/0.48/0.29)	

CMYK percentages

%0
%31.87
%47.8
%28.63

Codes

Color #B67C5F in popluar color models

B67C5F
RGB18212495
HSL20°37.34%54.31%
HSB/HSV20°47.80%71.37%
CMYK0.00%31.87%47.80%
28.63%

Color #B67C5F in popluar number systems.

HEXB67C5F
Decimal18212495
Binary1011011011111001011111
Octal266174137

Shades and tints

Shades of #B67C5F

#B67C5F
(182,124,95)
#A67157
(166,113,87)
#96664F
(150,102,79)
#865B47
(134,91,71)
#76503F
(118,80,63)
#664537
(102,69,55)
#563A2F
(86,58,47)
#462F27
(70,47,39)
#36241F
(54,36,31)
#261917
(38,25,23)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #B67C5F

#B67C5F
(182,124,95)
#BC876D
(188,135,109)
#C2927B
(194,146,123)
#C89D89
(200,157,137)
#CEA897
(206,168,151)
#D4B3A5
(212,179,165)
#DABEB3
(218,190,179)
#E0C9C1
(224,201,193)
#E6D4CF
(230,212,207)
#ECDFDD
(236,223,221)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67C5F color. Also use rgb(182,124,95) instead hex code.

Text Font Color

.myTextColor { color: #B67C5F; }

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

This text font color is #B67C5F.


Background Color

.myBgColor { background-color: #B67C5F; }

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

This div background color is #B67C5F.


Border color

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

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

This div border color is #B67C5F.


Opacity

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

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

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

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

This text has shadow with #B67C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67C5F on black background.


Color preview on white background

This text has color #B67C5F on white background.



Black color preview on #B67C5F background

This text has black color on #B67C5F background.


White color preview on #B67C5F background

This text has white color on #B67C5F background.