COLOR #B38A8C

HEX: #B38A8C RGB: (179,138,140)

Color info

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

RGB color model

#B38A8C color RGB value is (179,138,140).

RGB: (179,138,140) (70%, 54%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 140 of 255 = 55%

179
138
140

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

Portions of RGB colors in percentages

R + G + B = 179 + 138 + 140 = 457 (100%)
R 179 of 457 ~ 39.17%
G 138 of 457 ~ 30.2%
B 140 of 457 ~ 30.63'%

%39.17
%30.2
%30.63

CMYK color model

#B38A8C color CMYK value is (0,23,22,30).

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

CMYK: (0,23,22,30)
C0M23Y22K30 (0%, 23%, 22%, 30%)
(0.00 / 0.23 / 0.22 / 0.30)

CMYK percentages

%0
%22.91
%21.79
%29.8

Codes

Color #B38A8C in popluar color models

B3 8A 8C
RGB 179 138 140
HSL 357° 21.24% 62.16%
HSB/HSV 357° 22.91% 70.20%
CMYK 0.00% 22.91% 21.79%
29.80%

Color #B38A8C in popluar number systems.

HEX B3 8A 8C
Decimal 179 138 140
Binary 10110011 10001010 10001100
Octal 263 212 214

Shades and tints

Shades of #B38A8C

#B38A8C
(179,138,140)
#A37E80
(163,126,128)
#937274
(147,114,116)
#836668
(131,102,104)
#735A5C
(115,90,92)
#634E50
(99,78,80)
#534244
(83,66,68)
#433638
(67,54,56)
#332A2C
(51,42,44)
#231E20
(35,30,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B38A8C

#B38A8C
(179,138,140)
#B99496
(185,148,150)
#BF9EA0
(191,158,160)
#C5A8AA
(197,168,170)
#CBB2B4
(203,178,180)
#D1BCBE
(209,188,190)
#D7C6C8
(215,198,200)
#DDD0D2
(221,208,210)
#E3DADC
(227,218,220)
#E9E4E6
(233,228,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38A8C; }

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

This text font color is #B38A8C.

Background Color

.myBgColor { background-color: #B38A8C; }

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

This div background color is #B38A8C.

Border color

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

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

This div border color is #B38A8C.

Opacity

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

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

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

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

This text has shadow with #B38A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38A8C.

Preview

Color preview on black background

This text has color #B38A8C on black background.


Color preview on white background

This text has color #B38A8C on white background.


Black color preview on #B38A8C background

This text has black color on #B38A8C background.


White color preview on #B38A8C background

This text has white color on #B38A8C background.


Related colors

Complementary color

Complementary color for #hex is #4C7573.


I love getcolorcode.com

Triadic colors

1 #8CB38A and #8A8CB3 with #B38A8C are triadic colors.

2 #8C8AB3 and #8AB38C with #B38A8C are triadic colors.