COLOR #B28595

HEX: #B28595
RGB: (178,133,149)

Color info

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

RGB color model

#B28595 color RGB value is (178,133,149).

  • red value is 178;
  • green value is 133;
  • blue value is 149.
RGB:
(178,133,149)
(70%,52%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 149 of 255 = 58%

178
133
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 133 + 149 = 460 (100%)
R 178 of 460 ~ 38.7%
G 133 of 460 ~ 28.91%
B 149 of 460 ~ 32.39%

%38.7
%28.91
%32.39

CMYK color model

#B28595 color CMYK value is (0,25,16,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(0,25,16,30)
C0M25Y16K30 
(0%,25%,16%,30%)
(0.00/0.25/0.16/0.30)	

CMYK percentages

%0
%25.28
%16.29
%30.2

Codes

Color #B28595 in popluar color models

B28595
RGB178133149
HSL339°22.61%60.98%
HSB/HSV339°25.28%69.80%
CMYK0.00%25.28%16.29%
30.20%

Color #B28595 in popluar number systems.

HEXB28595
Decimal178133149
Binary101100101000010110010101
Octal262205225

Shades and tints

Shades of #B28595

#B28595
(178,133,149)
#A27988
(162,121,136)
#926D7B
(146,109,123)
#82616E
(130,97,110)
#725561
(114,85,97)
#624954
(98,73,84)
#523D47
(82,61,71)
#42313A
(66,49,58)
#32252D
(50,37,45)
#221920
(34,25,32)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #B28595

#B28595
(178,133,149)
#B9909E
(185,144,158)
#C09BA7
(192,155,167)
#C7A6B0
(199,166,176)
#CEB1B9
(206,177,185)
#D5BCC2
(213,188,194)
#DCC7CB
(220,199,203)
#E3D2D4
(227,210,212)
#EADDDD
(234,221,221)
#F1E8E6
(241,232,230)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28595 color. Also use rgb(178,133,149) instead hex code.

Text Font Color

.myTextColor { color: #B28595; }

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

This text font color is #B28595.


Background Color

.myBgColor { background-color: #B28595; }

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

This div background color is #B28595.


Border color

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

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

This div border color is #B28595.


Opacity

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

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

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

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

This text has shadow with #B28595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28595 on black background.


Color preview on white background

This text has color #B28595 on white background.



Black color preview on #B28595 background

This text has black color on #B28595 background.


White color preview on #B28595 background

This text has white color on #B28595 background.