COLOR #B38E7F

HEX: #B38E7F
RGB: (179,142,127)

Color info

#B38E7F contains red, green and blue colors in about the same proportion. Web safe color of #B38E7F is #999966 (or #996).

RGB color model

#B38E7F color RGB value is (179,142,127).

  • red value is 179;
  • green value is 142;
  • blue value is 127.
RGB:
(179,142,127)
(70%,56%,50%)

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 127 of 255 = 50%

179
142
127

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

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 127 = 448 (100%)
R 179 of 448 ~ 39.96%
G 142 of 448 ~ 31.7%
B 127 of 448 ~ 28.35%

%39.96
%31.7
%28.35

CMYK color model

#B38E7F color CMYK value is (0,21,29,30).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 29.05%
  • key color value is 29.80%
CMYK:
(0,21,29,30)
C0M21Y29K30 
(0%,21%,29%,30%)
(0.00/0.21/0.29/0.30)	

CMYK percentages

%0
%20.67
%29.05
%29.8

Codes

Color #B38E7F in popluar color models

B38E7F
RGB179142127
HSL17°25.49%60.00%
HSB/HSV17°29.05%70.20%
CMYK0.00%20.67%29.05%
29.80%

Color #B38E7F in popluar number systems.

HEXB38E7F
Decimal179142127
Binary10110011100011101111111
Octal263216177

Shades and tints

Shades of #B38E7F

#B38E7F
(179,142,127)
#A38274
(163,130,116)
#937669
(147,118,105)
#836A5E
(131,106,94)
#735E53
(115,94,83)
#635248
(99,82,72)
#53463D
(83,70,61)
#433A32
(67,58,50)
#332E27
(51,46,39)
#23221C
(35,34,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #B38E7F

#B38E7F
(179,142,127)
#B9988A
(185,152,138)
#BFA295
(191,162,149)
#C5ACA0
(197,172,160)
#CBB6AB
(203,182,171)
#D1C0B6
(209,192,182)
#D7CAC1
(215,202,193)
#DDD4CC
(221,212,204)
#E3DED7
(227,222,215)
#E9E8E2
(233,232,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38E7F color. Also use rgb(179,142,127) instead hex code.

Text Font Color

.myTextColor { color: #B38E7F; }

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

This text font color is #B38E7F.


Background Color

.myBgColor { background-color: #B38E7F; }

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

This div background color is #B38E7F.


Border color

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

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

This div border color is #B38E7F.


Opacity

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

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

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

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

This text has shadow with #B38E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38E7F on black background.


Color preview on white background

This text has color #B38E7F on white background.



Black color preview on #B38E7F background

This text has black color on #B38E7F background.


White color preview on #B38E7F background

This text has white color on #B38E7F background.