COLOR #B38F68

HEX: #B38F68
RGB: (179,143,104)

Color info

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

RGB color model

#B38F68 color RGB value is (179,143,104).

  • red value is 179;
  • green value is 143;
  • blue value is 104.
RGB:
(179,143,104)
(70%,56%,41%)

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 104 of 255 = 41%

179
143
104

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

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 104 = 426 (100%)
R 179 of 426 ~ 42.02%
G 143 of 426 ~ 33.57%
B 104 of 426 ~ 24.41%

%42.02
%33.57
%24.41

CMYK color model

#B38F68 color CMYK value is (0,20,42,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 41.90%
  • key color value is 29.80%
CMYK:
(0,20,42,30)
C0M20Y42K30 
(0%,20%,42%,30%)
(0.00/0.20/0.42/0.30)	

CMYK percentages

%0
%20.11
%41.9
%29.8

Codes

Color #B38F68 in popluar color models

B38F68
RGB179143104
HSL31°33.04%55.49%
HSB/HSV31°41.90%70.20%
CMYK0.00%20.11%41.90%
29.80%

Color #B38F68 in popluar number systems.

HEXB38F68
Decimal179143104
Binary10110011100011111101000
Octal263217150

Shades and tints

Shades of #B38F68

#B38F68
(179,143,104)
#A3825F
(163,130,95)
#937556
(147,117,86)
#83684D
(131,104,77)
#735B44
(115,91,68)
#634E3B
(99,78,59)
#534132
(83,65,50)
#433429
(67,52,41)
#332720
(51,39,32)
#231A17
(35,26,23)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #B38F68

#B38F68
(179,143,104)
#B99975
(185,153,117)
#BFA382
(191,163,130)
#C5AD8F
(197,173,143)
#CBB79C
(203,183,156)
#D1C1A9
(209,193,169)
#D7CBB6
(215,203,182)
#DDD5C3
(221,213,195)
#E3DFD0
(227,223,208)
#E9E9DD
(233,233,221)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38F68 color. Also use rgb(179,143,104) instead hex code.

Text Font Color

.myTextColor { color: #B38F68; }

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

This text font color is #B38F68.


Background Color

.myBgColor { background-color: #B38F68; }

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

This div background color is #B38F68.


Border color

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

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

This div border color is #B38F68.


Opacity

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

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

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

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

This text has shadow with #B38F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38F68 on black background.


Color preview on white background

This text has color #B38F68 on white background.



Black color preview on #B38F68 background

This text has black color on #B38F68 background.


White color preview on #B38F68 background

This text has white color on #B38F68 background.