COLOR #B38795

HEX: #B38795
RGB: (179,135,149)

Color info

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

RGB color model

#B38795 color RGB value is (179,135,149).

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

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 149 of 255 = 58%

179
135
149

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

Portions of RGB colors in percentages

R + G + B =
179 + 135 + 149 = 463 (100%)
R 179 of 463 ~ 38.66%
G 135 of 463 ~ 29.16%
B 149 of 463 ~ 32.18%

%38.66
%29.16
%32.18

CMYK color model

#B38795 color CMYK value is (0,25,17,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(0,25,17,30)
C0M25Y17K30 
(0%,25%,17%,30%)
(0.00/0.25/0.17/0.30)	

CMYK percentages

%0
%24.58
%16.76
%29.8

Codes

Color #B38795 in popluar color models

B38795
RGB179135149
HSL341°22.45%61.57%
HSB/HSV341°24.58%70.20%
CMYK0.00%24.58%16.76%
29.80%

Color #B38795 in popluar number systems.

HEXB38795
Decimal179135149
Binary101100111000011110010101
Octal263207225

Shades and tints

Shades of #B38795

#B38795
(179,135,149)
#A37B88
(163,123,136)
#936F7B
(147,111,123)
#83636E
(131,99,110)
#735761
(115,87,97)
#634B54
(99,75,84)
#533F47
(83,63,71)
#43333A
(67,51,58)
#33272D
(51,39,45)
#231B20
(35,27,32)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #B38795

#B38795
(179,135,149)
#B9919E
(185,145,158)
#BF9BA7
(191,155,167)
#C5A5B0
(197,165,176)
#CBAFB9
(203,175,185)
#D1B9C2
(209,185,194)
#D7C3CB
(215,195,203)
#DDCDD4
(221,205,212)
#E3D7DD
(227,215,221)
#E9E1E6
(233,225,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38795; }

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

This text font color is #B38795.


Background Color

.myBgColor { background-color: #B38795; }

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

This div background color is #B38795.


Border color

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

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

This div border color is #B38795.


Opacity

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

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

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

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

This text has shadow with #B38795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38795 on black background.


Color preview on white background

This text has color #B38795 on white background.



Black color preview on #B38795 background

This text has black color on #B38795 background.


White color preview on #B38795 background

This text has white color on #B38795 background.