COLOR #BE938F

HEX: #BE938F RGB: (190,147,143)

Color info

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

RGB color model

#BE938F color RGB value is (190,147,143).

RGB: (190,147,143) (75%, 58%, 56%)

RGB channels and saturation

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

190
147
143

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

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 143 = 480 (100%)
R 190 of 480 ~ 39.58%
G 147 of 480 ~ 30.63%
B 143 of 480 ~ 29.79'%

%39.58
%30.63
%29.79

CMYK color model

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

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

CMYK percentages

%0
%22.63
%24.74
%25.49

Codes

Color #BE938F in popluar color models

BE 93 8F
RGB 190 147 143
HSL 26.55% 65.29%
HSB/HSV 24.74% 74.51%
CMYK 0.00% 22.63% 24.74%
25.49%

Color #BE938F in popluar number systems.

HEX BE 93 8F
Decimal 190 147 143
Binary 10111110 10010011 10001111
Octal 276 223 217

Shades and tints

Shades of #BE938F

#BE938F
(190,147,143)
#AD8682
(173,134,130)
#9C7975
(156,121,117)
#8B6C68
(139,108,104)
#7A5F5B
(122,95,91)
#69524E
(105,82,78)
#584541
(88,69,65)
#473834
(71,56,52)
#362B27
(54,43,39)
#251E1A
(37,30,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #BE938F

#BE938F
(190,147,143)
#C39C99
(195,156,153)
#C8A5A3
(200,165,163)
#CDAEAD
(205,174,173)
#D2B7B7
(210,183,183)
#D7C0C1
(215,192,193)
#DCC9CB
(220,201,203)
#E1D2D5
(225,210,213)
#E6DBDF
(230,219,223)
#EBE4E9
(235,228,233)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE938F; }

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

This text font color is #BE938F.

Background Color

.myBgColor { background-color: #BE938F; }

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

This div background color is #BE938F.

Border color

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

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

This div border color is #BE938F.

Opacity

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

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

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

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

This text has shadow with #BE938F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE938F.

Preview

Color preview on black background

This text has color #BE938F on black background.


Color preview on white background

This text has color #BE938F on white background.


Black color preview on #BE938F background

This text has black color on #BE938F background.


White color preview on #BE938F background

This text has white color on #BE938F background.


Related colors

Complementary color

Complementary color for #hex is #416C70.


I love getcolorcode.com

Triadic colors

1 #8FBE93 and #938FBE with #BE938F are triadic colors.

2 #8F93BE and #93BE8F with #BE938F are triadic colors.