COLOR #B28192

HEX: #B28192
RGB: (178,129,146)

Color info

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

RGB color model

#B28192 color RGB value is (178,129,146).

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

RGB channels and saturation

R 178 of 255 = 70%
G 129 of 255 = 51%
B 146 of 255 = 57%

178
129
146

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

Portions of RGB colors in percentages

R + G + B =
178 + 129 + 146 = 453 (100%)
R 178 of 453 ~ 39.29%
G 129 of 453 ~ 28.48%
B 146 of 453 ~ 32.23%

%39.29
%28.48
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.53%
  • yellow value is 17.98%
  • key color value is 30.20%
CMYK:
(0,28,18,30)
C0M28Y18K30 
(0%,28%,18%,30%)
(0.00/0.28/0.18/0.30)	

CMYK percentages

%0
%27.53
%17.98
%30.2

Codes

Color #B28192 in popluar color models

B28192
RGB178129146
HSL339°24.14%60.20%
HSB/HSV339°27.53%69.80%
CMYK0.00%27.53%17.98%
30.20%

Color #B28192 in popluar number systems.

HEXB28192
Decimal178129146
Binary101100101000000110010010
Octal262201222

Shades and tints

Shades of #B28192

#B28192
(178,129,146)
#A27685
(162,118,133)
#926B78
(146,107,120)
#82606B
(130,96,107)
#72555E
(114,85,94)
#624A51
(98,74,81)
#523F44
(82,63,68)
#423437
(66,52,55)
#32292A
(50,41,42)
#221E1D
(34,30,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #B28192

#B28192
(178,129,146)
#B98C9B
(185,140,155)
#C097A4
(192,151,164)
#C7A2AD
(199,162,173)
#CEADB6
(206,173,182)
#D5B8BF
(213,184,191)
#DCC3C8
(220,195,200)
#E3CED1
(227,206,209)
#EAD9DA
(234,217,218)
#F1E4E3
(241,228,227)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28192; }

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

This text font color is #B28192.


Background Color

.myBgColor { background-color: #B28192; }

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

This div background color is #B28192.


Border color

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

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

This div border color is #B28192.


Opacity

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

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

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

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

This text has shadow with #B28192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28192 on black background.


Color preview on white background

This text has color #B28192 on white background.



Black color preview on #B28192 background

This text has black color on #B28192 background.


White color preview on #B28192 background

This text has white color on #B28192 background.