COLOR #B28888

HEX: #B28888
RGB: (178,136,136)

Color info

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

RGB color model

#B28888 color RGB value is (178,136,136).

  • red value is 178;
  • green value is 136;
  • blue value is 136.
RGB:
(178,136,136)
(70%,53%,53%)

RGB channels and saturation

R 178 of 255 = 70%
G 136 of 255 = 53%
B 136 of 255 = 53%

178
136
136

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

Portions of RGB colors in percentages

R + G + B =
178 + 136 + 136 = 450 (100%)
R 178 of 450 ~ 39.56%
G 136 of 450 ~ 30.22%
B 136 of 450 ~ 30.22%

%39.56
%30.22
%30.22

CMYK color model

#B28888 color CMYK value is (0,24,24,30).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 23.60%
  • key color value is 30.20%
CMYK:
(0,24,24,30)
C0M24Y24K30 
(0%,24%,24%,30%)
(0.00/0.24/0.24/0.30)	

CMYK percentages

%0
%23.6
%23.6
%30.2

Codes

Color #B28888 in popluar color models

B28888
RGB178136136
HSL21.43%61.57%
HSB/HSV23.60%69.80%
CMYK0.00%23.60%23.60%
30.20%

Color #B28888 in popluar number systems.

HEXB28888
Decimal178136136
Binary101100101000100010001000
Octal262210210

Shades and tints

Shades of #B28888

#B28888
(178,136,136)
#A27C7C
(162,124,124)
#927070
(146,112,112)
#826464
(130,100,100)
#725858
(114,88,88)
#624C4C
(98,76,76)
#524040
(82,64,64)
#423434
(66,52,52)
#322828
(50,40,40)
#221C1C
(34,28,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #B28888

#B28888
(178,136,136)
#B99292
(185,146,146)
#C09C9C
(192,156,156)
#C7A6A6
(199,166,166)
#CEB0B0
(206,176,176)
#D5BABA
(213,186,186)
#DCC4C4
(220,196,196)
#E3CECE
(227,206,206)
#EAD8D8
(234,216,216)
#F1E2E2
(241,226,226)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28888; }

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

This text font color is #B28888.


Background Color

.myBgColor { background-color: #B28888; }

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

This div background color is #B28888.


Border color

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

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

This div border color is #B28888.


Opacity

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

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

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

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

This text has shadow with #B28888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28888 on black background.


Color preview on white background

This text has color #B28888 on white background.



Black color preview on #B28888 background

This text has black color on #B28888 background.


White color preview on #B28888 background

This text has white color on #B28888 background.