COLOR #B28094

HEX: #B28094
RGB: (178,128,148)

Color info

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

RGB color model

#B28094 color RGB value is (178,128,148).

  • red value is 178;
  • green value is 128;
  • blue value is 148.
RGB:
(178,128,148)
(70%,50%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 148 of 255 = 58%

178
128
148

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

Portions of RGB colors in percentages

R + G + B =
178 + 128 + 148 = 454 (100%)
R 178 of 454 ~ 39.21%
G 128 of 454 ~ 28.19%
B 148 of 454 ~ 32.6%

%39.21
%28.19
%32.6

CMYK color model

#B28094 color CMYK value is (0,28,17,30).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 16.85%
  • key color value is 30.20%
CMYK:
(0,28,17,30)
C0M28Y17K30 
(0%,28%,17%,30%)
(0.00/0.28/0.17/0.30)	

CMYK percentages

%0
%28.09
%16.85
%30.2

Codes

Color #B28094 in popluar color models

B28094
RGB178128148
HSL336°24.51%60.00%
HSB/HSV336°28.09%69.80%
CMYK0.00%28.09%16.85%
30.20%

Color #B28094 in popluar number systems.

HEXB28094
Decimal178128148
Binary101100101000000010010100
Octal262200224

Shades and tints

Shades of #B28094

#B28094
(178,128,148)
#A27587
(162,117,135)
#926A7A
(146,106,122)
#825F6D
(130,95,109)
#725460
(114,84,96)
#624953
(98,73,83)
#523E46
(82,62,70)
#423339
(66,51,57)
#32282C
(50,40,44)
#221D1F
(34,29,31)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #B28094

#B28094
(178,128,148)
#B98B9D
(185,139,157)
#C096A6
(192,150,166)
#C7A1AF
(199,161,175)
#CEACB8
(206,172,184)
#D5B7C1
(213,183,193)
#DCC2CA
(220,194,202)
#E3CDD3
(227,205,211)
#EAD8DC
(234,216,220)
#F1E3E5
(241,227,229)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28094 color. Also use rgb(178,128,148) instead hex code.

Text Font Color

.myTextColor { color: #B28094; }

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

This text font color is #B28094.


Background Color

.myBgColor { background-color: #B28094; }

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

This div background color is #B28094.


Border color

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

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

This div border color is #B28094.


Opacity

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

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

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

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

This text has shadow with #B28094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28094 on black background.


Color preview on white background

This text has color #B28094 on white background.



Black color preview on #B28094 background

This text has black color on #B28094 background.


White color preview on #B28094 background

This text has white color on #B28094 background.