COLOR #B38C7E

HEX: #B38C7E
RGB: (179,140,126)

Color info

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

RGB color model

#B38C7E color RGB value is (179,140,126).

  • red value is 179;
  • green value is 140;
  • blue value is 126.
RGB:
(179,140,126)
(70%,55%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 126 of 255 = 49%

179
140
126

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 126 = 445 (100%)
R 179 of 445 ~ 40.22%
G 140 of 445 ~ 31.46%
B 126 of 445 ~ 28.31%

%40.22
%31.46
%28.31

CMYK color model

#B38C7E color CMYK value is (0,22,30,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(0,22,30,30)
C0M22Y30K30 
(0%,22%,30%,30%)
(0.00/0.22/0.30/0.30)	

CMYK percentages

%0
%21.79
%29.61
%29.8

Codes

Color #B38C7E in popluar color models

B38C7E
RGB179140126
HSL16°25.85%59.80%
HSB/HSV16°29.61%70.20%
CMYK0.00%21.79%29.61%
29.80%

Color #B38C7E in popluar number systems.

HEXB38C7E
Decimal179140126
Binary10110011100011001111110
Octal263214176

Shades and tints

Shades of #B38C7E

#B38C7E
(179,140,126)
#A38073
(163,128,115)
#937468
(147,116,104)
#83685D
(131,104,93)
#735C52
(115,92,82)
#635047
(99,80,71)
#53443C
(83,68,60)
#433831
(67,56,49)
#332C26
(51,44,38)
#23201B
(35,32,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B38C7E

#B38C7E
(179,140,126)
#B99689
(185,150,137)
#BFA094
(191,160,148)
#C5AA9F
(197,170,159)
#CBB4AA
(203,180,170)
#D1BEB5
(209,190,181)
#D7C8C0
(215,200,192)
#DDD2CB
(221,210,203)
#E3DCD6
(227,220,214)
#E9E6E1
(233,230,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38C7E color. Also use rgb(179,140,126) instead hex code.

Text Font Color

.myTextColor { color: #B38C7E; }

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

This text font color is #B38C7E.


Background Color

.myBgColor { background-color: #B38C7E; }

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

This div background color is #B38C7E.


Border color

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

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

This div border color is #B38C7E.


Opacity

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

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

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

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

This text has shadow with #B38C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C7E on black background.


Color preview on white background

This text has color #B38C7E on white background.



Black color preview on #B38C7E background

This text has black color on #B38C7E background.


White color preview on #B38C7E background

This text has white color on #B38C7E background.