COLOR #B38096

HEX: #B38096
RGB: (179,128,150)

Color info

#B38096 contains red, green and blue colors in about the same proportion. Web safe color of #B38096 is #996699 (or #969).

RGB color model

#B38096 color RGB value is (179,128,150).

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

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 150 of 255 = 59%

179
128
150

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

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 150 = 457 (100%)
R 179 of 457 ~ 39.17%
G 128 of 457 ~ 28.01%
B 150 of 457 ~ 32.82%

%39.17
%28.01
%32.82

CMYK color model

#B38096 color CMYK value is (0,28,16,30).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(0,28,16,30)
C0M28Y16K30 
(0%,28%,16%,30%)
(0.00/0.28/0.16/0.30)	

CMYK percentages

%0
%28.49
%16.2
%29.8

Codes

Color #B38096 in popluar color models

B38096
RGB179128150
HSL334°25.12%60.20%
HSB/HSV334°28.49%70.20%
CMYK0.00%28.49%16.20%
29.80%

Color #B38096 in popluar number systems.

HEXB38096
Decimal179128150
Binary101100111000000010010110
Octal263200226

Shades and tints

Shades of #B38096

#B38096
(179,128,150)
#A37589
(163,117,137)
#936A7C
(147,106,124)
#835F6F
(131,95,111)
#735462
(115,84,98)
#634955
(99,73,85)
#533E48
(83,62,72)
#43333B
(67,51,59)
#33282E
(51,40,46)
#231D21
(35,29,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B38096

#B38096
(179,128,150)
#B98B9F
(185,139,159)
#BF96A8
(191,150,168)
#C5A1B1
(197,161,177)
#CBACBA
(203,172,186)
#D1B7C3
(209,183,195)
#D7C2CC
(215,194,204)
#DDCDD5
(221,205,213)
#E3D8DE
(227,216,222)
#E9E3E7
(233,227,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38096; }

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

This text font color is #B38096.


Background Color

.myBgColor { background-color: #B38096; }

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

This div background color is #B38096.


Border color

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

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

This div border color is #B38096.


Opacity

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

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

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

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

This text has shadow with #B38096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38096 on black background.


Color preview on white background

This text has color #B38096 on white background.



Black color preview on #B38096 background

This text has black color on #B38096 background.


White color preview on #B38096 background

This text has white color on #B38096 background.