COLOR #B28081

HEX: #B28081
RGB: (178,128,129)

Color info

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

RGB color model

#B28081 color RGB value is (178,128,129).

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

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 129 of 255 = 51%

178
128
129

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

Portions of RGB colors in percentages

R + G + B =
178 + 128 + 129 = 435 (100%)
R 178 of 435 ~ 40.92%
G 128 of 435 ~ 29.43%
B 129 of 435 ~ 29.66%

%40.92
%29.43
%29.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK:
(0,28,28,30)
C0M28Y28K30 
(0%,28%,28%,30%)
(0.00/0.28/0.28/0.30)	

CMYK percentages

%0
%28.09
%27.53
%30.2

Codes

Color #B28081 in popluar color models

B28081
RGB178128129
HSL359°24.51%60.00%
HSB/HSV359°28.09%69.80%
CMYK0.00%28.09%27.53%
30.20%

Color #B28081 in popluar number systems.

HEXB28081
Decimal178128129
Binary101100101000000010000001
Octal262200201

Shades and tints

Shades of #B28081

#B28081
(178,128,129)
#A27576
(162,117,118)
#926A6B
(146,106,107)
#825F60
(130,95,96)
#725455
(114,84,85)
#62494A
(98,73,74)
#523E3F
(82,62,63)
#423334
(66,51,52)
#322829
(50,40,41)
#221D1E
(34,29,30)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B28081

#B28081
(178,128,129)
#B98B8C
(185,139,140)
#C09697
(192,150,151)
#C7A1A2
(199,161,162)
#CEACAD
(206,172,173)
#D5B7B8
(213,183,184)
#DCC2C3
(220,194,195)
#E3CDCE
(227,205,206)
#EAD8D9
(234,216,217)
#F1E3E4
(241,227,228)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28081; }

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

This text font color is #B28081.


Background Color

.myBgColor { background-color: #B28081; }

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

This div background color is #B28081.


Border color

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

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

This div border color is #B28081.


Opacity

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

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

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

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

This text has shadow with #B28081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28081 on black background.


Color preview on white background

This text has color #B28081 on white background.



Black color preview on #B28081 background

This text has black color on #B28081 background.


White color preview on #B28081 background

This text has white color on #B28081 background.