COLOR #BE9D7B

HEX: #BE9D7B RGB: (190,157,123)

Color info

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

RGB color model

#BE9D7B color RGB value is (190,157,123).

RGB: (190,157,123) (75%, 62%, 48%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 123 of 255 = 48%

190
157
123

R + G + B ~ 62%. #BE9D7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 123 = 470 (100%)
R 190 of 470 ~ 40.43%
G 157 of 470 ~ 33.4%
B 123 of 470 ~ 26.17'%

%40.43
%33.4
%26.17

CMYK color model

#BE9D7B color CMYK value is (0,17,35,25).

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

CMYK: (0,17,35,25)
C0M17Y35K25 (0%, 17%, 35%, 25%)
(0.00 / 0.17 / 0.35 / 0.25)

CMYK percentages

%0
%17.37
%35.26
%25.49

Codes

Color #BE9D7B in popluar color models

BE 9D 7B
RGB 190 157 123
HSL 30° 34.01% 61.37%
HSB/HSV 30° 35.26% 74.51%
CMYK 0.00% 17.37% 35.26%
25.49%

Color #BE9D7B in popluar number systems.

HEX BE 9D 7B
Decimal 190 157 123
Binary 10111110 10011101 1111011
Octal 276 235 173

Shades and tints

Shades of #BE9D7B

#BE9D7B
(190,157,123)
#AD8F70
(173,143,112)
#9C8165
(156,129,101)
#8B735A
(139,115,90)
#7A654F
(122,101,79)
#695744
(105,87,68)
#584939
(88,73,57)
#473B2E
(71,59,46)
#362D23
(54,45,35)
#251F18
(37,31,24)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #BE9D7B

#BE9D7B
(190,157,123)
#C3A587
(195,165,135)
#C8AD93
(200,173,147)
#CDB59F
(205,181,159)
#D2BDAB
(210,189,171)
#D7C5B7
(215,197,183)
#DCCDC3
(220,205,195)
#E1D5CF
(225,213,207)
#E6DDDB
(230,221,219)
#EBE5E7
(235,229,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9D7B; }

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

This text font color is #BE9D7B.

Background Color

.myBgColor { background-color: #BE9D7B; }

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

This div background color is #BE9D7B.

Border color

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

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

This div border color is #BE9D7B.

Opacity

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

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

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

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

This text has shadow with #BE9D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9D7B.

Preview

Color preview on black background

This text has color #BE9D7B on black background.


Color preview on white background

This text has color #BE9D7B on white background.


Black color preview on #BE9D7B background

This text has black color on #BE9D7B background.


White color preview on #BE9D7B background

This text has white color on #BE9D7B background.


Related colors

Complementary color

Complementary color for #hex is #416284.


I love getcolorcode.com

Triadic colors

1 #7BBE9D and #9D7BBE with #BE9D7B are triadic colors.

2 #7B9DBE and #9DBE7B with #BE9D7B are triadic colors.