COLOR #B38F6C

HEX: #B38F6C
RGB: (179,143,108)

Color info

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

RGB color model

#B38F6C color RGB value is (179,143,108).

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

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 108 of 255 = 42%

179
143
108

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

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 108 = 430 (100%)
R 179 of 430 ~ 41.63%
G 143 of 430 ~ 33.26%
B 108 of 430 ~ 25.12%

%41.63
%33.26
%25.12

CMYK color model

#B38F6C color CMYK value is (0,20,40,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 39.66%
  • key color value is 29.80%
CMYK:
(0,20,40,30)
C0M20Y40K30 
(0%,20%,40%,30%)
(0.00/0.20/0.40/0.30)	

CMYK percentages

%0
%20.11
%39.66
%29.8

Codes

Color #B38F6C in popluar color models

B38F6C
RGB179143108
HSL30°31.84%56.27%
HSB/HSV30°39.66%70.20%
CMYK0.00%20.11%39.66%
29.80%

Color #B38F6C in popluar number systems.

HEXB38F6C
Decimal179143108
Binary10110011100011111101100
Octal263217154

Shades and tints

Shades of #B38F6C

#B38F6C
(179,143,108)
#A38263
(163,130,99)
#93755A
(147,117,90)
#836851
(131,104,81)
#735B48
(115,91,72)
#634E3F
(99,78,63)
#534136
(83,65,54)
#43342D
(67,52,45)
#332724
(51,39,36)
#231A1B
(35,26,27)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #B38F6C

#B38F6C
(179,143,108)
#B99979
(185,153,121)
#BFA386
(191,163,134)
#C5AD93
(197,173,147)
#CBB7A0
(203,183,160)
#D1C1AD
(209,193,173)
#D7CBBA
(215,203,186)
#DDD5C7
(221,213,199)
#E3DFD4
(227,223,212)
#E9E9E1
(233,233,225)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38F6C; }

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

This text font color is #B38F6C.


Background Color

.myBgColor { background-color: #B38F6C; }

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

This div background color is #B38F6C.


Border color

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

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

This div border color is #B38F6C.


Opacity

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

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

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

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

This text has shadow with #B38F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38F6C on black background.


Color preview on white background

This text has color #B38F6C on white background.



Black color preview on #B38F6C background

This text has black color on #B38F6C background.


White color preview on #B38F6C background

This text has white color on #B38F6C background.