COLOR #B2857D

HEX: #B2857D
RGB: (178,133,125)

Color info

#B2857D contains red, green and blue colors in about the same proportion. Web safe color of #B2857D is #999966 (or #996).

RGB color model

#B2857D color RGB value is (178,133,125).

  • red value is 178;
  • green value is 133;
  • blue value is 125.
RGB:
(178,133,125)
(70%,52%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 125 of 255 = 49%

178
133
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 133 + 125 = 436 (100%)
R 178 of 436 ~ 40.83%
G 133 of 436 ~ 30.5%
B 125 of 436 ~ 28.67%

%40.83
%30.5
%28.67

CMYK color model

#B2857D color CMYK value is (0,25,30,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(0,25,30,30)
C0M25Y30K30 
(0%,25%,30%,30%)
(0.00/0.25/0.30/0.30)	

CMYK percentages

%0
%25.28
%29.78
%30.2

Codes

Color #B2857D in popluar color models

B2857D
RGB178133125
HSL25.60%59.41%
HSB/HSV29.78%69.80%
CMYK0.00%25.28%29.78%
30.20%

Color #B2857D in popluar number systems.

HEXB2857D
Decimal178133125
Binary10110010100001011111101
Octal262205175

Shades and tints

Shades of #B2857D

#B2857D
(178,133,125)
#A27972
(162,121,114)
#926D67
(146,109,103)
#82615C
(130,97,92)
#725551
(114,85,81)
#624946
(98,73,70)
#523D3B
(82,61,59)
#423130
(66,49,48)
#322525
(50,37,37)
#22191A
(34,25,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #B2857D

#B2857D
(178,133,125)
#B99088
(185,144,136)
#C09B93
(192,155,147)
#C7A69E
(199,166,158)
#CEB1A9
(206,177,169)
#D5BCB4
(213,188,180)
#DCC7BF
(220,199,191)
#E3D2CA
(227,210,202)
#EADDD5
(234,221,213)
#F1E8E0
(241,232,224)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2857D; }

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

This text font color is #B2857D.


Background Color

.myBgColor { background-color: #B2857D; }

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

This div background color is #B2857D.


Border color

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

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

This div border color is #B2857D.


Opacity

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

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

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

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

This text has shadow with #B2857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2857D on black background.


Color preview on white background

This text has color #B2857D on white background.



Black color preview on #B2857D background

This text has black color on #B2857D background.


White color preview on #B2857D background

This text has white color on #B2857D background.