COLOR #B2848A

HEX: #B2848A
RGB: (178,132,138)

Color info

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

RGB color model

#B2848A color RGB value is (178,132,138).

  • red value is 178;
  • green value is 132;
  • blue value is 138.
RGB:
(178,132,138)
(70%,52%,54%)

RGB channels and saturation

R 178 of 255 = 70%
G 132 of 255 = 52%
B 138 of 255 = 54%

178
132
138

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

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 138 = 448 (100%)
R 178 of 448 ~ 39.73%
G 132 of 448 ~ 29.46%
B 138 of 448 ~ 30.8%

%39.73
%29.46
%30.8

CMYK color model

#B2848A color CMYK value is (0,26,22,30).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(0,26,22,30)
C0M26Y22K30 
(0%,26%,22%,30%)
(0.00/0.26/0.22/0.30)	

CMYK percentages

%0
%25.84
%22.47
%30.2

Codes

Color #B2848A in popluar color models

B2848A
RGB178132138
HSL352°23.00%60.78%
HSB/HSV352°25.84%69.80%
CMYK0.00%25.84%22.47%
30.20%

Color #B2848A in popluar number systems.

HEXB2848A
Decimal178132138
Binary101100101000010010001010
Octal262204212

Shades and tints

Shades of #B2848A

#B2848A
(178,132,138)
#A2787E
(162,120,126)
#926C72
(146,108,114)
#826066
(130,96,102)
#72545A
(114,84,90)
#62484E
(98,72,78)
#523C42
(82,60,66)
#423036
(66,48,54)
#32242A
(50,36,42)
#22181E
(34,24,30)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #B2848A

#B2848A
(178,132,138)
#B98F94
(185,143,148)
#C09A9E
(192,154,158)
#C7A5A8
(199,165,168)
#CEB0B2
(206,176,178)
#D5BBBC
(213,187,188)
#DCC6C6
(220,198,198)
#E3D1D0
(227,209,208)
#EADCDA
(234,220,218)
#F1E7E4
(241,231,228)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2848A; }

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

This text font color is #B2848A.


Background Color

.myBgColor { background-color: #B2848A; }

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

This div background color is #B2848A.


Border color

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

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

This div border color is #B2848A.


Opacity

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

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

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

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

This text has shadow with #B2848A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2848A on black background.


Color preview on white background

This text has color #B2848A on white background.



Black color preview on #B2848A background

This text has black color on #B2848A background.


White color preview on #B2848A background

This text has white color on #B2848A background.