COLOR #B2827D

HEX: #B2827D
RGB: (178,130,125)

Color info

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

RGB color model

#B2827D color RGB value is (178,130,125).

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

RGB channels and saturation

R 178 of 255 = 70%
G 130 of 255 = 51%
B 125 of 255 = 49%

178
130
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 130 + 125 = 433 (100%)
R 178 of 433 ~ 41.11%
G 130 of 433 ~ 30.02%
B 125 of 433 ~ 28.87%

%41.11
%30.02
%28.87

CMYK color model

#B2827D color CMYK value is (0,27,30,30).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(0,27,30,30)
C0M27Y30K30 
(0%,27%,30%,30%)
(0.00/0.27/0.30/0.30)	

CMYK percentages

%0
%26.97
%29.78
%30.2

Codes

Color #B2827D in popluar color models

B2827D
RGB178130125
HSL25.60%59.41%
HSB/HSV29.78%69.80%
CMYK0.00%26.97%29.78%
30.20%

Color #B2827D in popluar number systems.

HEXB2827D
Decimal178130125
Binary10110010100000101111101
Octal262202175

Shades and tints

Shades of #B2827D

#B2827D
(178,130,125)
#A27772
(162,119,114)
#926C67
(146,108,103)
#82615C
(130,97,92)
#725651
(114,86,81)
#624B46
(98,75,70)
#52403B
(82,64,59)
#423530
(66,53,48)
#322A25
(50,42,37)
#221F1A
(34,31,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #B2827D

#B2827D
(178,130,125)
#B98D88
(185,141,136)
#C09893
(192,152,147)
#C7A39E
(199,163,158)
#CEAEA9
(206,174,169)
#D5B9B4
(213,185,180)
#DCC4BF
(220,196,191)
#E3CFCA
(227,207,202)
#EADAD5
(234,218,213)
#F1E5E0
(241,229,224)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2827D; }

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

This text font color is #B2827D.


Background Color

.myBgColor { background-color: #B2827D; }

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

This div background color is #B2827D.


Border color

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

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

This div border color is #B2827D.


Opacity

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

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

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

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

This text has shadow with #B2827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2827D on black background.


Color preview on white background

This text has color #B2827D on white background.



Black color preview on #B2827D background

This text has black color on #B2827D background.


White color preview on #B2827D background

This text has white color on #B2827D background.