COLOR #B38E66

HEX: #B38E66
RGB: (179,142,102)

Color info

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

RGB color model

#B38E66 color RGB value is (179,142,102).

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

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 102 of 255 = 40%

179
142
102

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

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 102 = 423 (100%)
R 179 of 423 ~ 42.32%
G 142 of 423 ~ 33.57%
B 102 of 423 ~ 24.11%

%42.32
%33.57
%24.11

CMYK color model

#B38E66 color CMYK value is (0,21,43,30).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 43.02%
  • key color value is 29.80%
CMYK:
(0,21,43,30)
C0M21Y43K30 
(0%,21%,43%,30%)
(0.00/0.21/0.43/0.30)	

CMYK percentages

%0
%20.67
%43.02
%29.8

Codes

Color #B38E66 in popluar color models

B38E66
RGB179142102
HSL31°33.62%55.10%
HSB/HSV31°43.02%70.20%
CMYK0.00%20.67%43.02%
29.80%

Color #B38E66 in popluar number systems.

HEXB38E66
Decimal179142102
Binary10110011100011101100110
Octal263216146

Shades and tints

Shades of #B38E66

#B38E66
(179,142,102)
#A3825D
(163,130,93)
#937654
(147,118,84)
#836A4B
(131,106,75)
#735E42
(115,94,66)
#635239
(99,82,57)
#534630
(83,70,48)
#433A27
(67,58,39)
#332E1E
(51,46,30)
#232215
(35,34,21)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #B38E66

#B38E66
(179,142,102)
#B99873
(185,152,115)
#BFA280
(191,162,128)
#C5AC8D
(197,172,141)
#CBB69A
(203,182,154)
#D1C0A7
(209,192,167)
#D7CAB4
(215,202,180)
#DDD4C1
(221,212,193)
#E3DECE
(227,222,206)
#E9E8DB
(233,232,219)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38E66; }

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

This text font color is #B38E66.


Background Color

.myBgColor { background-color: #B38E66; }

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

This div background color is #B38E66.


Border color

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

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

This div border color is #B38E66.


Opacity

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

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

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

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

This text has shadow with #B38E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38E66 on black background.


Color preview on white background

This text has color #B38E66 on white background.



Black color preview on #B38E66 background

This text has black color on #B38E66 background.


White color preview on #B38E66 background

This text has white color on #B38E66 background.