COLOR #BE9D80

HEX: #BE9D80 RGB: (190,157,128)

Color info

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

RGB color model

#BE9D80 color RGB value is (190,157,128).

RGB: (190,157,128) (75%, 62%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 128 of 255 = 50%

190
157
128

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

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 128 = 475 (100%)
R 190 of 475 ~ 40%
G 157 of 475 ~ 33.05%
B 128 of 475 ~ 26.95'%

%40
%33.05
%26.95

CMYK color model

#BE9D80 color CMYK value is (0,17,33,25).

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

CMYK: (0,17,33,25)
C0M17Y33K25 (0%, 17%, 33%, 25%)
(0.00 / 0.17 / 0.33 / 0.25)

CMYK percentages

%0
%17.37
%32.63
%25.49

Codes

Color #BE9D80 in popluar color models

BE 9D 80
RGB 190 157 128
HSL 28° 32.29% 62.35%
HSB/HSV 28° 32.63% 74.51%
CMYK 0.00% 17.37% 32.63%
25.49%

Color #BE9D80 in popluar number systems.

HEX BE 9D 80
Decimal 190 157 128
Binary 10111110 10011101 10000000
Octal 276 235 200

Shades and tints

Shades of #BE9D80

#BE9D80
(190,157,128)
#AD8F75
(173,143,117)
#9C816A
(156,129,106)
#8B735F
(139,115,95)
#7A6554
(122,101,84)
#695749
(105,87,73)
#58493E
(88,73,62)
#473B33
(71,59,51)
#362D28
(54,45,40)
#251F1D
(37,31,29)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE9D80

#BE9D80
(190,157,128)
#C3A58B
(195,165,139)
#C8AD96
(200,173,150)
#CDB5A1
(205,181,161)
#D2BDAC
(210,189,172)
#D7C5B7
(215,197,183)
#DCCDC2
(220,205,194)
#E1D5CD
(225,213,205)
#E6DDD8
(230,221,216)
#EBE5E3
(235,229,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9D80; }

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

This text font color is #BE9D80.

Background Color

.myBgColor { background-color: #BE9D80; }

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

This div background color is #BE9D80.

Border color

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

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

This div border color is #BE9D80.

Opacity

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

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

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

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

This text has shadow with #BE9D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9D80.

Preview

Color preview on black background

This text has color #BE9D80 on black background.


Color preview on white background

This text has color #BE9D80 on white background.


Black color preview on #BE9D80 background

This text has black color on #BE9D80 background.


White color preview on #BE9D80 background

This text has white color on #BE9D80 background.


Related colors

Complementary color

Complementary color for #hex is #41627F.


I love getcolorcode.com

Triadic colors

1 #80BE9D and #9D80BE with #BE9D80 are triadic colors.

2 #809DBE and #9DBE80 with #BE9D80 are triadic colors.