COLOR #BE9D6F

HEX: #BE9D6F RGB: (190,157,111)

Color info

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

RGB color model

#BE9D6F color RGB value is (190,157,111).

RGB: (190,157,111) (75%, 62%, 44%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 111 of 255 = 44%

190
157
111

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

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 111 = 458 (100%)
R 190 of 458 ~ 41.48%
G 157 of 458 ~ 34.28%
B 111 of 458 ~ 24.24'%

%41.48
%34.28
%24.24

CMYK color model

#BE9D6F color CMYK value is (0,17,42,25).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 41.58%
  • key color value is 25.49%

CMYK: (0,17,42,25)
C0M17Y42K25 (0%, 17%, 42%, 25%)
(0.00 / 0.17 / 0.42 / 0.25)

CMYK percentages

%0
%17.37
%41.58
%25.49

Codes

Color #BE9D6F in popluar color models

BE 9D 6F
RGB 190 157 111
HSL 35° 37.80% 59.02%
HSB/HSV 35° 41.58% 74.51%
CMYK 0.00% 17.37% 41.58%
25.49%

Color #BE9D6F in popluar number systems.

HEX BE 9D 6F
Decimal 190 157 111
Binary 10111110 10011101 1101111
Octal 276 235 157

Shades and tints

Shades of #BE9D6F

#BE9D6F
(190,157,111)
#AD8F65
(173,143,101)
#9C815B
(156,129,91)
#8B7351
(139,115,81)
#7A6547
(122,101,71)
#69573D
(105,87,61)
#584933
(88,73,51)
#473B29
(71,59,41)
#362D1F
(54,45,31)
#251F15
(37,31,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #BE9D6F

#BE9D6F
(190,157,111)
#C3A57C
(195,165,124)
#C8AD89
(200,173,137)
#CDB596
(205,181,150)
#D2BDA3
(210,189,163)
#D7C5B0
(215,197,176)
#DCCDBD
(220,205,189)
#E1D5CA
(225,213,202)
#E6DDD7
(230,221,215)
#EBE5E4
(235,229,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9D6F color. Also use rgb(190,157,111) instead hex code.

Text Font Color

.myTextColor { color: #BE9D6F; }

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

This text font color is #BE9D6F.

Background Color

.myBgColor { background-color: #BE9D6F; }

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

This div background color is #BE9D6F.

Border color

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

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

This div border color is #BE9D6F.

Opacity

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

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

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

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

This text has shadow with #BE9D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9D6F.

Preview

Color preview on black background

This text has color #BE9D6F on black background.


Color preview on white background

This text has color #BE9D6F on white background.


Black color preview on #BE9D6F background

This text has black color on #BE9D6F background.


White color preview on #BE9D6F background

This text has white color on #BE9D6F background.


Related colors

Complementary color

Complementary color for #hex is #416290.


I love getcolorcode.com

Triadic colors

1 #6FBE9D and #9D6FBE with #BE9D6F are triadic colors.

2 #6F9DBE and #9DBE6F with #BE9D6F are triadic colors.