COLOR #B28D95

HEX: #B28D95
RGB: (178,141,149)

Color info

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

RGB color model

#B28D95 color RGB value is (178,141,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 141 of 255 = 55%
B 149 of 255 = 58%

178
141
149

R + G + B ~ 61%. #B28D95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 141 + 149 = 468 (100%)
R 178 of 468 ~ 38.03%
G 141 of 468 ~ 30.13%
B 149 of 468 ~ 31.84%

%38.03
%30.13
%31.84

CMYK color model

#B28D95 color CMYK value is (0,21,16,30).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(0,21,16,30)
C0M21Y16K30 
(0%,21%,16%,30%)
(0.00/0.21/0.16/0.30)	

CMYK percentages

%0
%20.79
%16.29
%30.2

Codes

Color #B28D95 in popluar color models

B28D95
RGB178141149
HSL347°19.37%62.55%
HSB/HSV347°20.79%69.80%
CMYK0.00%20.79%16.29%
30.20%

Color #B28D95 in popluar number systems.

HEXB28D95
Decimal178141149
Binary101100101000110110010101
Octal262215225

Shades and tints

Shades of #B28D95

#B28D95
(178,141,149)
#A28188
(162,129,136)
#92757B
(146,117,123)
#82696E
(130,105,110)
#725D61
(114,93,97)
#625154
(98,81,84)
#524547
(82,69,71)
#42393A
(66,57,58)
#322D2D
(50,45,45)
#222120
(34,33,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #B28D95

#B28D95
(178,141,149)
#B9979E
(185,151,158)
#C0A1A7
(192,161,167)
#C7ABB0
(199,171,176)
#CEB5B9
(206,181,185)
#D5BFC2
(213,191,194)
#DCC9CB
(220,201,203)
#E3D3D4
(227,211,212)
#EADDDD
(234,221,221)
#F1E7E6
(241,231,230)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28D95; }

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

This text font color is #B28D95.


Background Color

.myBgColor { background-color: #B28D95; }

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

This div background color is #B28D95.


Border color

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

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

This div border color is #B28D95.


Opacity

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

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

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

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

This text has shadow with #B28D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28D95 on black background.


Color preview on white background

This text has color #B28D95 on white background.



Black color preview on #B28D95 background

This text has black color on #B28D95 background.


White color preview on #B28D95 background

This text has white color on #B28D95 background.