COLOR #B38F7D

HEX: #B38F7D RGB: (179,143,125)

Color info

#B38F7D contains red, green and blue colors in about the same proportion. Web safe color of #B38F7D is #999966 (or #996).

RGB color model

#B38F7D color RGB value is (179,143,125).

RGB: (179,143,125) (70%, 56%, 49%)

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 125 of 255 = 49%

179
143
125

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

Portions of RGB colors in percentages

R + G + B = 179 + 143 + 125 = 447 (100%)
R 179 of 447 ~ 40.04%
G 143 of 447 ~ 31.99%
B 125 of 447 ~ 27.96'%

%40.04
%31.99
%27.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 30.17%
  • key color value is 29.80%

CMYK: (0,20,30,30)
C0M20Y30K30 (0%, 20%, 30%, 30%)
(0.00 / 0.20 / 0.30 / 0.30)

CMYK percentages

%0
%20.11
%30.17
%29.8

Codes

Color #B38F7D in popluar color models

B3 8F 7D
RGB 179 143 125
HSL 20° 26.21% 59.61%
HSB/HSV 20° 30.17% 70.20%
CMYK 0.00% 20.11% 30.17%
29.80%

Color #B38F7D in popluar number systems.

HEX B3 8F 7D
Decimal 179 143 125
Binary 10110011 10001111 1111101
Octal 263 217 175

Shades and tints

Shades of #B38F7D

#B38F7D
(179,143,125)
#A38272
(163,130,114)
#937567
(147,117,103)
#83685C
(131,104,92)
#735B51
(115,91,81)
#634E46
(99,78,70)
#53413B
(83,65,59)
#433430
(67,52,48)
#332725
(51,39,37)
#231A1A
(35,26,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #B38F7D

#B38F7D
(179,143,125)
#B99988
(185,153,136)
#BFA393
(191,163,147)
#C5AD9E
(197,173,158)
#CBB7A9
(203,183,169)
#D1C1B4
(209,193,180)
#D7CBBF
(215,203,191)
#DDD5CA
(221,213,202)
#E3DFD5
(227,223,213)
#E9E9E0
(233,233,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38F7D; }

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

This text font color is #B38F7D.

Background Color

.myBgColor { background-color: #B38F7D; }

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

This div background color is #B38F7D.

Border color

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

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

This div border color is #B38F7D.

Opacity

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

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

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

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

This text has shadow with #B38F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38F7D.

Preview

Color preview on black background

This text has color #B38F7D on black background.


Color preview on white background

This text has color #B38F7D on white background.


Black color preview on #B38F7D background

This text has black color on #B38F7D background.


White color preview on #B38F7D background

This text has white color on #B38F7D background.


Related colors

Complementary color

Complementary color for #hex is #4C7082.


I love getcolorcode.com

Triadic colors

1 #7DB38F and #8F7DB3 with #B38F7D are triadic colors.

2 #7D8FB3 and #8FB37D with #B38F7D are triadic colors.