COLOR #B38F95

HEX: #B38F95
RGB: (179,143,149)

Color info

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

RGB color model

#B38F95 color RGB value is (179,143,149).

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

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 149 of 255 = 58%

179
143
149

R + G + B ~ 61%. #B38F95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 149 = 471 (100%)
R 179 of 471 ~ 38%
G 143 of 471 ~ 30.36%
B 149 of 471 ~ 31.63%

%38
%30.36
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(0,20,17,30)
C0M20Y17K30 
(0%,20%,17%,30%)
(0.00/0.20/0.17/0.30)	

CMYK percentages

%0
%20.11
%16.76
%29.8

Codes

Color #B38F95 in popluar color models

B38F95
RGB179143149
HSL350°19.15%63.14%
HSB/HSV350°20.11%70.20%
CMYK0.00%20.11%16.76%
29.80%

Color #B38F95 in popluar number systems.

HEXB38F95
Decimal179143149
Binary101100111000111110010101
Octal263217225

Shades and tints

Shades of #B38F95

#B38F95
(179,143,149)
#A38288
(163,130,136)
#93757B
(147,117,123)
#83686E
(131,104,110)
#735B61
(115,91,97)
#634E54
(99,78,84)
#534147
(83,65,71)
#43343A
(67,52,58)
#33272D
(51,39,45)
#231A20
(35,26,32)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #B38F95

#B38F95
(179,143,149)
#B9999E
(185,153,158)
#BFA3A7
(191,163,167)
#C5ADB0
(197,173,176)
#CBB7B9
(203,183,185)
#D1C1C2
(209,193,194)
#D7CBCB
(215,203,203)
#DDD5D4
(221,213,212)
#E3DFDD
(227,223,221)
#E9E9E6
(233,233,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38F95; }

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

This text font color is #B38F95.


Background Color

.myBgColor { background-color: #B38F95; }

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

This div background color is #B38F95.


Border color

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

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

This div border color is #B38F95.


Opacity

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

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

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

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

This text has shadow with #B38F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38F95 on black background.


Color preview on white background

This text has color #B38F95 on white background.



Black color preview on #B38F95 background

This text has black color on #B38F95 background.


White color preview on #B38F95 background

This text has white color on #B38F95 background.