COLOR #BE8D93

HEX: #BE8D93 RGB: (190,141,147)

Color info

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

RGB color model

#BE8D93 color RGB value is (190,141,147).

RGB: (190,141,147) (75%, 55%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 141 of 255 = 55%
B 147 of 255 = 58%

190
141
147

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

Portions of RGB colors in percentages

R + G + B = 190 + 141 + 147 = 478 (100%)
R 190 of 478 ~ 39.75%
G 141 of 478 ~ 29.5%
B 147 of 478 ~ 30.75'%

%39.75
%29.5
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 22.63%
  • key color value is 25.49%

CMYK: (0,26,23,25)
C0M26Y23K25 (0%, 26%, 23%, 25%)
(0.00 / 0.26 / 0.23 / 0.25)

CMYK percentages

%0
%25.79
%22.63
%25.49

Codes

Color #BE8D93 in popluar color models

BE 8D 93
RGB 190 141 147
HSL 353° 27.37% 64.90%
HSB/HSV 353° 25.79% 74.51%
CMYK 0.00% 25.79% 22.63%
25.49%

Color #BE8D93 in popluar number systems.

HEX BE 8D 93
Decimal 190 141 147
Binary 10111110 10001101 10010011
Octal 276 215 223

Shades and tints

Shades of #BE8D93

#BE8D93
(190,141,147)
#AD8186
(173,129,134)
#9C7579
(156,117,121)
#8B696C
(139,105,108)
#7A5D5F
(122,93,95)
#695152
(105,81,82)
#584545
(88,69,69)
#473938
(71,57,56)
#362D2B
(54,45,43)
#25211E
(37,33,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BE8D93

#BE8D93
(190,141,147)
#C3979C
(195,151,156)
#C8A1A5
(200,161,165)
#CDABAE
(205,171,174)
#D2B5B7
(210,181,183)
#D7BFC0
(215,191,192)
#DCC9C9
(220,201,201)
#E1D3D2
(225,211,210)
#E6DDDB
(230,221,219)
#EBE7E4
(235,231,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8D93; }

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

This text font color is #BE8D93.

Background Color

.myBgColor { background-color: #BE8D93; }

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

This div background color is #BE8D93.

Border color

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

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

This div border color is #BE8D93.

Opacity

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

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

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

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

This text has shadow with #BE8D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8D93.

Preview

Color preview on black background

This text has color #BE8D93 on black background.


Color preview on white background

This text has color #BE8D93 on white background.


Black color preview on #BE8D93 background

This text has black color on #BE8D93 background.


White color preview on #BE8D93 background

This text has white color on #BE8D93 background.


Related colors

Complementary color

Complementary color for #hex is #41726C.


I love getcolorcode.com

Triadic colors

1 #93BE8D and #8D93BE with #BE8D93 are triadic colors.

2 #938DBE and #8DBE93 with #BE8D93 are triadic colors.