COLOR #B38F99

HEX: #B38F99
RGB: (179,143,153)

Color info

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

RGB color model

#B38F99 color RGB value is (179,143,153).

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

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 153 of 255 = 60%

179
143
153

R + G + B ~ 62%. #B38F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 153 = 475 (100%)
R 179 of 475 ~ 37.68%
G 143 of 475 ~ 30.11%
B 153 of 475 ~ 32.21%

%37.68
%30.11
%32.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(0,20,15,30)
C0M20Y15K30 
(0%,20%,15%,30%)
(0.00/0.20/0.15/0.30)	

CMYK percentages

%0
%20.11
%14.53
%29.8

Codes

Color #B38F99 in popluar color models

B38F99
RGB179143153
HSL343°19.15%63.14%
HSB/HSV343°20.11%70.20%
CMYK0.00%20.11%14.53%
29.80%

Color #B38F99 in popluar number systems.

HEXB38F99
Decimal179143153
Binary101100111000111110011001
Octal263217231

Shades and tints

Shades of #B38F99

#B38F99
(179,143,153)
#A3828C
(163,130,140)
#93757F
(147,117,127)
#836872
(131,104,114)
#735B65
(115,91,101)
#634E58
(99,78,88)
#53414B
(83,65,75)
#43343E
(67,52,62)
#332731
(51,39,49)
#231A24
(35,26,36)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #B38F99

#B38F99
(179,143,153)
#B999A2
(185,153,162)
#BFA3AB
(191,163,171)
#C5ADB4
(197,173,180)
#CBB7BD
(203,183,189)
#D1C1C6
(209,193,198)
#D7CBCF
(215,203,207)
#DDD5D8
(221,213,216)
#E3DFE1
(227,223,225)
#E9E9EA
(233,233,234)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38F99; }

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

This text font color is #B38F99.


Background Color

.myBgColor { background-color: #B38F99; }

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

This div background color is #B38F99.


Border color

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

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

This div border color is #B38F99.


Opacity

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

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

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

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

This text has shadow with #B38F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38F99 on black background.


Color preview on white background

This text has color #B38F99 on white background.



Black color preview on #B38F99 background

This text has black color on #B38F99 background.


White color preview on #B38F99 background

This text has white color on #B38F99 background.