COLOR #B4957F

HEX: #B4957F
RGB: (180,149,127)

Color info

#B4957F contains red, green and blue colors in about the same proportion. Web safe color of #B4957F is #CC9966 (or #C96).

RGB color model

#B4957F color RGB value is (180,149,127).

  • red value is 180;
  • green value is 149;
  • blue value is 127.
RGB:
(180,149,127)
(71%,58%,50%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 127 of 255 = 50%

180
149
127

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 127 = 456 (100%)
R 180 of 456 ~ 39.47%
G 149 of 456 ~ 32.68%
B 127 of 456 ~ 27.85%

%39.47
%32.68
%27.85

CMYK color model

#B4957F color CMYK value is (0,17,29,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 29.44%
  • key color value is 29.41%
CMYK:
(0,17,29,29)
C0M17Y29K29 
(0%,17%,29%,29%)
(0.00/0.17/0.29/0.29)	

CMYK percentages

%0
%17.22
%29.44
%29.41

Codes

Color #B4957F in popluar color models

B4957F
RGB180149127
HSL25°26.11%60.20%
HSB/HSV25°29.44%70.59%
CMYK0.00%17.22%29.44%
29.41%

Color #B4957F in popluar number systems.

HEXB4957F
Decimal180149127
Binary10110100100101011111111
Octal264225177

Shades and tints

Shades of #B4957F

#B4957F
(180,149,127)
#A48874
(164,136,116)
#947B69
(148,123,105)
#846E5E
(132,110,94)
#746153
(116,97,83)
#645448
(100,84,72)
#54473D
(84,71,61)
#443A32
(68,58,50)
#342D27
(52,45,39)
#24201C
(36,32,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #B4957F

#B4957F
(180,149,127)
#BA9E8A
(186,158,138)
#C0A795
(192,167,149)
#C6B0A0
(198,176,160)
#CCB9AB
(204,185,171)
#D2C2B6
(210,194,182)
#D8CBC1
(216,203,193)
#DED4CC
(222,212,204)
#E4DDD7
(228,221,215)
#EAE6E2
(234,230,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4957F color. Also use rgb(180,149,127) instead hex code.

Text Font Color

.myTextColor { color: #B4957F; }

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

This text font color is #B4957F.


Background Color

.myBgColor { background-color: #B4957F; }

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

This div background color is #B4957F.


Border color

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

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

This div border color is #B4957F.


Opacity

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

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

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

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

This text has shadow with #B4957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4957F on black background.


Color preview on white background

This text has color #B4957F on white background.



Black color preview on #B4957F background

This text has black color on #B4957F background.


White color preview on #B4957F background

This text has white color on #B4957F background.