COLOR #B38A81

HEX: #B38A81 RGB: (179,138,129)

Color info

#B38A81 contains red, green and blue colors in about the same proportion. Web safe color of #B38A81 is #999999 (or #999).

RGB color model

#B38A81 color RGB value is (179,138,129).

RGB: (179,138,129) (70%, 54%, 51%)

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 129 of 255 = 51%

179
138
129

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

Portions of RGB colors in percentages

R + G + B = 179 + 138 + 129 = 446 (100%)
R 179 of 446 ~ 40.13%
G 138 of 446 ~ 30.94%
B 129 of 446 ~ 28.92'%

%40.13
%30.94
%28.92

CMYK color model

#B38A81 color CMYK value is (0,23,28,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 27.93%
  • key color value is 29.80%

CMYK: (0,23,28,30)
C0M23Y28K30 (0%, 23%, 28%, 30%)
(0.00 / 0.23 / 0.28 / 0.30)

CMYK percentages

%0
%22.91
%27.93
%29.8

Codes

Color #B38A81 in popluar color models

B3 8A 81
RGB 179 138 129
HSL 11° 24.75% 60.39%
HSB/HSV 11° 27.93% 70.20%
CMYK 0.00% 22.91% 27.93%
29.80%

Color #B38A81 in popluar number systems.

HEX B3 8A 81
Decimal 179 138 129
Binary 10110011 10001010 10000001
Octal 263 212 201

Shades and tints

Shades of #B38A81

#B38A81
(179,138,129)
#A37E76
(163,126,118)
#93726B
(147,114,107)
#836660
(131,102,96)
#735A55
(115,90,85)
#634E4A
(99,78,74)
#53423F
(83,66,63)
#433634
(67,54,52)
#332A29
(51,42,41)
#231E1E
(35,30,30)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B38A81

#B38A81
(179,138,129)
#B9948C
(185,148,140)
#BF9E97
(191,158,151)
#C5A8A2
(197,168,162)
#CBB2AD
(203,178,173)
#D1BCB8
(209,188,184)
#D7C6C3
(215,198,195)
#DDD0CE
(221,208,206)
#E3DAD9
(227,218,217)
#E9E4E4
(233,228,228)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38A81 color. Also use rgb(179,138,129) instead hex code.

Text Font Color

.myTextColor { color: #B38A81; }

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

This text font color is #B38A81.

Background Color

.myBgColor { background-color: #B38A81; }

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

This div background color is #B38A81.

Border color

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

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

This div border color is #B38A81.

Opacity

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

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

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

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

This text has shadow with #B38A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38A81.

Preview

Color preview on black background

This text has color #B38A81 on black background.


Color preview on white background

This text has color #B38A81 on white background.


Black color preview on #B38A81 background

This text has black color on #B38A81 background.


White color preview on #B38A81 background

This text has white color on #B38A81 background.


Related colors

Complementary color

Complementary color for #hex is #4C757E.


I love getcolorcode.com

Triadic colors

1 #81B38A and #8A81B3 with #B38A81 are triadic colors.

2 #818AB3 and #8AB381 with #B38A81 are triadic colors.