COLOR #BE918F

HEX: #BE918F RGB: (190,145,143)

Color info

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

RGB color model

#BE918F color RGB value is (190,145,143).

RGB: (190,145,143) (75%, 57%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 143 of 255 = 56%

190
145
143

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

Portions of RGB colors in percentages

R + G + B = 190 + 145 + 143 = 478 (100%)
R 190 of 478 ~ 39.75%
G 145 of 478 ~ 30.33%
B 143 of 478 ~ 29.92'%

%39.75
%30.33
%29.92

CMYK color model

#BE918F color CMYK value is (0,24,25,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 24.74%
  • key color value is 25.49%

CMYK: (0,24,25,25)
C0M24Y25K25 (0%, 24%, 25%, 25%)
(0.00 / 0.24 / 0.25 / 0.25)

CMYK percentages

%0
%23.68
%24.74
%25.49

Codes

Color #BE918F in popluar color models

BE 91 8F
RGB 190 145 143
HSL 26.55% 65.29%
HSB/HSV 24.74% 74.51%
CMYK 0.00% 23.68% 24.74%
25.49%

Color #BE918F in popluar number systems.

HEX BE 91 8F
Decimal 190 145 143
Binary 10111110 10010001 10001111
Octal 276 221 217

Shades and tints

Shades of #BE918F

#BE918F
(190,145,143)
#AD8482
(173,132,130)
#9C7775
(156,119,117)
#8B6A68
(139,106,104)
#7A5D5B
(122,93,91)
#69504E
(105,80,78)
#584341
(88,67,65)
#473634
(71,54,52)
#362927
(54,41,39)
#251C1A
(37,28,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #BE918F

#BE918F
(190,145,143)
#C39B99
(195,155,153)
#C8A5A3
(200,165,163)
#CDAFAD
(205,175,173)
#D2B9B7
(210,185,183)
#D7C3C1
(215,195,193)
#DCCDCB
(220,205,203)
#E1D7D5
(225,215,213)
#E6E1DF
(230,225,223)
#EBEBE9
(235,235,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE918F; }

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

This text font color is #BE918F.

Background Color

.myBgColor { background-color: #BE918F; }

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

This div background color is #BE918F.

Border color

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

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

This div border color is #BE918F.

Opacity

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

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

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

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

This text has shadow with #BE918F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE918F.

Preview

Color preview on black background

This text has color #BE918F on black background.


Color preview on white background

This text has color #BE918F on white background.


Black color preview on #BE918F background

This text has black color on #BE918F background.


White color preview on #BE918F background

This text has white color on #BE918F background.


Related colors

Complementary color

Complementary color for #hex is #416E70.


I love getcolorcode.com

Triadic colors

1 #8FBE91 and #918FBE with #BE918F are triadic colors.

2 #8F91BE and #91BE8F with #BE918F are triadic colors.