COLOR #BE9467

HEX: #BE9467 RGB: (190,148,103)

Color info

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

RGB color model

#BE9467 color RGB value is (190,148,103).

RGB: (190,148,103) (75%, 58%, 40%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 103 of 255 = 40%

190
148
103

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

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 103 = 441 (100%)
R 190 of 441 ~ 43.08%
G 148 of 441 ~ 33.56%
B 103 of 441 ~ 23.36'%

%43.08
%33.56
%23.36

CMYK color model

#BE9467 color CMYK value is (0,22,46,25).

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

CMYK: (0,22,46,25)
C0M22Y46K25 (0%, 22%, 46%, 25%)
(0.00 / 0.22 / 0.46 / 0.25)

CMYK percentages

%0
%22.11
%45.79
%25.49

Codes

Color #BE9467 in popluar color models

BE 94 67
RGB 190 148 103
HSL 31° 40.09% 57.45%
HSB/HSV 31° 45.79% 74.51%
CMYK 0.00% 22.11% 45.79%
25.49%

Color #BE9467 in popluar number systems.

HEX BE 94 67
Decimal 190 148 103
Binary 10111110 10010100 1100111
Octal 276 224 147

Shades and tints

Shades of #BE9467

#BE9467
(190,148,103)
#AD875E
(173,135,94)
#9C7A55
(156,122,85)
#8B6D4C
(139,109,76)
#7A6043
(122,96,67)
#69533A
(105,83,58)
#584631
(88,70,49)
#473928
(71,57,40)
#362C1F
(54,44,31)
#251F16
(37,31,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #BE9467

#BE9467
(190,148,103)
#C39D74
(195,157,116)
#C8A681
(200,166,129)
#CDAF8E
(205,175,142)
#D2B89B
(210,184,155)
#D7C1A8
(215,193,168)
#DCCAB5
(220,202,181)
#E1D3C2
(225,211,194)
#E6DCCF
(230,220,207)
#EBE5DC
(235,229,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9467; }

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

This text font color is #BE9467.

Background Color

.myBgColor { background-color: #BE9467; }

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

This div background color is #BE9467.

Border color

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

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

This div border color is #BE9467.

Opacity

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

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

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

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

This text has shadow with #BE9467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9467.

Preview

Color preview on black background

This text has color #BE9467 on black background.


Color preview on white background

This text has color #BE9467 on white background.


Black color preview on #BE9467 background

This text has black color on #BE9467 background.


White color preview on #BE9467 background

This text has white color on #BE9467 background.


Related colors

Complementary color

Complementary color for #hex is #416B98.


I love getcolorcode.com

Triadic colors

1 #67BE94 and #9467BE with #BE9467 are triadic colors.

2 #6794BE and #94BE67 with #BE9467 are triadic colors.