COLOR #B4947F

HEX: #B4947F RGB: (180,148,127)

Color info

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

RGB color model

#B4947F color RGB value is (180,148,127).

RGB: (180,148,127) (71%, 58%, 50%)

RGB channels and saturation

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

180
148
127

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

Portions of RGB colors in percentages

R + G + B = 180 + 148 + 127 = 455 (100%)
R 180 of 455 ~ 39.56%
G 148 of 455 ~ 32.53%
B 127 of 455 ~ 27.91'%

%39.56
%32.53
%27.91

CMYK color model

#B4947F color CMYK value is (0,18,29,29).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 29.44%
  • key color value is 29.41%

CMYK: (0,18,29,29)
C0M18Y29K29 (0%, 18%, 29%, 29%)
(0.00 / 0.18 / 0.29 / 0.29)

CMYK percentages

%0
%17.78
%29.44
%29.41

Codes

Color #B4947F in popluar color models

B4 94 7F
RGB 180 148 127
HSL 24° 26.11% 60.20%
HSB/HSV 24° 29.44% 70.59%
CMYK 0.00% 17.78% 29.44%
29.41%

Color #B4947F in popluar number systems.

HEX B4 94 7F
Decimal 180 148 127
Binary 10110100 10010100 1111111
Octal 264 224 177

Shades and tints

Shades of #B4947F

#B4947F
(180,148,127)
#A48774
(164,135,116)
#947A69
(148,122,105)
#846D5E
(132,109,94)
#746053
(116,96,83)
#645348
(100,83,72)
#54463D
(84,70,61)
#443932
(68,57,50)
#342C27
(52,44,39)
#241F1C
(36,31,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #B4947F

#B4947F
(180,148,127)
#BA9D8A
(186,157,138)
#C0A695
(192,166,149)
#C6AFA0
(198,175,160)
#CCB8AB
(204,184,171)
#D2C1B6
(210,193,182)
#D8CAC1
(216,202,193)
#DED3CC
(222,211,204)
#E4DCD7
(228,220,215)
#EAE5E2
(234,229,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4947F; }

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

This text font color is #B4947F.

Background Color

.myBgColor { background-color: #B4947F; }

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

This div background color is #B4947F.

Border color

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

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

This div border color is #B4947F.

Opacity

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

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

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

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

This text has shadow with #B4947F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4947F.

Preview

Color preview on black background

This text has color #B4947F on black background.


Color preview on white background

This text has color #B4947F on white background.


Black color preview on #B4947F background

This text has black color on #B4947F background.


White color preview on #B4947F background

This text has white color on #B4947F background.


Related colors

Complementary color

Complementary color for #hex is #4B6B80.


I love getcolorcode.com

Triadic colors

1 #7FB494 and #947FB4 with #B4947F are triadic colors.

2 #7F94B4 and #94B47F with #B4947F are triadic colors.