COLOR #B38296

HEX: #B38296
RGB: (179,130,150)

Color info

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

RGB color model

#B38296 color RGB value is (179,130,150).

  • red value is 179;
  • green value is 130;
  • blue value is 150.
RGB:
(179,130,150)
(70%,51%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 150 of 255 = 59%

179
130
150

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

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 150 = 459 (100%)
R 179 of 459 ~ 39%
G 130 of 459 ~ 28.32%
B 150 of 459 ~ 32.68%

%39
%28.32
%32.68

CMYK color model

#B38296 color CMYK value is (0,27,16,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(0,27,16,30)
C0M27Y16K30 
(0%,27%,16%,30%)
(0.00/0.27/0.16/0.30)	

CMYK percentages

%0
%27.37
%16.2
%29.8

Codes

Color #B38296 in popluar color models

B38296
RGB179130150
HSL336°24.38%60.59%
HSB/HSV336°27.37%70.20%
CMYK0.00%27.37%16.20%
29.80%

Color #B38296 in popluar number systems.

HEXB38296
Decimal179130150
Binary101100111000001010010110
Octal263202226

Shades and tints

Shades of #B38296

#B38296
(179,130,150)
#A37789
(163,119,137)
#936C7C
(147,108,124)
#83616F
(131,97,111)
#735662
(115,86,98)
#634B55
(99,75,85)
#534048
(83,64,72)
#43353B
(67,53,59)
#332A2E
(51,42,46)
#231F21
(35,31,33)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B38296

#B38296
(179,130,150)
#B98D9F
(185,141,159)
#BF98A8
(191,152,168)
#C5A3B1
(197,163,177)
#CBAEBA
(203,174,186)
#D1B9C3
(209,185,195)
#D7C4CC
(215,196,204)
#DDCFD5
(221,207,213)
#E3DADE
(227,218,222)
#E9E5E7
(233,229,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38296 color. Also use rgb(179,130,150) instead hex code.

Text Font Color

.myTextColor { color: #B38296; }

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

This text font color is #B38296.


Background Color

.myBgColor { background-color: #B38296; }

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

This div background color is #B38296.


Border color

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

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

This div border color is #B38296.


Opacity

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

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

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

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

This text has shadow with #B38296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38296 on black background.


Color preview on white background

This text has color #B38296 on white background.



Black color preview on #B38296 background

This text has black color on #B38296 background.


White color preview on #B38296 background

This text has white color on #B38296 background.