COLOR #BE8E82

HEX: #BE8E82
RGB: (190,142,130)

Color info

#BE8E82 contains mainly red and green colors. Web safe color of #BE8E82 is #CC9999 (or #C99).

RGB color model

#BE8E82 color RGB value is (190,142,130).

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

RGB channels and saturation

R 190 of 255 = 75%
G 142 of 255 = 56%
B 130 of 255 = 51%

190
142
130

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

Portions of RGB colors in percentages

R + G + B =
190 + 142 + 130 = 462 (100%)
R 190 of 462 ~ 41.13%
G 142 of 462 ~ 30.74%
B 130 of 462 ~ 28.14%

%41.13
%30.74
%28.14

CMYK color model

#BE8E82 color CMYK value is (0,25,32,25).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(0,25,32,25)
C0M25Y32K25 
(0%,25%,32%,25%)
(0.00/0.25/0.32/0.25)	

CMYK percentages

%0
%25.26
%31.58
%25.49

Codes

Color #BE8E82 in popluar color models

BE8E82
RGB190142130
HSL12°31.58%62.75%
HSB/HSV12°31.58%74.51%
CMYK0.00%25.26%31.58%
25.49%

Color #BE8E82 in popluar number systems.

HEXBE8E82
Decimal190142130
Binary101111101000111010000010
Octal276216202

Shades and tints

Shades of #BE8E82

#BE8E82
(190,142,130)
#AD8277
(173,130,119)
#9C766C
(156,118,108)
#8B6A61
(139,106,97)
#7A5E56
(122,94,86)
#69524B
(105,82,75)
#584640
(88,70,64)
#473A35
(71,58,53)
#362E2A
(54,46,42)
#25221F
(37,34,31)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BE8E82

#BE8E82
(190,142,130)
#C3988D
(195,152,141)
#C8A298
(200,162,152)
#CDACA3
(205,172,163)
#D2B6AE
(210,182,174)
#D7C0B9
(215,192,185)
#DCCAC4
(220,202,196)
#E1D4CF
(225,212,207)
#E6DEDA
(230,222,218)
#EBE8E5
(235,232,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8E82; }

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

This text font color is #BE8E82.


Background Color

.myBgColor { background-color: #BE8E82; }

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

This div background color is #BE8E82.


Border color

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

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

This div border color is #BE8E82.


Opacity

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

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

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

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

This text has shadow with #BE8E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8E82 on black background.


Color preview on white background

This text has color #BE8E82 on white background.



Black color preview on #BE8E82 background

This text has black color on #BE8E82 background.


White color preview on #BE8E82 background

This text has white color on #BE8E82 background.