COLOR #B38C66

HEX: #B38C66
RGB: (179,140,102)

Color info

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

RGB color model

#B38C66 color RGB value is (179,140,102).

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

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 102 of 255 = 40%

179
140
102

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 102 = 421 (100%)
R 179 of 421 ~ 42.52%
G 140 of 421 ~ 33.25%
B 102 of 421 ~ 24.23%

%42.52
%33.25
%24.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 43.02%
  • key color value is 29.80%
CMYK:
(0,22,43,30)
C0M22Y43K30 
(0%,22%,43%,30%)
(0.00/0.22/0.43/0.30)	

CMYK percentages

%0
%21.79
%43.02
%29.8

Codes

Color #B38C66 in popluar color models

B38C66
RGB179140102
HSL30°33.62%55.10%
HSB/HSV30°43.02%70.20%
CMYK0.00%21.79%43.02%
29.80%

Color #B38C66 in popluar number systems.

HEXB38C66
Decimal179140102
Binary10110011100011001100110
Octal263214146

Shades and tints

Shades of #B38C66

#B38C66
(179,140,102)
#A3805D
(163,128,93)
#937454
(147,116,84)
#83684B
(131,104,75)
#735C42
(115,92,66)
#635039
(99,80,57)
#534430
(83,68,48)
#433827
(67,56,39)
#332C1E
(51,44,30)
#232015
(35,32,21)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #B38C66

#B38C66
(179,140,102)
#B99673
(185,150,115)
#BFA080
(191,160,128)
#C5AA8D
(197,170,141)
#CBB49A
(203,180,154)
#D1BEA7
(209,190,167)
#D7C8B4
(215,200,180)
#DDD2C1
(221,210,193)
#E3DCCE
(227,220,206)
#E9E6DB
(233,230,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38C66; }

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

This text font color is #B38C66.


Background Color

.myBgColor { background-color: #B38C66; }

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

This div background color is #B38C66.


Border color

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

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

This div border color is #B38C66.


Opacity

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

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

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

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

This text has shadow with #B38C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C66 on black background.


Color preview on white background

This text has color #B38C66 on white background.



Black color preview on #B38C66 background

This text has black color on #B38C66 background.


White color preview on #B38C66 background

This text has white color on #B38C66 background.