COLOR #B38D7B

HEX: #B38D7B RGB: (179,141,123)

Color info

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

RGB color model

#B38D7B color RGB value is (179,141,123).

RGB: (179,141,123) (70%, 55%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 141 of 255 = 55%
B 123 of 255 = 48%

179
141
123

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

Portions of RGB colors in percentages

R + G + B = 179 + 141 + 123 = 443 (100%)
R 179 of 443 ~ 40.41%
G 141 of 443 ~ 31.83%
B 123 of 443 ~ 27.77'%

%40.41
%31.83
%27.77

CMYK color model

#B38D7B color CMYK value is (0,21,31,30).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 31.28%
  • key color value is 29.80%

CMYK: (0,21,31,30)
C0M21Y31K30 (0%, 21%, 31%, 30%)
(0.00 / 0.21 / 0.31 / 0.30)

CMYK percentages

%0
%21.23
%31.28
%29.8

Codes

Color #B38D7B in popluar color models

B3 8D 7B
RGB 179 141 123
HSL 19° 26.92% 59.22%
HSB/HSV 19° 31.28% 70.20%
CMYK 0.00% 21.23% 31.28%
29.80%

Color #B38D7B in popluar number systems.

HEX B3 8D 7B
Decimal 179 141 123
Binary 10110011 10001101 1111011
Octal 263 215 173

Shades and tints

Shades of #B38D7B

#B38D7B
(179,141,123)
#A38170
(163,129,112)
#937565
(147,117,101)
#83695A
(131,105,90)
#735D4F
(115,93,79)
#635144
(99,81,68)
#534539
(83,69,57)
#43392E
(67,57,46)
#332D23
(51,45,35)
#232118
(35,33,24)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #B38D7B

#B38D7B
(179,141,123)
#B99787
(185,151,135)
#BFA193
(191,161,147)
#C5AB9F
(197,171,159)
#CBB5AB
(203,181,171)
#D1BFB7
(209,191,183)
#D7C9C3
(215,201,195)
#DDD3CF
(221,211,207)
#E3DDDB
(227,221,219)
#E9E7E7
(233,231,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38D7B color. Also use rgb(179,141,123) instead hex code.

Text Font Color

.myTextColor { color: #B38D7B; }

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

This text font color is #B38D7B.

Background Color

.myBgColor { background-color: #B38D7B; }

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

This div background color is #B38D7B.

Border color

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

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

This div border color is #B38D7B.

Opacity

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

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

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

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

This text has shadow with #B38D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38D7B.

Preview

Color preview on black background

This text has color #B38D7B on black background.


Color preview on white background

This text has color #B38D7B on white background.


Black color preview on #B38D7B background

This text has black color on #B38D7B background.


White color preview on #B38D7B background

This text has white color on #B38D7B background.


Related colors

Complementary color

Complementary color for #hex is #4C7284.


I love getcolorcode.com

Triadic colors

1 #7BB38D and #8D7BB3 with #B38D7B are triadic colors.

2 #7B8DB3 and #8DB37B with #B38D7B are triadic colors.