COLOR #B2957C

HEX: #B2957C RGB: (178,149,124)

Color info

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

RGB color model

#B2957C color RGB value is (178,149,124).

RGB: (178,149,124) (70%, 58%, 49%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 124 of 255 = 49%

178
149
124

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

Portions of RGB colors in percentages

R + G + B = 178 + 149 + 124 = 451 (100%)
R 178 of 451 ~ 39.47%
G 149 of 451 ~ 33.04%
B 124 of 451 ~ 27.49'%

%39.47
%33.04
%27.49

CMYK color model

#B2957C color CMYK value is (0,16,30,30).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 30.34%
  • key color value is 30.20%
CMYK: (0,16,30,30) C0M16Y30K30 (0%,16%,30%,30%) (0.00/0.16/0.30/0.30) 

CMYK percentages

%0
%16.29
%30.34
%30.2

Codes

Color #B2957C in popluar color models

B2 95 7C
RGB 178 149 124
HSL 28° 25.96% 59.22%
HSB/HSV 28° 30.34% 69.80%
CMYK 0.00% 16.29% 30.34%
30.20%

Color #B2957C in popluar number systems.

HEX B2 95 7C
Decimal 178 149 124
Binary 10110010 10010101 1111100
Octal 262 225 174

Shades and tints

Shades of #B2957C

#B2957C
(178,149,124)
#A28871
(162,136,113)
#927B66
(146,123,102)
#826E5B
(130,110,91)
#726150
(114,97,80)
#625445
(98,84,69)
#52473A
(82,71,58)
#423A2F
(66,58,47)
#322D24
(50,45,36)
#222019
(34,32,25)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #B2957C

#B2957C
(178,149,124)
#B99E87
(185,158,135)
#C0A792
(192,167,146)
#C7B09D
(199,176,157)
#CEB9A8
(206,185,168)
#D5C2B3
(213,194,179)
#DCCBBE
(220,203,190)
#E3D4C9
(227,212,201)
#EADDD4
(234,221,212)
#F1E6DF
(241,230,223)
#F8EFEA
(248,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2957C; }

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

This text font color is #B2957C.

Background Color

.myBgColor { background-color: #B2957C; }

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

This div background color is #B2957C.

Border color

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

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

This div border color is #B2957C.

Opacity

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

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

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

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

This text has shadow with #B2957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2957C.

Preview

Color preview on black background

This text has color #B2957C on black background.


Color preview on white background

This text has color #B2957C on white background.


Black color preview on #B2957C background

This text has black color on #B2957C background.


White color preview on #B2957C background

This text has white color on #B2957C background.


Related colors

Complementary color

Complementary color for #hex is #4D6A83.


I love getcolorcode.com

Triadic colors

1 #7CB295 and #957CB2 with #B2957C are triadic colors.

2 #7C95B2 and #95B27C with #B2957C are triadic colors.