COLOR #BE8E8B

HEX: #BE8E8B
RGB: (190,142,139)

Color info

#BE8E8B contains red, green and blue colors in about the same proportion. Web safe color of #BE8E8B is #CC9999 (or #C99).

RGB color model

#BE8E8B color RGB value is (190,142,139).

  • red value is 190;
  • green value is 142;
  • blue value is 139.
RGB:
(190,142,139)
(75%,56%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 142 of 255 = 56%
B 139 of 255 = 55%

190
142
139

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

Portions of RGB colors in percentages

R + G + B =
190 + 142 + 139 = 471 (100%)
R 190 of 471 ~ 40.34%
G 142 of 471 ~ 30.15%
B 139 of 471 ~ 29.51%

%40.34
%30.15
%29.51

CMYK color model

#BE8E8B color CMYK value is (0,25,27,25).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(0,25,27,25)
C0M25Y27K25 
(0%,25%,27%,25%)
(0.00/0.25/0.27/0.25)	

CMYK percentages

%0
%25.26
%26.84
%25.49

Codes

Color #BE8E8B in popluar color models

BE8E8B
RGB190142139
HSL28.18%64.51%
HSB/HSV26.84%74.51%
CMYK0.00%25.26%26.84%
25.49%

Color #BE8E8B in popluar number systems.

HEXBE8E8B
Decimal190142139
Binary101111101000111010001011
Octal276216213

Shades and tints

Shades of #BE8E8B

#BE8E8B
(190,142,139)
#AD827F
(173,130,127)
#9C7673
(156,118,115)
#8B6A67
(139,106,103)
#7A5E5B
(122,94,91)
#69524F
(105,82,79)
#584643
(88,70,67)
#473A37
(71,58,55)
#362E2B
(54,46,43)
#25221F
(37,34,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BE8E8B

#BE8E8B
(190,142,139)
#C39895
(195,152,149)
#C8A29F
(200,162,159)
#CDACA9
(205,172,169)
#D2B6B3
(210,182,179)
#D7C0BD
(215,192,189)
#DCCAC7
(220,202,199)
#E1D4D1
(225,212,209)
#E6DEDB
(230,222,219)
#EBE8E5
(235,232,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8E8B color. Also use rgb(190,142,139) instead hex code.

Text Font Color

.myTextColor { color: #BE8E8B; }

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

This text font color is #BE8E8B.


Background Color

.myBgColor { background-color: #BE8E8B; }

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

This div background color is #BE8E8B.


Border color

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

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

This div border color is #BE8E8B.


Opacity

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

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

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

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

This text has shadow with #BE8E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8E8B on black background.


Color preview on white background

This text has color #BE8E8B on white background.



Black color preview on #BE8E8B background

This text has black color on #BE8E8B background.


White color preview on #BE8E8B background

This text has white color on #BE8E8B background.