COLOR #BE9E79

HEX: #BE9E79 RGB: (190,158,121)

Color info

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

RGB color model

#BE9E79 color RGB value is (190,158,121).

RGB: (190,158,121) (75%, 62%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 121 of 255 = 47%

190
158
121

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

Portions of RGB colors in percentages

R + G + B = 190 + 158 + 121 = 469 (100%)
R 190 of 469 ~ 40.51%
G 158 of 469 ~ 33.69%
B 121 of 469 ~ 25.8'%

%40.51
%33.69
%25.8

CMYK color model

#BE9E79 color CMYK value is (0,17,36,25).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 36.32%
  • key color value is 25.49%

CMYK: (0,17,36,25)
C0M17Y36K25 (0%, 17%, 36%, 25%)
(0.00 / 0.17 / 0.36 / 0.25)

CMYK percentages

%0
%16.84
%36.32
%25.49

Codes

Color #BE9E79 in popluar color models

BE 9E 79
RGB 190 158 121
HSL 32° 34.67% 60.98%
HSB/HSV 32° 36.32% 74.51%
CMYK 0.00% 16.84% 36.32%
25.49%

Color #BE9E79 in popluar number systems.

HEX BE 9E 79
Decimal 190 158 121
Binary 10111110 10011110 1111001
Octal 276 236 171

Shades and tints

Shades of #BE9E79

#BE9E79
(190,158,121)
#AD906E
(173,144,110)
#9C8263
(156,130,99)
#8B7458
(139,116,88)
#7A664D
(122,102,77)
#695842
(105,88,66)
#584A37
(88,74,55)
#473C2C
(71,60,44)
#362E21
(54,46,33)
#252016
(37,32,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #BE9E79

#BE9E79
(190,158,121)
#C3A685
(195,166,133)
#C8AE91
(200,174,145)
#CDB69D
(205,182,157)
#D2BEA9
(210,190,169)
#D7C6B5
(215,198,181)
#DCCEC1
(220,206,193)
#E1D6CD
(225,214,205)
#E6DED9
(230,222,217)
#EBE6E5
(235,230,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9E79 color. Also use rgb(190,158,121) instead hex code.

Text Font Color

.myTextColor { color: #BE9E79; }

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

This text font color is #BE9E79.

Background Color

.myBgColor { background-color: #BE9E79; }

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

This div background color is #BE9E79.

Border color

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

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

This div border color is #BE9E79.

Opacity

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

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

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

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

This text has shadow with #BE9E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9E79.

Preview

Color preview on black background

This text has color #BE9E79 on black background.


Color preview on white background

This text has color #BE9E79 on white background.


Black color preview on #BE9E79 background

This text has black color on #BE9E79 background.


White color preview on #BE9E79 background

This text has white color on #BE9E79 background.


Related colors

Complementary color

Complementary color for #hex is #416186.


I love getcolorcode.com

Triadic colors

1 #79BE9E and #9E79BE with #BE9E79 are triadic colors.

2 #799EBE and #9EBE79 with #BE9E79 are triadic colors.