COLOR #BE947F

HEX: #BE947F RGB: (190,148,127)

Color info

#BE947F contains mainly red and green colors. Web safe color of #BE947F is #CC9966 (or #C96).

RGB color model

#BE947F color RGB value is (190,148,127).

RGB: (190,148,127) (75%, 58%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 127 of 255 = 50%

190
148
127

R + G + B ~ 61%. #BE947F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 127 = 465 (100%)
R 190 of 465 ~ 40.86%
G 148 of 465 ~ 31.83%
B 127 of 465 ~ 27.31'%

%40.86
%31.83
%27.31

CMYK color model

#BE947F color CMYK value is (0,22,33,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 33.16%
  • key color value is 25.49%

CMYK: (0,22,33,25)
C0M22Y33K25 (0%, 22%, 33%, 25%)
(0.00 / 0.22 / 0.33 / 0.25)

CMYK percentages

%0
%22.11
%33.16
%25.49

Codes

Color #BE947F in popluar color models

BE 94 7F
RGB 190 148 127
HSL 20° 32.64% 62.16%
HSB/HSV 20° 33.16% 74.51%
CMYK 0.00% 22.11% 33.16%
25.49%

Color #BE947F in popluar number systems.

HEX BE 94 7F
Decimal 190 148 127
Binary 10111110 10010100 1111111
Octal 276 224 177

Shades and tints

Shades of #BE947F

#BE947F
(190,148,127)
#AD8774
(173,135,116)
#9C7A69
(156,122,105)
#8B6D5E
(139,109,94)
#7A6053
(122,96,83)
#695348
(105,83,72)
#58463D
(88,70,61)
#473932
(71,57,50)
#362C27
(54,44,39)
#251F1C
(37,31,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BE947F

#BE947F
(190,148,127)
#C39D8A
(195,157,138)
#C8A695
(200,166,149)
#CDAFA0
(205,175,160)
#D2B8AB
(210,184,171)
#D7C1B6
(215,193,182)
#DCCAC1
(220,202,193)
#E1D3CC
(225,211,204)
#E6DCD7
(230,220,215)
#EBE5E2
(235,229,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE947F; }

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

This text font color is #BE947F.

Background Color

.myBgColor { background-color: #BE947F; }

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

This div background color is #BE947F.

Border color

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

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

This div border color is #BE947F.

Opacity

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

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

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

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

This text has shadow with #BE947F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE947F.

Preview

Color preview on black background

This text has color #BE947F on black background.


Color preview on white background

This text has color #BE947F on white background.


Black color preview on #BE947F background

This text has black color on #BE947F background.


White color preview on #BE947F background

This text has white color on #BE947F background.


Related colors

Complementary color

Complementary color for #hex is #416B80.


I love getcolorcode.com

Triadic colors

1 #7FBE94 and #947FBE with #BE947F are triadic colors.

2 #7F94BE and #94BE7F with #BE947F are triadic colors.