COLOR #B38C6A

HEX: #B38C6A
RGB: (179,140,106)

Color info

#B38C6A contains mainly red and green colors. Web safe color of #B38C6A is #999966 (or #996).

RGB color model

#B38C6A color RGB value is (179,140,106).

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

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 106 of 255 = 42%

179
140
106

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 106 = 425 (100%)
R 179 of 425 ~ 42.12%
G 140 of 425 ~ 32.94%
B 106 of 425 ~ 24.94%

%42.12
%32.94
%24.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 40.78%
  • key color value is 29.80%
CMYK:
(0,22,41,30)
C0M22Y41K30 
(0%,22%,41%,30%)
(0.00/0.22/0.41/0.30)	

CMYK percentages

%0
%21.79
%40.78
%29.8

Codes

Color #B38C6A in popluar color models

B38C6A
RGB179140106
HSL28°32.44%55.88%
HSB/HSV28°40.78%70.20%
CMYK0.00%21.79%40.78%
29.80%

Color #B38C6A in popluar number systems.

HEXB38C6A
Decimal179140106
Binary10110011100011001101010
Octal263214152

Shades and tints

Shades of #B38C6A

#B38C6A
(179,140,106)
#A38061
(163,128,97)
#937458
(147,116,88)
#83684F
(131,104,79)
#735C46
(115,92,70)
#63503D
(99,80,61)
#534434
(83,68,52)
#43382B
(67,56,43)
#332C22
(51,44,34)
#232019
(35,32,25)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B38C6A

#B38C6A
(179,140,106)
#B99677
(185,150,119)
#BFA084
(191,160,132)
#C5AA91
(197,170,145)
#CBB49E
(203,180,158)
#D1BEAB
(209,190,171)
#D7C8B8
(215,200,184)
#DDD2C5
(221,210,197)
#E3DCD2
(227,220,210)
#E9E6DF
(233,230,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38C6A; }

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

This text font color is #B38C6A.


Background Color

.myBgColor { background-color: #B38C6A; }

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

This div background color is #B38C6A.


Border color

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

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

This div border color is #B38C6A.


Opacity

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

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

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

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

This text has shadow with #B38C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C6A on black background.


Color preview on white background

This text has color #B38C6A on white background.



Black color preview on #B38C6A background

This text has black color on #B38C6A background.


White color preview on #B38C6A background

This text has white color on #B38C6A background.