COLOR #B2867D

HEX: #B2867D
RGB: (178,134,125)

Color info

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

RGB color model

#B2867D color RGB value is (178,134,125).

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

RGB channels and saturation

R 178 of 255 = 70%
G 134 of 255 = 53%
B 125 of 255 = 49%

178
134
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 134 + 125 = 437 (100%)
R 178 of 437 ~ 40.73%
G 134 of 437 ~ 30.66%
B 125 of 437 ~ 28.6%

%40.73
%30.66
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.72%
  • 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
%24.72
%29.78
%30.2

Codes

Color #B2867D in popluar color models

B2867D
RGB178134125
HSL10°25.60%59.41%
HSB/HSV10°29.78%69.80%
CMYK0.00%24.72%29.78%
30.20%

Color #B2867D in popluar number systems.

HEXB2867D
Decimal178134125
Binary10110010100001101111101
Octal262206175

Shades and tints

Shades of #B2867D

#B2867D
(178,134,125)
#A27A72
(162,122,114)
#926E67
(146,110,103)
#82625C
(130,98,92)
#725651
(114,86,81)
#624A46
(98,74,70)
#523E3B
(82,62,59)
#423230
(66,50,48)
#322625
(50,38,37)
#221A1A
(34,26,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #B2867D

#B2867D
(178,134,125)
#B99188
(185,145,136)
#C09C93
(192,156,147)
#C7A79E
(199,167,158)
#CEB2A9
(206,178,169)
#D5BDB4
(213,189,180)
#DCC8BF
(220,200,191)
#E3D3CA
(227,211,202)
#EADED5
(234,222,213)
#F1E9E0
(241,233,224)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2867D; }

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

This text font color is #B2867D.


Background Color

.myBgColor { background-color: #B2867D; }

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

This div background color is #B2867D.


Border color

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

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

This div border color is #B2867D.


Opacity

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

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

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

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

This text has shadow with #B2867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2867D on black background.


Color preview on white background

This text has color #B2867D on white background.



Black color preview on #B2867D background

This text has black color on #B2867D background.


White color preview on #B2867D background

This text has white color on #B2867D background.