COLOR #B2827C

HEX: #B2827C RGB: (178,130,124)

Color info

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

RGB color model

#B2827C color RGB value is (178,130,124).

RGB: (178,130,124) (70%, 51%, 49%)

RGB channels and saturation

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

178
130
124

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

Portions of RGB colors in percentages

R + G + B = 178 + 130 + 124 = 432 (100%)
R 178 of 432 ~ 41.2%
G 130 of 432 ~ 30.09%
B 124 of 432 ~ 28.7'%

%41.2
%30.09
%28.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 30.34%
  • 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
%30.34
%30.2

Codes

Color #B2827C in popluar color models

B2 82 7C
RGB 178 130 124
HSL 25.96% 59.22%
HSB/HSV 30.34% 69.80%
CMYK 0.00% 26.97% 30.34%
30.20%

Color #B2827C in popluar number systems.

HEX B2 82 7C
Decimal 178 130 124
Binary 10110010 10000010 1111100
Octal 262 202 174

Shades and tints

Shades of #B2827C

#B2827C
(178,130,124)
#A27771
(162,119,113)
#926C66
(146,108,102)
#82615B
(130,97,91)
#725650
(114,86,80)
#624B45
(98,75,69)
#52403A
(82,64,58)
#42352F
(66,53,47)
#322A24
(50,42,36)
#221F19
(34,31,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #B2827C

#B2827C
(178,130,124)
#B98D87
(185,141,135)
#C09892
(192,152,146)
#C7A39D
(199,163,157)
#CEAEA8
(206,174,168)
#D5B9B3
(213,185,179)
#DCC4BE
(220,196,190)
#E3CFC9
(227,207,201)
#EADAD4
(234,218,212)
#F1E5DF
(241,229,223)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2827C; }

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

This text font color is #B2827C.

Background Color

.myBgColor { background-color: #B2827C; }

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

This div background color is #B2827C.

Border color

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

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

This div border color is #B2827C.

Opacity

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

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

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

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

This text has shadow with #B2827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2827C.

Preview

Color preview on black background

This text has color #B2827C on black background.


Color preview on white background

This text has color #B2827C on white background.


Black color preview on #B2827C background

This text has black color on #B2827C background.


White color preview on #B2827C background

This text has white color on #B2827C background.


Related colors

Complementary color

Complementary color for #hex is #4D7D83.


I love getcolorcode.com

Triadic colors

1 #7CB282 and #827CB2 with #B2827C are triadic colors.

2 #7C82B2 and #82B27C with #B2827C are triadic colors.