COLOR #BE8E93

HEX: #BE8E93
RGB: (190,142,147)

Color info

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

RGB color model

#BE8E93 color RGB value is (190,142,147).

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

RGB channels and saturation

R 190 of 255 = 75%
G 142 of 255 = 56%
B 147 of 255 = 58%

190
142
147

R + G + B ~ 63%. #BE8E93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 142 + 147 = 479 (100%)
R 190 of 479 ~ 39.67%
G 142 of 479 ~ 29.65%
B 147 of 479 ~ 30.69%

%39.67
%29.65
%30.69

CMYK color model

#BE8E93 color CMYK value is (0,25,23,25).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(0,25,23,25)
C0M25Y23K25 
(0%,25%,23%,25%)
(0.00/0.25/0.23/0.25)	

CMYK percentages

%0
%25.26
%22.63
%25.49

Codes

Color #BE8E93 in popluar color models

BE8E93
RGB190142147
HSL354°26.97%65.10%
HSB/HSV354°25.26%74.51%
CMYK0.00%25.26%22.63%
25.49%

Color #BE8E93 in popluar number systems.

HEXBE8E93
Decimal190142147
Binary101111101000111010010011
Octal276216223

Shades and tints

Shades of #BE8E93

#BE8E93
(190,142,147)
#AD8286
(173,130,134)
#9C7679
(156,118,121)
#8B6A6C
(139,106,108)
#7A5E5F
(122,94,95)
#695252
(105,82,82)
#584645
(88,70,69)
#473A38
(71,58,56)
#362E2B
(54,46,43)
#25221E
(37,34,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BE8E93

#BE8E93
(190,142,147)
#C3989C
(195,152,156)
#C8A2A5
(200,162,165)
#CDACAE
(205,172,174)
#D2B6B7
(210,182,183)
#D7C0C0
(215,192,192)
#DCCAC9
(220,202,201)
#E1D4D2
(225,212,210)
#E6DEDB
(230,222,219)
#EBE8E4
(235,232,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8E93; }

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

This text font color is #BE8E93.


Background Color

.myBgColor { background-color: #BE8E93; }

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

This div background color is #BE8E93.


Border color

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

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

This div border color is #BE8E93.


Opacity

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

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

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

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

This text has shadow with #BE8E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8E93 on black background.


Color preview on white background

This text has color #BE8E93 on white background.



Black color preview on #BE8E93 background

This text has black color on #BE8E93 background.


White color preview on #BE8E93 background

This text has white color on #BE8E93 background.